Skip to content

Commit

Permalink
QA troubleshooting second try
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Szabo <[email protected]>
  • Loading branch information
greg-szabo authored Feb 10, 2025
1 parent c7d3be9 commit d71b645
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
run: terraform apply -auto-approve

- name: Debug SSH connection
working-directory: qa/terraform
run: |
echo "Testing SSH connection to CANDC node..."
which pssh
which ssh-keygen
which ssh-keyscan
source commands.sh
ssh-keygen -R "$CANDC" > /dev/null
ssh-keyscan -t ed25519 "$CANDC" >> "$HOME/.ssh/known_hosts"
Expand All @@ -57,19 +55,6 @@ jobs:
_keyscan_cc
deploy_cc
- name: Debug SSH key scan
run: |
echo "Running ssh-keyscan on $CANDC_IP..."
ssh-keyscan $CANDC_IP
- name: Setup commands
working-directory: qa/terraform
run: |
sleep 10
set -x
source commands.sh
deploy_cc
- name: Terraform Destroy (Cleanup Nodes)
if: always()
working-directory: qa/terraform
Expand Down

0 comments on commit d71b645

Please sign in to comment.