Remove lower-constraints job/tripleo job

During the last PTG, TC agreed to remove the lower-constraints job[1].
Because the job is currently broken, this change removes the job
according to the decision.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2022-April/028104.html

This change also removes TripleO job because TripleO no longer uses
Zaqar.

Conflicts:
	.zuul.yaml
	lower-constraints.txt

Change-Id: I480ce9304a51fb2fa1818a0f6ea36116230ff506
(cherry picked from commit 25146d215c)
This commit is contained in:
Takashi Kajinami 2022-04-12 13:26:53 +09:00 committed by Takashi Kajinami
parent a28fa8ba24
commit 1164cbdaa6
3 changed files with 0 additions and 78 deletions

View File

@ -77,7 +77,6 @@
queue: zaqar
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
@ -92,12 +91,6 @@
- zaqar-grenade-mongodb
- zaqar-grenade-redis
- zaqar-grenade-swift
# TripleO jobs that deploy Zaqar.
# Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong.
# If you need any support to debug these jobs in case of
# failures, please reach us on #tripleo IRC channel.
- tripleo-ci-centos-7-scenario002-standalone
- zaqar-rally:
voting: false
gate:
@ -107,4 +100,3 @@
- zaqar-tempest-plugin-redis
- zaqar-tempest-plugin-swift
- zaqar-tempest-plugin-swift-ipv6
- tripleo-ci-centos-7-scenario002-standalone

View File

@ -1,65 +0,0 @@
alembic==0.9.6
autobahn==20.7.1
Babel==2.3.4
coverage==4.0
cryptography==2.7
ddt==1.0.1
doc8==0.8.1
docutils==0.15.2
dogpile.cache==1.0.2
enum34==1.0.4;python_version=='2.7'
falcon==1.1.0
fixtures==3.0.0
future==0.16.0
futurist==1.2.0
iso8601==0.1.11
jsonschema==3.2.0
keystoneauth1==3.4.0
keystonemiddleware==4.17.0
msgpack==1.0.0
os-api-ref==1.4.0
os-client-config==1.28.0
oslo.cache==1.26.0
oslo.config==6.8.0
oslo.context==2.19.2
oslo.db==6.0.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.messaging==5.29.0
oslo.middleware==3.31.0
oslo.policy==3.6.0
oslo.reports==1.18.0
oslo.serialization==2.18.0
oslo.service==1.24.0
oslo.upgradecheck==1.3.0
oslo.utils==3.33.0
oslotest==3.2.0
osprofiler==1.4.0
pbr==2.0.0
Pygments==2.2.0
pymongo==3.6.0
PyMySQL==0.8.0
python-keystoneclient==3.8.0
python-memcached==1.56
python-subunit==1.0.0
python-swiftclient==3.2.0
pytz==2013.6
PyYAML==5.1
redis==3.0.0
requests==2.25.0
requestsexceptions==1.2.0
restructuredtext-lint==1.1.1
rfc3986==1.2.0
SQLAlchemy==1.3.19
sqlalchemy-migrate==0.11.0
stestr==2.0.0
stevedore==1.20.0
testrepository==0.0.18
testresources==2.0.0
testscenarios==0.4
testtools==2.2.0
trollius==2.1;python_version=='2.7'
txaio==20.3.1
urllib3==1.21.1
WebOb==1.7.1
websocket-client==0.44.0

View File

@ -116,8 +116,3 @@ max-line-length = 80
extension =
N537 = checks:no_translate_logs
paths = ./zaqar/hacking
[testenv:lower-constraints]
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt