Skip to content

Commit

Permalink
fix: Use latest image for GH Actions e2e test to avoid agent updates (k…
Browse files Browse the repository at this point in the history
…edacore#4373

Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Mar 15, 2023
1 parent 6bf6ea7 commit 661d196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scalers/github_runner/github_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
terminationGracePeriodSeconds: 90
containers:
- name: github-runner
image: myoung34/github-runner:2.302.1-ubuntu-focal
image: myoung34/github-runner
imagePullPolicy: IfNotPresent
env:
- name: EPHEMERAL
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
spec:
containers:
- name: {{.ScaledJobName}}
image: myoung34/github-runner:2.302.1-ubuntu-focal
image: myoung34/github-runner
imagePullPolicy: IfNotPresent
env:
- name: EPHEMERAL
Expand Down

0 comments on commit 661d196

Please sign in to comment.