summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-01-31 11:17:07 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-01-31 11:19:18 +0000
commite362b80c6a1a6fcdc182a352ce9b797f37bbda61 (patch)
tree2d56924fc55e4b74c6e2739a84914bd53435d99a /.zuul.yaml
parentf715ebfa8890266afdd59b91ec9e9c1ad1110958 (diff)
downloadcinder-e362b80c6a1a6fcdc182a352ce9b797f37bbda61.tar.gz
Switch tempest-slow to be run on python 3
This patch switches tempest-slow to new tempest-slow-py3 job. For coverage of tempest-slow tests on py2, Tempest check pipeline will continue running this job on check pipeline. As this tempest-slow job is not from integrated gate template, it is ok to run only py3 job on project side. Depends-On: https://review.openstack.org/633983 Change-Id: I4f305429ec2baac8556b59e72292f06524370c17
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c7895fe62..531faaf21 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -160,7 +160,7 @@
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- - tempest-slow:
+ - tempest-slow-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$