Skip to content

Commit

Permalink
Merge pull request #905 from ArangoGutierrez/reg_test07
Browse files Browse the repository at this point in the history
[no-relnote] fix step holodeck_public_dns_name variable name E2E
  • Loading branch information
ArangoGutierrez authored Feb 6, 2025
2 parents 1d0777e + adbe127 commit b69d98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
e2e-tests:
runs-on: linux-amd64-cpu4
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,13 +65,13 @@ jobs:
VERSION: ${COMMIT_SHORT_SHA}
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
E2E_SSH_HOST: ${{ steps.holodeck_public_dns_name.outputs.result }}
E2E_INSTALL_CTK: "true"
run: |
e2e_ssh_key=$(mktemp)
echo "$SSH_KEY" > "$e2e_ssh_key"
chmod 600 "$e2e_ssh_key"
export E2E_SSH_KEY="$e2e_ssh_key"
export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
make -f tests/e2e/Makefile test
Expand Down

0 comments on commit b69d98d

Please sign in to comment.