Skip to content

Commit 3a9230f

Browse files
filipesilvaKeen Yee Liau
authored andcommitted
ci: add timeout and retry to Buildkite
1 parent 5a84729 commit 3a9230f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,12 @@ steps:
2121
plugins:
2222
- docker#v2.1.0:
2323
image: "filipesilva/node-bazel-windows:0.0.2"
24+
# Times out in 2h
25+
timeout_in_minutes: 120
26+
# Automatically retries up to 2 times.
27+
retry:
28+
automatic:
29+
exit_status: "*"
30+
limit: 2
2431
agents:
2532
windows: true

0 commit comments

Comments
 (0)