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
This commit is contained in:
Ghanshyam Mann 2019-01-31 11:17:07 +00:00
parent f715ebfa88
commit e362b80c6a
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- tempest-slow:
- tempest-slow-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$