Use UPPER_CONSTRAINTS_FILE for stable/wallaby testing
stable/wallaby is in EM state and Tempest is going to be pinned for stable/wallaby which need to modify run-tempest role to use the constraints set by the devstack. Change-Id: I985c222a1a461dff10ff33716fd2263a1a89813a
This commit is contained in:
@@ -25,11 +25,11 @@
|
|||||||
target_branch: "{{ zuul.override_checkout }}"
|
target_branch: "{{ zuul.override_checkout }}"
|
||||||
when: zuul.override_checkout is defined
|
when: zuul.override_checkout is defined
|
||||||
|
|
||||||
- name: Use stable branch upper-constraints till stable/victoria
|
- name: Use stable branch upper-constraints till stable/wallaby
|
||||||
set_fact:
|
set_fact:
|
||||||
# TOX_CONSTRAINTS_FILE is new name, UPPER_CONSTRAINTS_FILE is old one, best to set both
|
# TOX_CONSTRAINTS_FILE is new name, UPPER_CONSTRAINTS_FILE is old one, best to set both
|
||||||
tempest_tox_environment: "{{ tempest_tox_environment | combine({'UPPER_CONSTRAINTS_FILE': stable_constraints_file}) | combine({'TOX_CONSTRAINTS_FILE': stable_constraints_file}) }}"
|
tempest_tox_environment: "{{ tempest_tox_environment | combine({'UPPER_CONSTRAINTS_FILE': stable_constraints_file}) | combine({'TOX_CONSTRAINTS_FILE': stable_constraints_file}) }}"
|
||||||
when: target_branch in ["stable/ocata", "stable/pike", "stable/queens", "stable/rocky", "stable/stein", "stable/train", "stable/ussuri", "stable/victoria"]
|
when: target_branch in ["stable/ocata", "stable/pike", "stable/queens", "stable/rocky", "stable/stein", "stable/train", "stable/ussuri", "stable/victoria", "stable/wallaby"]
|
||||||
|
|
||||||
- name: Use Configured upper-constraints for non-master Tempest
|
- name: Use Configured upper-constraints for non-master Tempest
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user