Skip to content

Commit 547ab60

Browse files
authored
Update github action runner image (#37116)
1 parent 6415a4b commit 547ab60

File tree

1 file changed

+5
-5
lines changed
  • .github/gh-actions-self-hosted-runners/arc/environments

1 file changed

+5
-5
lines changed

.github/gh-actions-self-hosted-runners/arc/environments/beam.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project_id = "apache-beam-testing"
2121
region = "us-central1"
2222
zone = "us-central1-b"
2323
environment = "beam-prod"
24-
ingress_domain = "action.beam.apache.org"
24+
ingress_domain = "action.beam.apache.org"
2525
organization = "apache"
2626
repository = "beam"
2727
github_app_id_secret_name = "gh-app_id"
@@ -35,7 +35,7 @@ service_account_id = "[email protected]
3535
runner_group = "beam"
3636
main_runner = {
3737
name = "main-runner"
38-
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
38+
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
3939
machine_type = "e2-standard-16"
4040
min_node_count = "1"
4141
max_node_count = "30"
@@ -51,7 +51,7 @@ main_runner = {
5151
additional_runner_pools = [{
5252
name = "small-runner"
5353
machine_type = "e2-standard-2"
54-
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
54+
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
5555
min_node_count = "1"
5656
max_node_count = "15"
5757
min_replicas = "1"
@@ -68,7 +68,7 @@ additional_runner_pools = [{
6868
{
6969
name = "highmem-runner"
7070
machine_type = "c3-highmem-8"
71-
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
71+
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
7272
min_node_count = "1"
7373
max_node_count = "15"
7474
min_replicas = "1"
@@ -85,7 +85,7 @@ additional_runner_pools = [{
8585
{
8686
name = "highmem-runner-22"
8787
machine_type = "c3-highmem-22"
88-
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:3063b55757509dad1c14751c9f2aa5905826d9a0"
88+
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:d7cd81a1649bc665581951d2330c4b8acd19ed72"
8989
min_node_count = "0"
9090
max_node_count = "8"
9191
min_replicas = "0"

0 commit comments

Comments
 (0)