Skip to content

Commit 097a823

Browse files
authored
Feat: Automatically retry the runner if it fails to start (#449)
1 parent ba39856 commit 097a823

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ stages:
1111
- pip install .[dev]
1212
- pip install poetry
1313

14+
default:
15+
retry:
16+
max: 1
17+
when:
18+
# Retry when the runner fails to start
19+
- runner_system_failure
20+
1421
# This is for serverless framework
1522
.install-node: &install-node
1623
- apt-get update

0 commit comments

Comments
 (0)