File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727jobs :
2828 e2e-tests :
2929 runs-on : linux-amd64-cpu4
30- if : ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
30+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
3131 steps :
3232 - name : Check out code
3333 uses : actions/checkout@v4
@@ -65,13 +65,13 @@ jobs:
6565 VERSION : ${COMMIT_SHORT_SHA}
6666 SSH_KEY : ${{ secrets.AWS_SSH_KEY }}
6767 E2E_SSH_USER : ${{ secrets.E2E_SSH_USER }}
68+ E2E_SSH_HOST : ${{ steps.holodeck_public_dns_name.outputs.result }}
6869 E2E_INSTALL_CTK : " true"
6970 run : |
7071 e2e_ssh_key=$(mktemp)
7172 echo "$SSH_KEY" > "$e2e_ssh_key"
7273 chmod 600 "$e2e_ssh_key"
7374 export E2E_SSH_KEY="$e2e_ssh_key"
74- export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
7575
7676 make -f tests/e2e/Makefile test
7777
You can’t perform that action at this time.
0 commit comments