Skip to content

Commit

Permalink
Merge "Rename tox_venvlist"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 16, 2018
2 parents 2cc095c + ba2f479 commit b4db359
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zuul.yaml
Expand Up @@ -24,7 +24,7 @@
* legacy-tempest-dsvm-neutron-full
* gate-tempest-dsvm-neutron-full-ubuntu-xenial
vars:
tox_venvlist: full
tox_envlist: full
devstack_localrc:
ENABLE_FILE_INJECTION: True

Expand Down
2 changes: 1 addition & 1 deletion roles/run-tempest/README.rst
Expand Up @@ -29,7 +29,7 @@ Run Tempest
# Line with only a comment.
(tempest\.(api|scenario|thirdparty)).*$ # Run only api scenario and third party

.. zuul:rolevar:: tox_venvlist
.. zuul:rolevar:: tox_envlist
:default: smoke

The Tempest tox environment to run.
2 changes: 1 addition & 1 deletion roles/run-tempest/defaults/main.yaml
@@ -1,3 +1,3 @@
devstack_base_dir: /opt/stack
tempest_test_regex: ''
tox_venvlist: smoke
tox_envlist: smoke
2 changes: 1 addition & 1 deletion roles/run-tempest/tasks/main.yaml
Expand Up @@ -21,7 +21,7 @@
when: num_cores|int > 3

- name: Run Tempest
command: tox -e {{tox_venvlist}} -- {{tempest_test_regex|quote}} --concurrency={{tempest_concurrency|default(default_concurrency)}}
command: tox -e {{tox_envlist}} -- {{tempest_test_regex|quote}} --concurrency={{tempest_concurrency|default(default_concurrency)}}
args:
chdir: "{{devstack_base_dir}}/tempest"
become: true
Expand Down

0 comments on commit b4db359

Please sign in to comment.