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/02/17 14:53:51 UTC

[airflow-ci-infra] branch autoscaling-lambda updated (408a9b9 -> 7bac1da)

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

ash pushed a change to branch autoscaling-lambda
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git.


    from 408a9b9  fixup! Lambda function to scale ASG based on Github webhooks
     add 8a552f9  fixup! Lambda function to scale ASG based on Github webhooks
     add 7bac1da  fixup! Lambda function to scale ASG based on Github webhooks

No new revisions were added by this update.

Summary of changes:
 {webhooks => lambdas}/scale_out_runner/.chalice/config.json        | 0
 {webhooks => lambdas}/scale_out_runner/.chalice/deployed/prod.json | 0
 {webhooks => lambdas}/scale_out_runner/.chalice/prod_iam.json      | 0
 {webhooks => lambdas}/scale_out_runner/.gitignore                  | 0
 {webhooks => lambdas}/scale_out_runner/app.py                      | 0
 {webhooks => lambdas}/scale_out_runner/requirements.txt            | 0
 tests/{webhooks => lambdas}/scale_out_runner/conftest.py           | 0
 tests/{webhooks => lambdas}/scale_out_runner/test_app.py           | 0
 8 files changed, 0 insertions(+), 0 deletions(-)
 rename {webhooks => lambdas}/scale_out_runner/.chalice/config.json (100%)
 rename {webhooks => lambdas}/scale_out_runner/.chalice/deployed/prod.json (100%)
 rename {webhooks => lambdas}/scale_out_runner/.chalice/prod_iam.json (100%)
 rename {webhooks => lambdas}/scale_out_runner/.gitignore (100%)
 rename {webhooks => lambdas}/scale_out_runner/app.py (100%)
 rename {webhooks => lambdas}/scale_out_runner/requirements.txt (100%)
 rename tests/{webhooks => lambdas}/scale_out_runner/conftest.py (100%)
 rename tests/{webhooks => lambdas}/scale_out_runner/test_app.py (100%)