From 2a78ebe05adc463d366caa900867043aece109e4 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 26 Aug 2024 11:05:49 +0200 Subject: [PATCH] [no-relnote] Use ubi8 image in tests With https://github.com/NVIDIA/k8s-device-plugin/pull/884 we removed the ubuntu22.04 images. This change uses the ubi8 images since these are now the only images. Signed-off-by: Evan Lezar --- .github/workflows/staging_e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging_e2e.yaml b/.github/workflows/staging_e2e.yaml index 8b6d30e55..5978561ab 100644 --- a/.github/workflows/staging_e2e.yaml +++ b/.github/workflows/staging_e2e.yaml @@ -60,7 +60,7 @@ jobs: env: KUBECONFIG: ${{ github.workspace }}/kubeconfig E2E_IMAGE_REPO: ghcr.io/nvidia/k8s-device-plugin - E2E_IMAGE_TAG: ${COMMIT_SHORT_SHA}-ubuntu22.04 + E2E_IMAGE_TAG: ${COMMIT_SHORT_SHA}-ubi8 LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs run: | make test-e2e @@ -84,5 +84,5 @@ jobs: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: | :red_target: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed. - + Details: ${{ env.SUMMARY_URL }}