From c4070b89f1bdd0e5ff1365d0f99f71658f7d1bf1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 19 Aug 2019 18:22:12 +0200 Subject: [PATCH] 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 --- zuul.d/project-templates.yaml | 22 ++++++++++++++++++++++ zuul.d/project.yaml | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 zuul.d/project-templates.yaml create mode 100644 zuul.d/project.yaml 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