File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,12 @@ jobs:
58
58
- name : Run e2e tests
59
59
env :
60
60
KUBECONFIG : ${{ github.workspace }}/kubeconfig
61
+ HELM_CHART : ${{ github.workspace }}/deployments/helm/nvidia-device-plugin
61
62
E2E_IMAGE_REPO : ghcr.io/nvidia/k8s-device-plugin
62
63
E2E_IMAGE_TAG : ${{ inputs.version }}-ubi9
63
64
LOG_ARTIFACTS : ${{ github.workspace }}/e2e_logs
64
65
run : |
65
- make test-e2e
66
+ make -f tests/e2e/Makefile test-e2e
66
67
67
68
- name : Archive test logs
68
69
if : ${{ failure() }}
71
72
name : e2e-test-logs
72
73
path : ./e2e_logs/
73
74
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
74
82
75
83
- name : Post text to a Slack channel
76
84
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments