Skip to content

Commit 5c6b031

Browse files
authored
Retry Linux web tests 1 time on roll presubmit (#135073)
Reland of flutter/flutter#134552
1 parent c7c9d8e commit 5c6b031

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.ci.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,8 @@ targets:
11481148
subshard: "1_5"
11491149
tags: >
11501150
["framework", "hostonly", "shard", "linux"]
1151+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1152+
presubmit_max_attempts: "2"
11511153
runIf:
11521154
- dev/**
11531155
- packages/**
@@ -1168,6 +1170,8 @@ targets:
11681170
subshard: "2_5"
11691171
tags: >
11701172
["framework", "hostonly", "shard", "linux"]
1173+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1174+
presubmit_max_attempts: "2"
11711175
runIf:
11721176
- dev/**
11731177
- packages/**
@@ -1188,6 +1192,8 @@ targets:
11881192
subshard: "3_5"
11891193
tags: >
11901194
["framework", "hostonly", "shard", "linux"]
1195+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1196+
presubmit_max_attempts: "2"
11911197
runIf:
11921198
- dev/**
11931199
- packages/**
@@ -1208,6 +1214,8 @@ targets:
12081214
subshard: "4_5"
12091215
tags: >
12101216
["framework", "hostonly", "shard", "linux"]
1217+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1218+
presubmit_max_attempts: "2"
12111219
runIf:
12121220
- dev/**
12131221
- packages/**
@@ -1228,6 +1236,8 @@ targets:
12281236
subshard: "5_5"
12291237
tags: >
12301238
["framework", "hostonly", "shard", "linux"]
1239+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1240+
presubmit_max_attempts: "2"
12311241
runIf:
12321242
- dev/**
12331243
- packages/**
@@ -1248,6 +1258,8 @@ targets:
12481258
subshard: "0"
12491259
tags: >
12501260
["framework", "hostonly", "shard", "linux"]
1261+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1262+
presubmit_max_attempts: "2"
12511263
runIf:
12521264
- dev/**
12531265
- packages/**
@@ -1268,6 +1280,8 @@ targets:
12681280
subshard: "1"
12691281
tags: >
12701282
["framework", "hostonly", "shard", "linux"]
1283+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1284+
presubmit_max_attempts: "2"
12711285
runIf:
12721286
- dev/**
12731287
- packages/**
@@ -1288,6 +1302,8 @@ targets:
12881302
subshard: "2"
12891303
tags: >
12901304
["framework", "hostonly", "shard", "linux"]
1305+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1306+
presubmit_max_attempts: "2"
12911307
runIf:
12921308
- dev/**
12931309
- packages/**
@@ -1308,6 +1324,8 @@ targets:
13081324
subshard: "3"
13091325
tags: >
13101326
["framework", "hostonly", "shard", "linux"]
1327+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1328+
presubmit_max_attempts: "2"
13111329
runIf:
13121330
- dev/**
13131331
- packages/**
@@ -1328,6 +1346,8 @@ targets:
13281346
subshard: "4"
13291347
tags: >
13301348
["framework", "hostonly", "shard", "linux"]
1349+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1350+
presubmit_max_attempts: "2"
13311351
runIf:
13321352
- dev/**
13331353
- packages/**
@@ -1348,6 +1368,8 @@ targets:
13481368
subshard: "5"
13491369
tags: >
13501370
["framework", "hostonly", "shard", "linux"]
1371+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1372+
presubmit_max_attempts: "2"
13511373
runIf:
13521374
- dev/**
13531375
- packages/**
@@ -1368,6 +1390,8 @@ targets:
13681390
subshard: "6"
13691391
tags: >
13701392
["framework", "hostonly", "shard", "linux"]
1393+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1394+
presubmit_max_attempts: "2"
13711395
runIf:
13721396
- dev/**
13731397
- packages/**
@@ -1388,6 +1412,8 @@ targets:
13881412
subshard: "7_last"
13891413
tags: >
13901414
["framework", "hostonly", "shard", "linux"]
1415+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1416+
presubmit_max_attempts: "2"
13911417
runIf:
13921418
- dev/**
13931419
- packages/**
@@ -1408,6 +1434,8 @@ targets:
14081434
subshard: "0"
14091435
tags: >
14101436
["framework", "hostonly", "shard", "linux"]
1437+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1438+
presubmit_max_attempts: "2"
14111439
runIf:
14121440
- dev/**
14131441
- packages/**
@@ -1428,6 +1456,8 @@ targets:
14281456
subshard: "1"
14291457
tags: >
14301458
["framework", "hostonly", "shard", "linux"]
1459+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1460+
presubmit_max_attempts: "2"
14311461
runIf:
14321462
- dev/**
14331463
- packages/**
@@ -1448,6 +1478,8 @@ targets:
14481478
subshard: "2"
14491479
tags: >
14501480
["framework", "hostonly", "shard", "linux"]
1481+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1482+
presubmit_max_attempts: "2"
14511483
runIf:
14521484
- dev/**
14531485
- packages/**
@@ -1468,6 +1500,8 @@ targets:
14681500
subshard: "3"
14691501
tags: >
14701502
["framework", "hostonly", "shard", "linux"]
1503+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1504+
presubmit_max_attempts: "2"
14711505
runIf:
14721506
- dev/**
14731507
- packages/**
@@ -1488,6 +1522,8 @@ targets:
14881522
subshard: "4"
14891523
tags: >
14901524
["framework", "hostonly", "shard", "linux"]
1525+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1526+
presubmit_max_attempts: "2"
14911527
runIf:
14921528
- dev/**
14931529
- packages/**
@@ -1508,6 +1544,8 @@ targets:
15081544
subshard: "5"
15091545
tags: >
15101546
["framework", "hostonly", "shard", "linux"]
1547+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1548+
presubmit_max_attempts: "2"
15111549
runIf:
15121550
- dev/**
15131551
- packages/**
@@ -1528,6 +1566,8 @@ targets:
15281566
subshard: "6"
15291567
tags: >
15301568
["framework", "hostonly", "shard", "linux"]
1569+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1570+
presubmit_max_attempts: "2"
15311571
runIf:
15321572
- dev/**
15331573
- packages/**
@@ -1548,6 +1588,8 @@ targets:
15481588
subshard: "7_last"
15491589
tags: >
15501590
["framework", "hostonly", "shard", "linux"]
1591+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1592+
presubmit_max_attempts: "2"
15511593
runIf:
15521594
- dev/**
15531595
- packages/**
@@ -1569,6 +1611,8 @@ targets:
15691611
subshard: "1_1"
15701612
tags: >
15711613
["framework", "hostonly", "shard", "linux"]
1614+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1615+
presubmit_max_attempts: "2"
15721616
runIf:
15731617
- dev/**
15741618
- packages/flutter_tools/**

0 commit comments

Comments
 (0)