From 5dac39132804512f48070099581d5208fa9aa6af Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 14:17:02 -0800 Subject: [PATCH 1/4] Fixing improper indentation Signed-off-by: Matt Oswalt --- actions/workflows/st2_e2e_tests.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index f8883917..ff8b1275 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -78,15 +78,17 @@ workflows: timeout: 500 on-success: - robot_mistral_tests - robot_mistral_tests: - action: core.remote - input: - hosts: <% $.host_ip %> - env: <% $.st2_cli_env %> - cmd: cd /tmp/st2tests && source venv/bin/activate && pybot robotfm_tests/mistral/ - timeout: 300 - on-success: - - robot_chatopsCI_tests + + robot_mistral_tests: + action: core.remote + input: + hosts: <% $.host_ip %> + env: <% $.st2_cli_env %> + cmd: cd /tmp/st2tests && source venv/bin/activate && pybot robotfm_tests/mistral/ + timeout: 300 + on-success: + - robot_chatopsCI_tests + robot_chatopsCI_tests: action: core.remote input: From 63ef070a67da71d4abe878d4b3e9517a8c5e3fd8 Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 14:21:21 -0800 Subject: [PATCH 2/4] more indentation fixes Signed-off-by: Matt Oswalt --- actions/workflows/st2_e2e_tests.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index ff8b1275..357410f9 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -80,14 +80,14 @@ workflows: - robot_mistral_tests robot_mistral_tests: - action: core.remote - input: - hosts: <% $.host_ip %> - env: <% $.st2_cli_env %> - cmd: cd /tmp/st2tests && source venv/bin/activate && pybot robotfm_tests/mistral/ - timeout: 300 - on-success: - - robot_chatopsCI_tests + action: core.remote + input: + hosts: <% $.host_ip %> + env: <% $.st2_cli_env %> + cmd: cd /tmp/st2tests && source venv/bin/activate && pybot robotfm_tests/mistral/ + timeout: 300 + on-success: + - robot_chatopsCI_tests robot_chatopsCI_tests: action: core.remote From 345833274f396ffdf107760db75db35366c401ab Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 14:22:08 -0800 Subject: [PATCH 3/4] Removed unnecessary whitespace Signed-off-by: Matt Oswalt --- actions/workflows/st2_e2e_tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index 357410f9..07724f01 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -77,8 +77,7 @@ workflows: cmd: cd /tmp/st2tests && . venv/bin/activate && pybot robotfm_tests/docs/ timeout: 500 on-success: - - robot_mistral_tests - + - robot_mistral_tests robot_mistral_tests: action: core.remote input: From 08692c71f059eeaa112089b151cafb2db7d25654 Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 14:23:03 -0800 Subject: [PATCH 4/4] more whitespace removal Signed-off-by: Matt Oswalt --- actions/workflows/st2_e2e_tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index 07724f01..2a8c4fd9 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -77,7 +77,7 @@ workflows: cmd: cd /tmp/st2tests && . venv/bin/activate && pybot robotfm_tests/docs/ timeout: 500 on-success: - - robot_mistral_tests + - robot_mistral_tests robot_mistral_tests: action: core.remote input: @@ -87,7 +87,6 @@ workflows: timeout: 300 on-success: - robot_chatopsCI_tests - robot_chatopsCI_tests: action: core.remote input: