Skip to content

Commit 3c52685

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Switch to new rolevar for run-tempest role"
2 parents 606d588 + 9d285e0 commit 3c52685

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.zuul.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@
143143
- ^tox.ini$
144144
vars:
145145
# We use the "all" environment for tempest_test_regex and
146-
# tempest_black_regex.
146+
# tempest_exclude_regex.
147147
tox_envlist: all
148148
# Only run compute API tests.
149149
tempest_test_regex: ^tempest\.api\.compute
150150
# Skip slow tests.
151-
tempest_black_regex: .*\[.*\bslow\b.*\]
151+
tempest_exclude_regex: .*\[.*\bslow\b.*\]
152152
devstack_local_conf:
153153
test-config:
154154
$TEMPEST_CONFIG:
@@ -196,16 +196,16 @@
196196
post-run: playbooks/nova-next/post.yaml
197197
vars:
198198
# We use the "all" environment for tempest_test_regex and
199-
# tempest_black_regex.
199+
# tempest_exclude_regex.
200200
tox_envlist: all
201201
# Run all compute API tests and most scenario tests at the default
202202
# concurrency (nproc/2 which is normally 4 in the gate).
203203
tempest_test_regex: ^tempest\.(scenario|api\.compute)
204204
# The tempest.scenario.test_network* tests are skipped because they
205205
# (1) take a long time and (2) are already covered in the
206206
# tempest-slow* job. If this regex gets more complicated use
207-
# tempest_test_blacklist.
208-
tempest_black_regex: ^tempest.scenario.test_network
207+
# tempest_test_exclude_list.
208+
tempest_exclude_regex: ^tempest.scenario.test_network
209209
devstack_local_conf:
210210
post-config:
211211
$NOVA_CPU_CONF:
@@ -356,11 +356,11 @@
356356
irrelevant-files: *dsvm-irrelevant-files
357357
vars:
358358
# We use the "all" environment for tempest_test_regex and
359-
# tempest_test_blacklist.
359+
# tempest_test_exclude_list.
360360
tox_envlist: all
361361
# Run compute API and scenario tests.
362362
tempest_test_regex: ^tempest\.(scenario|(api\.compute))
363-
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/nova"].src_dir }}/devstack/nova-multi-cell-blacklist.txt'
363+
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/nova"].src_dir }}/devstack/nova-multi-cell-exclude-list.txt'
364364
devstack_local_conf:
365365
post-config:
366366
$NOVA_CONF:

devstack/nova-multi-cell-blacklist.txt renamed to devstack/nova-multi-cell-exclude-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# --blacklist-file contents for the nova-multi-cell job defined in .zuul.yaml
1+
# --exclude-list contents for the nova-multi-cell job defined in .zuul.yaml
22
# See: https://stestr.readthedocs.io/en/latest/MANUAL.html#test-selection
33

44
# Exclude tempest.scenario.test_network tests since they are slow and

0 commit comments

Comments
 (0)