Skip to content

Commit a6321cc

Browse files
committed
Switch to the master constraint in tox.ini
To releas a new tag for Tempest 2025.1, we modified the compatible constraint in tox.ini - https://review.opendev.org/c/openstack/tempest/+/945149 As new tag is released now so we can switch back to the master constraint in tox.ini. Change-Id: Ia6cb927af6b0324d961e3c9a3c565c4f326fad39
1 parent 53dc8df commit a6321cc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setenv =
99
OS_TEST_PATH=./tempest/test_discover
1010
OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:1200}
1111
deps =
12-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
12+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
1313
-r{toxinidir}/requirements.txt
1414

1515
[testenv]
@@ -40,7 +40,7 @@ usedevelop = True
4040
allowlist_externals =
4141
find
4242
deps =
43-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
43+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
4444
-r{toxinidir}/requirements.txt
4545
-r{toxinidir}/test-requirements.txt
4646
commands =
@@ -337,7 +337,7 @@ commands =
337337

338338
[testenv:venv]
339339
deps =
340-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
340+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
341341
-r{toxinidir}/requirements.txt
342342
-r{toxinidir}/doc/requirements.txt
343343
commands = {posargs}
@@ -351,7 +351,7 @@ commands = {posargs}
351351

352352
[testenv:docs]
353353
deps =
354-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
354+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
355355
-r{toxinidir}/doc/requirements.txt
356356
commands =
357357
sphinx-apidoc -f -o doc/source/tests/compute tempest/api/compute
@@ -441,7 +441,7 @@ paths =
441441

442442
[testenv:releasenotes]
443443
deps =
444-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
444+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
445445
-r{toxinidir}/doc/requirements.txt
446446
commands =
447447
rm -rf releasenotes/build

zuul.d/project.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
- tempest-full-test-account-py3:
128128
voting: false
129129
irrelevant-files: *tempest-irrelevant-files
130-
#- ironic-tempest-bios-ipmi-direct-tinyipa:
131-
# irrelevant-files: *tempest-irrelevant-files
130+
- ironic-tempest-bios-ipmi-direct-tinyipa:
131+
irrelevant-files: *tempest-irrelevant-files
132132
- openstack-tox-bashate:
133133
irrelevant-files: *tempest-irrelevant-files-2
134134
gate:
@@ -160,8 +160,8 @@
160160
# irrelevant-files: *tempest-irrelevant-files
161161
- nova-live-migration:
162162
irrelevant-files: *tempest-irrelevant-files
163-
#- ironic-tempest-bios-ipmi-direct-tinyipa:
164-
# irrelevant-files: *tempest-irrelevant-files
163+
- ironic-tempest-bios-ipmi-direct-tinyipa:
164+
irrelevant-files: *tempest-irrelevant-files
165165
# NOTE(gmann): Running jobs on Jammy as per the additional testing
166166
# for 2025.1 cycle and these can be removed in 2025.2 cycle.
167167
- tempest-full-ubuntu-jammy:

0 commit comments

Comments
 (0)