Fix wheel_volume values for centos stream wheel mirrors

We were trying to vos release the non stream centos 8 volumes which
don't exist anymore. Flip this to the stream values. Additionally,
centos 9 stream arm64 was releasing x86_64 wheels not arm64 wheels. Fix
this too.

This probably is an indication that these mirrors were never really used
much in the first place and we should consider cleanup?

Change-Id: I7f4104a342d170669e7717b945f09131811dbebc
This commit is contained in:
Clark Boylan 2024-01-29 14:08:54 -08:00
parent 4b5f31b9bb
commit 21a2d0dcb1
1 changed files with 3 additions and 3 deletions

View File

@ -892,7 +892,7 @@
parent: release-wheel-cache
final: true
vars:
wheel_volume: 'mirror.wheel.cent8x64'
wheel_volume: 'mirror.wheel.cent8sx64'
- job:
name: publish-wheel-cache-centos-8-stream-arm64
@ -913,7 +913,7 @@
parent: release-wheel-cache
final: true
vars:
wheel_volume: 'mirror.wheel.cent8a64'
wheel_volume: 'mirror.wheel.cent8sa64'
- job:
name: publish-wheel-cache-centos-9-stream
@ -955,7 +955,7 @@
parent: release-wheel-cache
final: true
vars:
wheel_volume: 'mirror.wheel.cent9sx64'
wheel_volume: 'mirror.wheel.cent9sa64'
- job:
name: publish-wheel-cache-debian-bullseye