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/03/19 21:30:27 UTC

[airflow-ci-infra] 01/01: Update actions.runner to 2.277.1-airflow3

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

ash pushed a commit to branch update-actions
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 6b4dc739ace08e8968dae9cdcf9f2937f93a719c
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Mar 19 21:28:41 2021 +0000

    Update actions.runner to 2.277.1-airflow3
    
    This included extra logging and uses `github.actor`, rather than
    `github.pull_request.author` for decisions (to match what we use in our
    CI.yml file).
---
 cloud-init.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud-init.yml b/cloud-init.yml
index e65b954..84f573f 100644
--- a/cloud-init.yml
+++ b/cloud-init.yml
@@ -80,7 +80,7 @@ runcmd:
       aws ssm get-parameter --with-decryption --name /runners/apache/airflow/dockerPassword | \
         jq .Parameter.Value -r | \
         sudo -u runner docker login --username airflowcirunners --password-stdin
-    - 2.277.1-airflow1
+    - 2.277.1-airflow3
   - [systemctl, enable, --now, iptables.service]
   # Restart docker after applying the user firewall -- else some rules/chains might be list!
   - [systemctl, restart, docker.service]