From 812657d86a572e39fc9273ba89e905b30c261d5f Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 3 Jan 2023 15:17:16 +0000 Subject: [PATCH] CI: Pin Rocky8 to an older image The current SMS lab Rocky8 image has moved ahead of our release train snapshots, causing failures installing some packages. TASK [stackhpc.libvirt-host : Ensure libvirt packages are installed] *********** FAILED - RETRYING: Ensure libvirt packages are installed (3 retries left). FAILED - RETRYING: Ensure libvirt packages are installed (2 retries left). FAILED - RETRYING: Ensure libvirt packages are installed (1 retries left). fatal: [controller0]: FAILED! => {"attempts": 3, "changed": false, "msg": "Failed to download packages: libverto-0.3.0-5.el8.x86_64: Cannot download, all mirrors were already tried without success", "results": []} --- .github/workflows/stackhpc-pull-request.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stackhpc-pull-request.yml b/.github/workflows/stackhpc-pull-request.yml index 49f5cb6b6..fb792347c 100644 --- a/.github/workflows/stackhpc-pull-request.yml +++ b/.github/workflows/stackhpc-pull-request.yml @@ -72,7 +72,9 @@ jobs: kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }} os_distribution: rocky neutron_plugin: ovs - vm_image: Rocky8 + # NOTE: The current SMS lab Rocky8 image has moved ahead of our release + # train snapshots, causing failures installing some packages. + vm_image: Rocky8-2022-11-08 vm_interface: ens3 OS_CLOUD: sms-lab-release secrets: inherit @@ -87,7 +89,9 @@ jobs: kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }} os_distribution: rocky neutron_plugin: ovn - vm_image: Rocky8 + # NOTE: The current SMS lab Rocky8 image has moved ahead of our release + # train snapshots, causing failures installing some packages. + vm_image: Rocky8-2022-11-08 vm_interface: ens3 OS_CLOUD: sms-lab-release secrets: inherit