Fix the nox env names for the cloud pipelines

This commit is contained in:
Pedro Algarvio 2019-11-27 20:11:40 +00:00
parent d8275f2c1d
commit 9a732282c2
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ runTestSuite(
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
kitchen_platforms_file: '/var/jenkins/workspace/nox-cloud-platforms.yml',
nox_env_name: 'runtests-zeromq',
nox_env_name: 'runtests-cloud',
nox_passthrough_opts: '',
python_version: 'py2',
run_full: params.runFull,

View file

@ -8,7 +8,7 @@ runTestSuite(
golden_images_branch: 'master',
jenkins_slave_label: 'kitchen-slave',
kitchen_platforms_file: '/var/jenkins/workspace/nox-cloud-platforms.yml',
nox_env_name: 'runtests-zeromq',
nox_env_name: 'runtests-cloud',
nox_passthrough_opts: '',
python_version: 'py3',
run_full: params.runFull,