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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27995a6  Update actions.runner to 2.277.1-airflow3 (#11)
27995a6 is described below

commit 27995a643adc0fc485e397ce9206ae33995ef0f9
Author: Ash Berlin-Taylor <ash_git...@firemirror.com>
AuthorDate: Fri Mar 19 21:52:10 2021 +0000

    Update actions.runner to 2.277.1-airflow3 (#11)
    
    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 9b2f9f5..d1d0b42 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]

Reply via email to