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:
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() }}
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() }}
You can’t perform that action at this time.
0 commit comments