Skip to content

Commit

Permalink
Merge branch 'main' into cz-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
chipzoller committed Aug 26, 2024
2 parents 63a2aef + c181c46 commit 090731f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
6 changes: 3 additions & 3 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 @@ -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 }}
2 changes: 1 addition & 1 deletion tests/e2e/gpu-feature-discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var _ = NVDescribe("GPU Feature Discovery", func() {
"nodes",
"namespaces",
"deployments",
"demonsets",
"daemonsets",
"nodeFeature",
}

Expand Down

0 comments on commit 090731f

Please sign in to comment.