Skip to content

Commit 64c1223

Browse files
authored
Retry Linux web tests 1 time on roll presubmit (#134552)
A flake in this shard caused an engine roll to fail here flutter/flutter#134526
1 parent b966b2b commit 64c1223

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
@@ -1140,6 +1140,8 @@ targets:
11401140
subshard: "1_5"
11411141
tags: >
11421142
["framework", "hostonly", "shard", "linux"]
1143+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1144+
presubmit_max_attempts: "2"
11431145
runIf:
11441146
- dev/**
11451147
- packages/**
@@ -1160,6 +1162,8 @@ targets:
11601162
subshard: "2_5"
11611163
tags: >
11621164
["framework", "hostonly", "shard", "linux"]
1165+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1166+
presubmit_max_attempts: "2"
11631167
runIf:
11641168
- dev/**
11651169
- packages/**
@@ -1180,6 +1184,8 @@ targets:
11801184
subshard: "3_5"
11811185
tags: >
11821186
["framework", "hostonly", "shard", "linux"]
1187+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1188+
presubmit_max_attempts: "2"
11831189
runIf:
11841190
- dev/**
11851191
- packages/**
@@ -1200,6 +1206,8 @@ targets:
12001206
subshard: "4_5"
12011207
tags: >
12021208
["framework", "hostonly", "shard", "linux"]
1209+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1210+
presubmit_max_attempts: "2"
12031211
runIf:
12041212
- dev/**
12051213
- packages/**
@@ -1220,6 +1228,8 @@ targets:
12201228
subshard: "5_5"
12211229
tags: >
12221230
["framework", "hostonly", "shard", "linux"]
1231+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1232+
presubmit_max_attempts: "2"
12231233
runIf:
12241234
- dev/**
12251235
- packages/**
@@ -1240,6 +1250,8 @@ targets:
12401250
subshard: "0"
12411251
tags: >
12421252
["framework", "hostonly", "shard", "linux"]
1253+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1254+
presubmit_max_attempts: "2"
12431255
runIf:
12441256
- dev/**
12451257
- packages/**
@@ -1260,6 +1272,8 @@ targets:
12601272
subshard: "1"
12611273
tags: >
12621274
["framework", "hostonly", "shard", "linux"]
1275+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1276+
presubmit_max_attempts: "2"
12631277
runIf:
12641278
- dev/**
12651279
- packages/**
@@ -1280,6 +1294,8 @@ targets:
12801294
subshard: "2"
12811295
tags: >
12821296
["framework", "hostonly", "shard", "linux"]
1297+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1298+
presubmit_max_attempts: "2"
12831299
runIf:
12841300
- dev/**
12851301
- packages/**
@@ -1300,6 +1316,8 @@ targets:
13001316
subshard: "3"
13011317
tags: >
13021318
["framework", "hostonly", "shard", "linux"]
1319+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1320+
presubmit_max_attempts: "2"
13031321
runIf:
13041322
- dev/**
13051323
- packages/**
@@ -1320,6 +1338,8 @@ targets:
13201338
subshard: "4"
13211339
tags: >
13221340
["framework", "hostonly", "shard", "linux"]
1341+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1342+
presubmit_max_attempts: "2"
13231343
runIf:
13241344
- dev/**
13251345
- packages/**
@@ -1340,6 +1360,8 @@ targets:
13401360
subshard: "5"
13411361
tags: >
13421362
["framework", "hostonly", "shard", "linux"]
1363+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1364+
presubmit_max_attempts: "2"
13431365
runIf:
13441366
- dev/**
13451367
- packages/**
@@ -1360,6 +1382,8 @@ targets:
13601382
subshard: "6"
13611383
tags: >
13621384
["framework", "hostonly", "shard", "linux"]
1385+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1386+
presubmit_max_attempts: "2"
13631387
runIf:
13641388
- dev/**
13651389
- packages/**
@@ -1380,6 +1404,8 @@ targets:
13801404
subshard: "7_last"
13811405
tags: >
13821406
["framework", "hostonly", "shard", "linux"]
1407+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1408+
presubmit_max_attempts: "2"
13831409
runIf:
13841410
- dev/**
13851411
- packages/**
@@ -1400,6 +1426,8 @@ targets:
14001426
subshard: "0"
14011427
tags: >
14021428
["framework", "hostonly", "shard", "linux"]
1429+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1430+
presubmit_max_attempts: "2"
14031431
runIf:
14041432
- dev/**
14051433
- packages/**
@@ -1420,6 +1448,8 @@ targets:
14201448
subshard: "1"
14211449
tags: >
14221450
["framework", "hostonly", "shard", "linux"]
1451+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1452+
presubmit_max_attempts: "2"
14231453
runIf:
14241454
- dev/**
14251455
- packages/**
@@ -1440,6 +1470,8 @@ targets:
14401470
subshard: "2"
14411471
tags: >
14421472
["framework", "hostonly", "shard", "linux"]
1473+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1474+
presubmit_max_attempts: "2"
14431475
runIf:
14441476
- dev/**
14451477
- packages/**
@@ -1460,6 +1492,8 @@ targets:
14601492
subshard: "3"
14611493
tags: >
14621494
["framework", "hostonly", "shard", "linux"]
1495+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1496+
presubmit_max_attempts: "2"
14631497
runIf:
14641498
- dev/**
14651499
- packages/**
@@ -1480,6 +1514,8 @@ targets:
14801514
subshard: "4"
14811515
tags: >
14821516
["framework", "hostonly", "shard", "linux"]
1517+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1518+
presubmit_max_attempts: "2"
14831519
runIf:
14841520
- dev/**
14851521
- packages/**
@@ -1500,6 +1536,8 @@ targets:
15001536
subshard: "5"
15011537
tags: >
15021538
["framework", "hostonly", "shard", "linux"]
1539+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1540+
presubmit_max_attempts: "2"
15031541
runIf:
15041542
- dev/**
15051543
- packages/**
@@ -1520,6 +1558,8 @@ targets:
15201558
subshard: "6"
15211559
tags: >
15221560
["framework", "hostonly", "shard", "linux"]
1561+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1562+
presubmit_max_attempts: "2"
15231563
runIf:
15241564
- dev/**
15251565
- packages/**
@@ -1540,6 +1580,8 @@ targets:
15401580
subshard: "7_last"
15411581
tags: >
15421582
["framework", "hostonly", "shard", "linux"]
1583+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1584+
presubmit_max_attempts: "2"
15431585
runIf:
15441586
- dev/**
15451587
- packages/**
@@ -1561,6 +1603,8 @@ targets:
15611603
subshard: "1_1"
15621604
tags: >
15631605
["framework", "hostonly", "shard", "linux"]
1606+
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
1607+
presubmit_max_attempts: "2"
15641608
runIf:
15651609
- dev/**
15661610
- packages/flutter_tools/**

0 commit comments

Comments
 (0)