You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/05/07 13:47:57 UTC

[airflow-ci-infra] 01/01: Use the cheaper ASG in Ohio

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch use-us-east-2-asg
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 4c8feebd8b4c751764d563f03740076e31999e22
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri May 7 14:47:32 2021 +0100

    Use the cheaper ASG in Ohio
---
 lambdas/scale_out_runner/.chalice/config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lambdas/scale_out_runner/.chalice/config.json b/lambdas/scale_out_runner/.chalice/config.json
index bd29d8c..669f935 100644
--- a/lambdas/scale_out_runner/.chalice/config.json
+++ b/lambdas/scale_out_runner/.chalice/config.json
@@ -11,7 +11,8 @@
       "iam_policy_file": "prod_iam.json",
       "environment_variables": {
         "GH_WEBHOOK_TOKEN_ENCRYPTED": "AQICAHg1MGVq8MAqYXSkkgy6iL19KSI14nJw8DelmHFuRpAfvQEh/mniWicOD0N1aVuHhp+VAAAAfDB6BgkqhkiG9w0BBwagbTBrAgEAMGYGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMVqkAu70BaR2rDQ4qAgEQgDlIAxDrBlblL6XNKkJIs+zrNEMcGpS68JnoVh2s1oKEzbBXzYS16/9ZrW9CwUV4ULAd2EsGb90iz74=",
-        "ACTIONS_SQS_URL": "https://sqs.eu-central-1.amazonaws.com/827901512104/actions-runner-requests"
+        "ASG_NAME": "RunnerASG",
+        "ASG_REGION_NAME": "us-east-2"
       }
     }
   },