Bump E2E runner version to 2.294.0 (#1586)

so that every runner does not result in auto-updating itself on startup in E2E, which makes E2E take longer to complete.
This commit is contained in:
Yusuke Kuoka 2022-06-29 22:05:50 +09:00 committed by GitHub
parent a517c1ff66
commit 6f3e23973d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ var (
Args: []testing.BuildArg{
{
Name: "RUNNER_VERSION",
Value: "2.291.1",
Value: "2.294.0",
},
},
Image: runnerImage,
@ -52,7 +52,7 @@ var (
Args: []testing.BuildArg{
{
Name: "RUNNER_VERSION",
Value: "2.291.1",
Value: "2.294.0",
},
},
Image: runnerDindImage,