Add noop-jobs for this repo and stx-api-ref-jobs template

Add noop-jobs so that we can merge changes.

Add stx-api-ref-jobs so that the definition for these is in a single
place and can be used in each repo.

Change-Id: I152e6098f72487040c746ea5bb56a84b109ad6d8
This commit is contained in:
Andreas Jaeger 2019-08-19 18:22:12 +02:00
parent 086ca10f84
commit c4070b89f1
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,22 @@
- project-template:
name: stx-api-ref-jobs
description: |
Build and publish api-ref document for starlingx.
check:
jobs:
- build-openstack-api-ref:
files: &api-ref-triggers
- ^os_api_ref/.*
- ^api-ref/.*
- ^doc/api_samples/.*
- bindep.txt
- doc/requirements.txt
- test-requirements.txt
- tox.ini
gate:
jobs:
- build-openstack-api-ref:
files: *api-ref-triggers
post:
jobs:
- publish-stx-api-ref

3
zuul.d/project.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- noop-jobs