Skip to content

Commit

Permalink
update runner image (#30866)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov committed Apr 5, 2024
1 parent f437a78 commit 92fe692
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ service_account_id = "beam-github-actions@apache-beam-testing.iam.gserviceaccoun
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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 92fe692

Please sign in to comment.