Skip to content

Commit b33dd86

Browse files
authored
Fix beta stack e2e tests (#508)
1 parent 0b54465 commit b33dd86

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pipeline.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ jobs:
335335
336336
- name: retrive ssm parameters
337337
run: |
338-
export HTTPBIN_ZIP_REST_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/zip/rest-api-endpoint" --query "Parameter.Value" --output text)
339-
export HTTPBIN_ZIP_HTTP_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/zip/http-api-endpoint" --query "Parameter.Value" --output text)
340-
export HTTPBIN_ZIP_ALB_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/zip/alb-endpoint" --query "Parameter.Value" --output text)
341-
export HTTPBIN_ZIP_FURL_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/zip/function-url" --query "Parameter.Value" --output text)
338+
export HTTPBIN_ZIP_REST_ENDPOINT=https://httpbin-rest-zip.beta.adapter.awsguru.dev/
339+
export HTTPBIN_ZIP_HTTP_ENDPOINT=https://httpbin-http-zip.beta.adapter.awsguru.dev/
340+
export HTTPBIN_ZIP_ALB_ENDPOINT=https://httpbin-alb-zip.beta.adapter.awsguru.dev/
341+
export HTTPBIN_ZIP_FURL_ENDPOINT=https://c26abn6izvm4xvbfs5baaflifm0hqvsn.lambda-url.ap-northeast-1.on.aws/
342342
343343
- name: run e2e tests
344344
run: |
@@ -405,10 +405,10 @@ jobs:
405405
406406
- name: retrive ssm parameters
407407
run: |
408-
export HTTPBIN_OCI_REST_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/oci/rest-api-endpoint" --query "Parameter.Value" --output text)
409-
export HTTPBIN_OCI_HTTP_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/oci/http-api-endpoint" --query "Parameter.Value" --output text)
410-
export HTTPBIN_OCI_ALB_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/oci/alb-endpoint" --query "Parameter.Value" --output text)
411-
export HTTPBIN_OCI_FURL_ENDPOINT=$(aws ssm get-parameter --name "/lambda-web-adapter/e2e/httpbin/oci/function-url" --query "Parameter.Value" --output text)
408+
export HTTPBIN_OCI_REST_ENDPOINT=https://httpbin-rest-oci.beta.adapter.awsguru.dev/
409+
export HTTPBIN_OCI_HTTP_ENDPOINT=https://httpbin-http-oci.beta.adapter.awsguru.dev/
410+
export HTTPBIN_OCI_ALB_ENDPOINT=https://httpbin-alb-oci.beta.adapter.awsguru.dev/
411+
export HTTPBIN_OCI_FURL_ENDPOINT=https://3w6rb56t3lzefztvndn4zg3xru0taszm.lambda-url.ap-northeast-1.on.aws/
412412
413413
- name: run e2e tests
414414
run: |

0 commit comments

Comments
 (0)