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 08374282451 update runner images to 8b42b8dc (#27922)
08374282451 is described below

commit 08374282451f6d780c3aa93ee6cd39afb8bc0963
Author: Vlado Djerek <20559691+volatilemolo...@users.noreply.github.com>
AuthorDate: Wed Aug 9 15:27:13 2023 +0200

    update runner images to 8b42b8dc (#27922)
---
 .github/gh-actions-self-hosted-runners/arc/environments/beam.env | 4 ++--
 1 file changed, 2 insertions(+), 2 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 d99f6f3f20a..8f4fdf2fded 100644
--- a/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
+++ b/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
@@ -31,7 +31,7 @@ deploy_webhook = "true"
 runner_group = "beam"
 main_runner = {
     name = "main-runner"
-    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:738c02cac4d6a88faa3dd02606d50f1d2efed5e7"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:8b42b8dcea17eccff9c1ce4ae6e208daacfb9e31"
     machine_type = "e2-standard-16"
     min_node_count = "1"
     max_node_count = "16"
@@ -47,7 +47,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:738c02cac4d6a88faa3dd02606d50f1d2efed5e7"
+    runner_image = 
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:8b42b8dcea17eccff9c1ce4ae6e208daacfb9e31"
     min_node_count = "1"
     max_node_count = "10"
     min_replicas = "1"

Reply via email to