File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : Run e2e tests
7272 env :
73- IMAGE_NAME : ghcr.io/nvidia/container-toolkit
74- VERSION : ${{ inputs.version }}
73+ E2E_IMAGE_REPO : ghcr.io/nvidia/container-toolkit
74+ E2E_IMAGE_TAG : ${{ inputs.version }}-ubuntu20.04
7575 SSH_KEY : ${{ secrets.AWS_SSH_KEY }}
7676 E2E_SSH_USER : ${{ secrets.E2E_SSH_USER }}
7777 E2E_SSH_HOST : ${{ steps.holodeck_public_dns_name.outputs.result }}
8282 chmod 600 "$e2e_ssh_key"
8383 export E2E_SSH_KEY="$e2e_ssh_key"
8484
85- make -f tests/e2e/Makefile test
85+ make -f tests/e2e/Makefile test-e2e
8686
87+ - name : Archive Ginkgo logs
88+ uses : actions/upload-artifact@v4
89+ with :
90+ name : ginkgo-logs
91+ path : ginkgo.json
92+ retention-days : 15
93+
8794 - name : Send Slack alert notification
8895 if : ${{ failure() }}
8996 uses : slackapi/slack-github-action@v2.0.0
You can’t perform that action at this time.
0 commit comments