
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
23 lines
584 B
YAML
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
|