summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-20 15:36:30 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-08-23 14:33:00 +0000
commit468fe70a848409affedeafd740fb109e00df3e7d (patch)
treeebaa96ed20189f1951fe524f3321cf5f76ec6bf3 /.zuul.yaml
parentad7df987f1ce82a014092f65389d986214c9473a (diff)
downloadglance_store-468fe70a848409affedeafd740fb109e00df3e7d.tar.gz
import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I77ad40734b9eef5beb039cc3f2cebcbd5c8c0f48 Story: #2002586 Task: #24297
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..cd9e3ca
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,21 @@
+- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - release-notes-jobs
+ - check-requirements
+ - lib-forward-testing
+ check:
+ jobs:
+ - legacy-tempest-dsvm-full-ceph-plugin-src-glance_store:
+ voting: false
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^setup.cfg$
+ - legacy-tempest-dsvm-full-sheepdog:
+ voting: false
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^setup.cfg$
+