Remove centos-8 wheel publishing jobs
We are beginning the process of removing these images from OpenDev. Later changes will need to clean up our grafyaml configs and nodepool configs, but this allows us to remove jobs from zuul and once those are all gone we can remove the nodes from nodepool then remove the grafyaml configs. Change-Id: I6c2bc2fc4314e8eb205766f22738135551191452
This commit is contained in:
parent
0a8cb7b85b
commit
14dad80b2a
@ -865,34 +865,6 @@
|
||||
- name: afs
|
||||
secret: wheel_keytab
|
||||
|
||||
- job:
|
||||
name: publish-wheel-cache-centos-8
|
||||
description: |
|
||||
Publish CentOS 8 wheels for OpenStack CI mirrors.
|
||||
parent: build-wheel-cache-centos-8
|
||||
pre-run: playbooks/openafs-client/setup.yaml
|
||||
post-run: playbooks/publish/wheel-mirror.yaml
|
||||
allowed-projects:
|
||||
- openstack/requirements
|
||||
final: true
|
||||
secrets:
|
||||
- name: afs
|
||||
secret: wheel_keytab
|
||||
|
||||
- job:
|
||||
name: publish-wheel-cache-centos-8-arm64
|
||||
description: |
|
||||
Publish CentOS 8 wheels for OpenStack CI mirrors.
|
||||
parent: build-wheel-cache-centos-8-arm64
|
||||
pre-run: playbooks/openafs-client/setup.yaml
|
||||
post-run: playbooks/publish/wheel-mirror.yaml
|
||||
allowed-projects:
|
||||
- openstack/requirements
|
||||
final: true
|
||||
secrets:
|
||||
- name: afs
|
||||
secret: wheel_keytab
|
||||
|
||||
- job:
|
||||
name: publish-wheel-cache-centos-8-stream
|
||||
description: |
|
||||
|
@ -5197,14 +5197,12 @@
|
||||
periodic:
|
||||
jobs:
|
||||
- publish-wheel-cache-centos-7
|
||||
- publish-wheel-cache-centos-8
|
||||
- publish-wheel-cache-centos-8-stream
|
||||
- publish-wheel-cache-debian-bullseye
|
||||
- publish-wheel-cache-debian-buster
|
||||
- publish-wheel-cache-ubuntu-focal
|
||||
- publish-wheel-cache-ubuntu-bionic
|
||||
- publish-wheel-cache-ubuntu-xenial
|
||||
- publish-wheel-cache-centos-8-arm64
|
||||
- publish-wheel-cache-centos-8-stream-arm64
|
||||
- publish-wheel-cache-debian-bullseye-arm64
|
||||
- publish-wheel-cache-debian-buster-arm64
|
||||
@ -5213,14 +5211,12 @@
|
||||
- release-wheel-cache:
|
||||
dependencies:
|
||||
- publish-wheel-cache-centos-7
|
||||
- publish-wheel-cache-centos-8
|
||||
- publish-wheel-cache-centos-8-stream
|
||||
- publish-wheel-cache-debian-bullseye
|
||||
- publish-wheel-cache-debian-buster
|
||||
- publish-wheel-cache-ubuntu-focal
|
||||
- publish-wheel-cache-ubuntu-bionic
|
||||
- publish-wheel-cache-ubuntu-xenial
|
||||
- publish-wheel-cache-centos-8-arm64
|
||||
- publish-wheel-cache-centos-8-stream-arm64
|
||||
- publish-wheel-cache-debian-bullseye-arm64
|
||||
- publish-wheel-cache-debian-buster-arm64
|
||||
|
Loading…
Reference in New Issue
Block a user