Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
feat: add runner config
· fd2cd259
G.J.R. Timmer
authored
Sep 24, 2024
fd2cd259
Hide whitespace changes
Inline
Side-by-side
templates/amd64/template.yml
View file @
fd2cd259
...
...
@@ -73,6 +73,10 @@ spec:
type
:
array
description
:
"
Build
steps
to
run
after"
default
:
[]
runner
:
type
:
array
description
:
"
Runners"
default
:
[]
---
include
:
...
...
@@ -80,6 +84,7 @@ include:
-
local
:
/vars.yml
docker:$[[ inputs.name ]]
:
tags
:
$[[ inputs.runner ]]
stage
:
$[[ inputs.stage ]]
interruptible
:
$[[ inputs.interruptible ]]
retry
:
$[[ inputs.retry ]]
...
...
templates/arm64/template.yml
View file @
fd2cd259
...
...
@@ -73,6 +73,10 @@ spec:
type
:
array
description
:
"
Build
steps
to
run
after"
default
:
[]
runner
:
type
:
array
description
:
"
Runners"
default
:
[]
---
include
:
...
...
@@ -80,6 +84,7 @@ include:
-
local
:
/vars.yml
docker:$[[ inputs.name ]]
:
tags
:
$[[ inputs.runner ]]
stage
:
$[[ inputs.stage ]]
interruptible
:
$[[ inputs.interruptible ]]
retry
:
$[[ inputs.retry ]]
...
...
templates/armv7/template.yml
View file @
fd2cd259
...
...
@@ -73,6 +73,10 @@ spec:
type
:
array
description
:
"
Build
steps
to
run
after"
default
:
[]
runner
:
type
:
array
description
:
"
Runners"
default
:
[]
---
include
:
...
...
@@ -80,6 +84,7 @@ include:
-
local
:
/vars.yml
docker:$[[ inputs.name ]]
:
tags
:
$[[ inputs.runner ]]
stage
:
$[[ inputs.stage ]]
interruptible
:
$[[ inputs.interruptible ]]
retry
:
$[[ inputs.retry ]]
...
...
templates/multi/template.yml
View file @
fd2cd259
...
...
@@ -77,6 +77,10 @@ spec:
type
:
array
description
:
"
Build
steps
to
run
after"
default
:
[]
runner
:
type
:
array
description
:
"
Runners"
default
:
[]
---
include
:
...
...
@@ -84,6 +88,7 @@ include:
-
local
:
/vars.yml
docker:$[[ inputs.name ]]
:
tags
:
$[[ inputs.runner ]]
stage
:
$[[ inputs.stage ]]
interruptible
:
$[[ inputs.interruptible ]]
retry
:
$[[ inputs.retry ]]
...
...