Skip to content

Commit 159ebf7

Browse files
authored
Mark no longer flakey tests as bringup:false (#126281)
This is a result of auditing the ci.yaml tests marked as bringup true and determining which ones were still flakey. Each commit markes one tests as non flakey along with a link of proof of the lack of flakes. - Mark new_gallery_impeller__transition_perf as not flakey, #124699 closed, not recent flakes - No failures in 500 runs for Staging_build_linux analyze https://ci.chromium.org/p/flutter/builders/staging/Staging_build_linux%20analyze\?cursor\=id%3E8782771663962116337\&limit\=200 - No flakes in 600 builds https://ci.chromium.org/p/flutter/builders/staging/Linux%20flutter_packaging_test\?cursor\=id%3E8787892377160059793\&limit\=200 - No flakes in 600 builds https://ci.chromium.org/p/flutter/builders/staging/Mac%20flutter_packaging_test\?cursor\=id%3E8787870631931126673\&limit\=200 - No flakes in 600 builds https://ci.chromium.org/p/flutter/builders/staging/Mac_arm64%20flutter_packaging_test\?cursor\=id%3E8787809799161254193\&limit\=200 #124699 is the only closed bug that was linked for a test that is no longer flakey. Closed status helps the case that flakes are no longer an issue.
1 parent c5b31e7 commit 159ebf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,6 @@ targets:
21942194
task_name: new_gallery__transition_perf
21952195

21962196
- name: Linux_android new_gallery_impeller__transition_perf
2197-
bringup: true # Flaky https://github.com/flutter/flutter/issues/124699
21982197
recipe: devicelab/devicelab_drone
21992198
presubmit: false
22002199
timeout: 60
@@ -4835,7 +4834,7 @@ targets:
48354834
recipe: packaging/packaging
48364835
timeout: 60
48374836
scheduler: release
4838-
bringup: true
4837+
bringup: true # https://github.com/flutter/flutter/issues/126286
48394838
enabled_branches:
48404839
- beta
48414840
- stable
@@ -4850,7 +4849,6 @@ targets:
48504849
recipe: packaging/packaging
48514850
timeout: 60
48524851
scheduler: release
4853-
bringup: true
48544852
enabled_branches:
48554853
- beta
48564854
- stable
@@ -4867,7 +4865,6 @@ targets:
48674865
recipe: packaging/packaging
48684866
timeout: 60
48694867
scheduler: release
4870-
bringup: true
48714868
enabled_branches:
48724869
- beta
48734870
- stable

0 commit comments

Comments
 (0)