This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit c18b726945b0980c16f4df542dd6fbd72ae81a69 Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Sep 11 08:53:03 2023 +0200 Use latest runner --- github-runner-ami/packer/vars/variables.pkrvars.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-runner-ami/packer/vars/variables.pkrvars.hcl b/github-runner-ami/packer/vars/variables.pkrvars.hcl index 40be508..68a033c 100644 --- a/github-runner-ami/packer/vars/variables.pkrvars.hcl +++ b/github-runner-ami/packer/vars/variables.pkrvars.hcl @@ -19,5 +19,5 @@ vpc_id = "vpc-d73487bd" ami_name = "airflow-runner-ami" aws_regions = ["eu-central-1", "us-east-2"] packer_role_arn = "arn:aws:iam::827901512104:role/packer-role" -runner_version = "2.304.0-airflow8" +runner_version = "2.309.0-airflow5" session_manager_instance_profile_name = "packer_ssm_instance_profile"
