mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user