Skip to content

Commit a613a5e

Browse files
[CI] Update path for libcxx-runners runner binary
The container has been updated to use the same path as the next runner set, but the path had not been upgraded inside the helm release, causing pods to fail to start.
1 parent a685cfd commit a613a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/premerge_resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ resource "helm_release" "github_actions_runner_set_libcxx" {
238238
chart = "gha-runner-scale-set"
239239

240240
values = [
241-
"${templatefile("libcxx_runners_values.yaml", { runner_group_name : var.runner_group_name, runner_image : var.libcxx_runner_image, command : "/home/runner/run.sh" })}"
241+
"${templatefile("libcxx_runners_values.yaml", { runner_group_name : var.runner_group_name, runner_image : var.libcxx_runner_image, command : "/home/gha/actions-runner/run.sh" })}"
242242
]
243243

244244
depends_on = [

0 commit comments

Comments
 (0)