summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-29 17:43:15 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-29 17:43:15 -0400
commit48cc4a0d84535365175f7a65157829d4579f6c55 (patch)
tree86bc34792a76c395fa9b3fdf2d6bfa59ec7d8f31
parent0e0e408048755548f2f669e8e55f40e97106f0fe (diff)
downloadpython-neutronclient-48cc4a0d84535365175f7a65157829d4579f6c55.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: If5f03c92870e3d136893a3ede345fbcd81f10692 Story: #2002586 Task: #24314
-rw-r--r--.zuul.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..41ab03a
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,47 @@
+- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - lib-forward-testing
+ - release-notes-jobs
+ - openstackclient-plugin-jobs
+ check:
+ jobs:
+ - legacy-neutronclient-test-dsvm-functional:
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^neutron/locale/.*$
+ - ^releasenotes/.*$
+ - legacy-neutronclient-test-dsvm-functional-adv-svcs:
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^neutron/locale/.*$
+ - ^releasenotes/.*$
+ gate:
+ jobs:
+ - legacy-neutronclient-test-dsvm-functional:
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^neutron/locale/.*$
+ - ^releasenotes/.*$
+ - legacy-neutronclient-test-dsvm-functional-adv-svcs:
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^neutron/locale/.*$
+ - ^releasenotes/.*$
+ post:
+ jobs:
+ - openstack-tox-cover
+ experimental:
+ jobs:
+ - legacy-grenade-dsvm-neutron-libs:
+ irrelevant-files:
+ - ^(test-|)requirements.txt$
+ - ^setup.cfg$
+