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

damccorm 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 92fe69212f9 update runner image (#30866)
92fe69212f9 is described below

commit 92fe69212f9d92a7cdde04c6a35546850d24d388
Author: Vlado Djerek <[email protected]>
AuthorDate: Fri Apr 5 14:05:42 2024 +0200

    update runner image (#30866)
---
 .github/gh-actions-self-hosted-runners/arc/environments/beam.env | 6 +++---
 1 file changed, 3 insertions(+), 3 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 7f58e016a85..70b6dc6c67e 100644
--- a/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
+++ b/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
@@ -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:2b20e26bb3b99d8e4f41a3d1d9d2e7080043de5c"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:21129a41e031c150c3f610639d71a95a3a941243"
     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:2b20e26bb3b99d8e4f41a3d1d9d2e7080043de5c"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:21129a41e031c150c3f610639d71a95a3a941243"
     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:2b20e26bb3b99d8e4f41a3d1d9d2e7080043de5c"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:21129a41e031c150c3f610639d71a95a3a941243"
     min_node_count = "1"
     max_node_count = "15"
     min_replicas = "1"

Reply via email to