Skip to content

Commit 9037244

Browse files
[no-relnote] Update GitHub Action job for E2E
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent d19afe0 commit 9037244

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ jobs:
5858
- name: Run e2e tests
5959
env:
6060
KUBECONFIG: ${{ github.workspace }}/kubeconfig
61+
HELM_CHART: ${{ github.workspace }}/deployments/helm/nvidia-device-plugin
6162
E2E_IMAGE_REPO: ghcr.io/nvidia/k8s-device-plugin
6263
E2E_IMAGE_TAG: ${{ inputs.version }}-ubi9
6364
LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs
6465
run: |
65-
make test-e2e
66+
make -f tests/e2e/Makefile test-e2e
6667
6768
- name: Archive test logs
6869
if: ${{ failure() }}
@@ -71,6 +72,13 @@ jobs:
7172
name: e2e-test-logs
7273
path: ./e2e_logs/
7374
retention-days: 15
75+
76+
- name: Archive Ginkgo logs
77+
uses: actions/upload-artifact@v4
78+
with:
79+
name: ginkgo-logs
80+
path: ginkgo.json
81+
retention-days: 15
7482

7583
- name: Post text to a Slack channel
7684
if: ${{ failure() }}

0 commit comments

Comments
 (0)