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

shunping pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 547ab609966 Update github action runner image (#37116)
547ab609966 is described below

commit 547ab6099664120c5c7415db4e8103ec63879c28
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Dec 16 11:13:59 2025 -0500

    Update github action runner image (#37116)
---
 .../gh-actions-self-hosted-runners/arc/environments/beam.env   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/gh-actions-self-hosted-runners/arc/environments/beam.env 
b/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
index 85d4d11bd7c..a9a0afc4ed4 100644
--- a/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
+++ b/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
@@ -21,7 +21,7 @@ project_id = "apache-beam-testing"
 region = "us-central1"
 zone = "us-central1-b"
 environment = "beam-prod"
-ingress_domain = "action.beam.apache.org" 
+ingress_domain = "action.beam.apache.org"
 organization = "apache"
 repository = "beam"
 github_app_id_secret_name = "gh-app_id"
@@ -35,7 +35,7 @@ service_account_id = 
"[email protected]
 runner_group = "beam"
 main_runner = {
     name = "main-runner"
-    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
     machine_type = "e2-standard-16"
     min_node_count = "1"
     max_node_count = "30"
@@ -51,7 +51,7 @@ main_runner = {
 additional_runner_pools = [{
     name = "small-runner"
     machine_type = "e2-standard-2"
-    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
     min_node_count = "1"
     max_node_count = "15"
     min_replicas = "1"
@@ -68,7 +68,7 @@ additional_runner_pools = [{
 {
     name = "highmem-runner"
     machine_type = "c3-highmem-8"
-    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
     min_node_count = "1"
     max_node_count = "15"
     min_replicas = "1"
@@ -85,7 +85,7 @@ additional_runner_pools = [{
 {
     name = "highmem-runner-22"
     machine_type = "c3-highmem-22"
-    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
     min_node_count = "0"
     max_node_count = "8"
     min_replicas = "0"

Reply via email to