62d11d8479
If any job use older Tempest version then we can not need to use the master upper-constraints as they can be incompatible most of the time. We need to use the compatible constraints of what version of Tempest is configured to run. Below devstack patch adding the new way to configure the upper-constraints via new variable TEMPEST_VENV_UPPER_CONSTRAINTS when Tempest master is not used. - https://review.opendev.org/c/openstack/devstack/+/774711 We need to use the same variable to use the configured constraints in run-tempest roles also so that when run-tempest recreate the tempest venv then it honor the same configured constraints instead if using master and error For example: - https://zuul.opendev.org/t/openstack/build/854450dc514041a78fd250dde0eb138e/log/job-output.txt#31341 Depends-On: https://review.opendev.org/c/openstack/devstack/+/774716 Change-Id: I32d539b02366c8ae7ea70195674a97ed6a8ae759
12 lines
414 B
YAML
12 lines
414 B
YAML
devstack_base_dir: /opt/stack
|
|
tempest_test_regex: ''
|
|
tox_envlist: smoke
|
|
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
|