Skip to content

Commit ba3c5b8

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)
1 parent af3d43d commit ba3c5b8

File tree

3 files changed

+0
-175
lines changed

3 files changed

+0
-175
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@
579579
- check-requirements
580580
- integrated-gate-compute
581581
- openstack-cover-jobs
582-
- openstack-lower-constraints-jobs
583582
- openstack-python3-xena-jobs
584583
- openstack-python3-xena-jobs-arm64
585584
- periodic-stable-jobs

lower-constraints.txt

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

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,3 @@ usedevelop = False
342342
deps = bindep
343343
commands =
344344
bindep test
345-
346-
[testenv:lower-constraints]
347-
basepython = python3.6
348-
usedevelop = False
349-
deps =
350-
-c{toxinidir}/lower-constraints.txt
351-
-r{toxinidir}/test-requirements.txt
352-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)