You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/07/12 13:58:50 UTC

[beam] branch master updated: adding runner image 738c02cac (#27441)

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 406e115d66b adding runner image 738c02cac (#27441)
406e115d66b is described below

commit 406e115d66b3f20276b380c1ba35ea5b39f531b9
Author: Vlado Djerek <20...@users.noreply.github.com>
AuthorDate: Wed Jul 12 15:58:42 2023 +0200

    adding runner image 738c02cac (#27441)
    
    * adding runner image 738c02cac
    
    * change runner and node max
    
    * bump main pool to 16 max
---
 .github/gh-actions-self-hosted-runners/arc/environments/beam.env | 6 ++++--
 1 file changed, 4 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 48566e940a7..d99f6f3f20a 100644
--- a/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
+++ b/.github/gh-actions-self-hosted-runners/arc/environments/beam.env
@@ -31,11 +31,12 @@ 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"
     machine_type = "e2-standard-16"
     min_node_count = "1"
-    max_node_count = "7"
+    max_node_count = "16"
     min_replicas = "1"
-    max_replicas = "45"
+    max_replicas = "128"
     webhook_scaling = true
     disk_size_gb = 200
     requests = {
@@ -46,6 +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"
     min_node_count = "1"
     max_node_count = "10"
     min_replicas = "1"