diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c711d8d20..4e563ebe2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -48,7 +48,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 @@ -71,6 +71,6 @@ jobs: with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: | - :red_target: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed. + :x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed. Details: ${{ env.SUMMARY_URL }} diff --git a/.github/workflows/staging_e2e.yaml b/.github/workflows/staging_e2e.yaml index 8b6d30e55..8f10c1073 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 @@ -83,6 +83,6 @@ jobs: with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: | - :red_target: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed. - + :x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed. + Details: ${{ env.SUMMARY_URL }} diff --git a/tests/e2e/gpu-feature-discovery_test.go b/tests/e2e/gpu-feature-discovery_test.go index 998ef244b..713608a17 100644 --- a/tests/e2e/gpu-feature-discovery_test.go +++ b/tests/e2e/gpu-feature-discovery_test.go @@ -67,7 +67,7 @@ var _ = NVDescribe("GPU Feature Discovery", func() { "nodes", "namespaces", "deployments", - "demonsets", + "daemonsets", "nodeFeature", }