Skip to content

Commit

Permalink
Merge pull request #925 from elezar/fix-e2e-tests
Browse files Browse the repository at this point in the history
[no-relnote] Use ubi8 image in tests
  • Loading branch information
elezar authored Aug 26, 2024
2 parents 3393255 + 2a78ebe commit 0be71bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 0be71bb

Please sign in to comment.