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:
parent
a517c1ff66
commit
6f3e23973d
|
|
@ -41,7 +41,7 @@ var (
|
||||||
Args: []testing.BuildArg{
|
Args: []testing.BuildArg{
|
||||||
{
|
{
|
||||||
Name: "RUNNER_VERSION",
|
Name: "RUNNER_VERSION",
|
||||||
Value: "2.291.1",
|
Value: "2.294.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Image: runnerImage,
|
Image: runnerImage,
|
||||||
|
|
@ -52,7 +52,7 @@ var (
|
||||||
Args: []testing.BuildArg{
|
Args: []testing.BuildArg{
|
||||||
{
|
{
|
||||||
Name: "RUNNER_VERSION",
|
Name: "RUNNER_VERSION",
|
||||||
Value: "2.291.1",
|
Value: "2.294.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Image: runnerDindImage,
|
Image: runnerDindImage,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue