Skip to content

Commit 327693a

Browse files
author
Elod Illes
committed
[stable-only] Drop lower-constraints job
During the PTG the TC discussed the topic and decided to drop the job completely. Since the latest job configuration broke all stable gate for nova (older than yoga) this is needed there to unblock our gates. For dropping the job on master let's wait to the resolution as the gate is not broken there, hence the patch is stable-only. Conflicts: .zuul.yaml lower-constraints.txt tox.ini NOTE(elod.illes): conflict is due to branch specific settings (job template names, lower constraints changes, tox target's base python pinning). Change-Id: I514f6b337ffefef90a0ce9ab0b4afd083caa277e (cherry picked from commit 15b7271) (cherry picked from commit ba3c5b8)
1 parent 9609ae0 commit 327693a

File tree

3 files changed

+0
-173
lines changed

3 files changed

+0
-173
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@
452452
- check-requirements
453453
- integrated-gate-compute
454454
- openstack-cover-jobs
455-
- openstack-lower-constraints-jobs
456455
- openstack-python3-wallaby-jobs
457456
- openstack-python3-wallaby-jobs-arm64
458457
- periodic-stable-jobs

lower-constraints.txt

Lines changed: 0 additions & 165 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,3 @@ usedevelop = False
340340
deps = bindep
341341
commands =
342342
bindep test
343-
344-
[testenv:lower-constraints]
345-
usedevelop = False
346-
deps =
347-
-c{toxinidir}/lower-constraints.txt
348-
-r{toxinidir}/test-requirements.txt
349-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)