zuul-jobs/zuul.d/project-templates.yaml
Andreas Jaeger c4070b89f1 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
2019-08-19 18:24:41 +02:00

23 lines
584 B
YAML

- 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