From 871ecc1a1b742bfc9900cf84ac40aabdd9855fe0 Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 15:00:47 -0800 Subject: [PATCH 1/2] Using github instead of google (google gives 301) Signed-off-by: Matt Oswalt --- actions/workflows/e2e_tests.yaml | 8 ++++---- actions/workflows/st2_e2e_tests.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actions/workflows/e2e_tests.yaml b/actions/workflows/e2e_tests.yaml index 2e78afe3..c5a3fecf 100644 --- a/actions/workflows/e2e_tests.yaml +++ b/actions/workflows/e2e_tests.yaml @@ -65,19 +65,19 @@ action: "core.local" params: "date" hosts: "{{hostname}}" - on-success: "core_http_google" + on-success: "core_http_github" - - name: "core_http_google" + name: "core_http_github" ref: "st2cd.action_run" params: env: ST2_BASE_URL: "{{protocol}}://{{hostname}}" ST2_AUTH_URL: "{{protocol}}://{{hostname}}:9100" ST2_API_URL: "{{protocol}}://{{hostname}}:9101" - name: "core_http_google" + name: "core_http_github" token: "{{st2_token}}" action: "core.http" - params: "url=https://www.google.com" + params: "url=https://github.com" hosts: "{{hostname}}" on-success: "core_remote_single_host" - diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index 2a8c4fd9..43b65733 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -115,7 +115,7 @@ workflows: input: hosts: <% $.host %> env: <% $.env %> - cmd: st2 run core.http url=https://google.com + cmd: st2 run core.http url=https://github.com test_core_remote_single_host: action: core.remote input: From d5942d90209c9d3be1e3cff6e68f1371e9df50e3 Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Wed, 22 Feb 2017 15:10:16 -0800 Subject: [PATCH 2/2] reverting back to google but using www to avoid error Signed-off-by: Matt Oswalt --- actions/workflows/e2e_tests.yaml | 8 ++++---- actions/workflows/st2_e2e_tests.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actions/workflows/e2e_tests.yaml b/actions/workflows/e2e_tests.yaml index c5a3fecf..2e78afe3 100644 --- a/actions/workflows/e2e_tests.yaml +++ b/actions/workflows/e2e_tests.yaml @@ -65,19 +65,19 @@ action: "core.local" params: "date" hosts: "{{hostname}}" - on-success: "core_http_github" + on-success: "core_http_google" - - name: "core_http_github" + name: "core_http_google" ref: "st2cd.action_run" params: env: ST2_BASE_URL: "{{protocol}}://{{hostname}}" ST2_AUTH_URL: "{{protocol}}://{{hostname}}:9100" ST2_API_URL: "{{protocol}}://{{hostname}}:9101" - name: "core_http_github" + name: "core_http_google" token: "{{st2_token}}" action: "core.http" - params: "url=https://github.com" + params: "url=https://www.google.com" hosts: "{{hostname}}" on-success: "core_remote_single_host" - diff --git a/actions/workflows/st2_e2e_tests.yaml b/actions/workflows/st2_e2e_tests.yaml index 43b65733..48460c37 100644 --- a/actions/workflows/st2_e2e_tests.yaml +++ b/actions/workflows/st2_e2e_tests.yaml @@ -115,7 +115,7 @@ workflows: input: hosts: <% $.host %> env: <% $.env %> - cmd: st2 run core.http url=https://github.com + cmd: st2 run core.http url=https://www.google.com test_core_remote_single_host: action: core.remote input: