diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml new file mode 100644 index 0000000..815add8 --- /dev/null +++ b/zuul.d/project-templates.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml new file mode 100644 index 0000000..e7c200a --- /dev/null +++ b/zuul.d/project.yaml @@ -0,0 +1,3 @@ +- project: + templates: + - noop-jobs