continue-on-error: for good vps hygiene, 5m timeout for ssh connection test
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m0s

This commit is contained in:
Mike Holloway 2025-01-07 06:49:36 -05:00
parent e03e08f81d
commit 664b12e508
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
- name: molecule test
continue-on-error: true
run: |
export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
cd ${{ gitea.workspace}}/podman-host/extensions

View File

@ -13,7 +13,7 @@
tasks:
- name: Confirm we can reach
command:
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
cmd: "ssh -o ConnectTimeout=300 -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
register: isping
- debug: