Skip to content

Commit d2bd33b

Browse files
authored
Retry on fail (#8195)
* 82 * retry all
1 parent 17a025d commit d2bd33b

8 files changed

Lines changed: 28 additions & 5 deletions

.buildkite/jobs/pipeline.android_rn_77.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
key: "android_rn_77"
99
timeout_in_minutes: 90
1010
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
11+
retry:
12+
automatic:
13+
- exit_status: [1, -1]
14+
limit: 2
1115

1216

.buildkite/jobs/pipeline.android_rn_78.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
key: "android"
99
timeout_in_minutes: 90
1010
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
11+
retry:
12+
automatic:
13+
- exit_status: [1, -1]
14+
limit: 2
1115

1216

.buildkite/jobs/pipeline.android_rn_82.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
key: "android_rn_82"
99
timeout_in_minutes: 90
1010
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
11-
11+
retry:
12+
automatic:
13+
- exit_status: [1, -1]
14+
limit: 2
1215

1316

.buildkite/jobs/pipeline.ios_rn_77.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
key: "ios_rn_77"
88
timeout_in_minutes: 90
99
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
10+
retry:
11+
automatic:
12+
- exit_status: [1, -1]
13+
limit: 2
1014

1115

.buildkite/jobs/pipeline.ios_rn_78.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
key: "ios"
88
timeout_in_minutes: 90
99
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
10-
10+
retry:
11+
automatic:
12+
- exit_status: [1, -1]
13+
limit: 2
1114

.buildkite/jobs/pipeline.ios_rn_82.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
key: "ios_rn_82"
88
timeout_in_minutes: 90
99
artifact_paths: "/Users/builder/uibuilder/work/playground/artifacts/**/*"
10-
10+
retry:
11+
automatic:
12+
- exit_status: [1, -1]
13+
limit: 2
1114

1215

.buildkite/jobs/pipeline.publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
- "./scripts/ci.sh"
99
- "yarn run release"
1010
timeout_in_minutes: 90
11+
retry:
12+
automatic:
13+
- exit_status: [1, -1]
14+
limit: 2
1115

1216

.buildkite/pipeline.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ cat .buildkite/jobs/pipeline.ios_rn_77.yml
1010
cat .buildkite/jobs/pipeline.ios_rn_78.yml
1111
cat .buildkite/jobs/pipeline.ios_rn_82.yml
1212
cat .buildkite/jobs/pipeline.publish.yml
13-
14-

0 commit comments

Comments
 (0)