4
0
Fork 0

Update linux_benchmark_testing.yml

turned off ready check
This commit is contained in:
uk-bolly 2022-07-28 21:14:07 +01:00 committed by GitHub
parent 9d91c2cba2
commit 0747cc978a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,11 +89,11 @@ jobs:
# Ensure system is up for connections before continuing
- name: Check system is up and running
working-directory: .github/workflows
id: test_os
run: >-
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" --private-key=.ssh/github_actions.pem -u ec2-user -vvv
# - name: Check system is up and running
# working-directory: .github/workflows
# id: test_os
# run: >-
# ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" --private-key=.ssh/github_actions.pem -u ec2-user -vvv
# Run the ansible playbook
- name: Run_Ansible_Playbook