Merge "Set correct tox_min_version for the stable/2023.2 branch"
This commit is contained in:
commit
1e284970c1
@ -15,11 +15,16 @@
|
||||
chdir: "{{ openstack_requirements_dir }}"
|
||||
register: requirements_branch
|
||||
|
||||
- name: "Set min tox version for Ubuntu 20.04"
|
||||
- name: "Set min tox version for OpenStack stable/zed and stable/2023.1"
|
||||
set_fact:
|
||||
tox_min_version: "3.28"
|
||||
when: requirements_branch.stdout == "stable/2023.1" or "stable/zed"
|
||||
|
||||
- name: "Set min tox version for OpenStack stable/2023.2"
|
||||
set_fact:
|
||||
tox_min_version: "4.5.1"
|
||||
when: requirements_branch.stdout == "stable/2023.2"
|
||||
|
||||
|
||||
- name: "ensure Tox is installed"
|
||||
command: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user