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:
parent
086ca10f84
commit
c4070b89f1
22
zuul.d/project-templates.yaml
Normal file
22
zuul.d/project-templates.yaml
Normal 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
3
zuul.d/project.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- project:
|
||||
templates:
|
||||
- noop-jobs
|
Loading…
x
Reference in New Issue
Block a user