1e4cb1da36
run-tempest is changed recently to add the new variables but keep supporting the old ones too, for example: tempest_black_regex, tempest_exclude_regex. and if both old and new var are used in job definition (parent and child) then new variables are picked. Because Tempest is branchless, zuul pick the Tempest master playbooks/roles. That is why job running on stable branch gate will pick the base job definition from Tempest master. This way if any stable jobs which were defining the old var and using old Tempest are broken if any of their parent job define the new var. This commit pin the older run-tempest role for such stable branches. Change-Id: If49ab0c31aca5b7837636727096a9bc83f891b1b
12 lines
437 B
YAML
12 lines
437 B
YAML
devstack_base_dir: /opt/stack
|
|
tempest_test_regex: ''
|
|
tox_envlist: smoke
|
|
tempest_black_regex: ''
|
|
tox_extra_args: ''
|
|
tempest_test_timeout: ''
|
|
stable_constraints_file: "{{ devstack_base_dir }}/requirements/upper-constraints.txt"
|
|
target_branch: "{{ zuul.branch }}"
|
|
tempest_tox_environment: {}
|
|
# NOTE(gmann): external_bridge_mtu shows as undefined for run-tempest role
|
|
# defining default value here to avoid that error.
|
|
external_bridge_mtu: 0 |