summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-04 17:34:54 +0000
committerGerrit Code Review <review@openstack.org>2017-12-04 17:34:54 +0000
commit3c566e7359bdd2c626a4956b051cc3afadf965ef (patch)
tree83b48aee4e2fa8c61add0f937dc5d4a1b004de60
parente14f905a4fa79817bd73a103c6a677fe344b0983 (diff)
parent122c57e2e21ed866f21a9add1a9c1f4aa0b538a9 (diff)
downloadcliff-3c566e7359bdd2c626a4956b051cc3afadf965ef.tar.gz
Merge "Replace legacy tips jobs with shiny new versions"
-rw-r--r--.zuul.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..6352396
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: cliff-tox-py27-neutronclient-tip
+ parent: openstack-tox-py27
+ description: |
+ Run unit tests for neutronclient with master branch of cliff
+
+ Uses tox with the ``unit-tips`` environment and master branch of
+ the required-projects below.
+ branches: ^master$
+ irrelevant-files:
+ - ^.*\.rst$
+ - ^doc/.*$
+ - ^releasenotes/.*$
+ required-projects:
+ - openstack/cliff
+ - openstack/python-neutronclient
+ vars:
+ # Set work dir to neutronclient so that if it's triggered by one of the
+ # other repos the tests will run in the same place
+ zuul_work_dir: src/git.openstack.org/openstack/python-neutronclient
+
+- project:
+ name: openstack/cliff
+ check:
+ jobs:
+ - cliff-tox-py27-neutronclient-tip
+ - osc-tox-unit-tips:
+ branches: ^master$
+ gate:
+ jobs:
+ - cliff-tox-py27-neutronclient-tip
+ - osc-tox-unit-tips:
+ branches: ^master$