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
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m0s
This commit is contained in:
parent
e03e08f81d
commit
664b12e508
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user