From 0c3c26e11b4fd169362d0738c2d07e42ace7da3b Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 28 Jul 2022 17:19:46 +0100 Subject: [PATCH] removed system check Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index fcaa943..f116ee8 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -86,14 +86,6 @@ jobs: working-directory: .github/workflows run: cat hosts.yml -# 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 - # Run the ansible playbook - name: Run_Ansible_Playbook uses: arillso/action.playbook@master