Skip to content

Commit 918e336

Browse files
authored
Move Impeller tests on Pixel 7 Pro from staging to prod (flutter#139280)
These tests are now expected to be reasonably stable, and increases in flakiness should be reported as part of the regular flaky test triage process.
1 parent d49dcaa commit 918e336

File tree

1 file changed

+12
-41
lines changed

1 file changed

+12
-41
lines changed

.ci.yaml

Lines changed: 12 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,58 +1774,50 @@ targets:
17741774
["devicelab", "android", "linux", "pixel", "7pro"]
17751775
task_name: backdrop_filter_perf__timeline_summary
17761776

1777+
# Uses Impeller.
17771778
- name: Linux_pixel_7pro draw_atlas_perf_opengles__timeline_summary
17781779
recipe: devicelab/devicelab_drone
17791780
presubmit: false
1780-
# Uses Impeller.
1781-
bringup: true
17821781
timeout: 60
17831782
properties:
1784-
ignore_flakiness: "true"
17851783
tags: >
17861784
["devicelab", "android", "linux", "pixel", "7pro"]
17871785
task_name: draw_atlas_perf_opengles__timeline_summary
17881786

1787+
# Uses Impeller.
17891788
- name: Linux_pixel_7pro draw_atlas_perf__timeline_summary
17901789
recipe: devicelab/devicelab_drone
17911790
presubmit: false
1792-
# Uses Impeller.
1793-
bringup: true
17941791
timeout: 60
17951792
properties:
1796-
ignore_flakiness: "true"
17971793
tags: >
17981794
["devicelab", "android", "linux", "pixel", "7pro"]
17991795
task_name: draw_atlas_perf__timeline_summary
18001796

1797+
# Uses Impeller.
18011798
- name: Linux_pixel_7pro dynamic_path_tessellation_perf__timeline_summary
18021799
recipe: devicelab/devicelab_drone
18031800
presubmit: false
1804-
# Uses Impeller.
1805-
bringup: true
18061801
timeout: 60
18071802
properties:
1808-
ignore_flakiness: "true"
18091803
tags: >
18101804
["devicelab", "android", "linux", "pixel", "7pro"]
18111805
task_name: dynamic_path_tessellation_perf__timeline_summary
18121806

1807+
# Uses Impeller.
18131808
- name: Linux_pixel_7pro static_path_tessellation_perf__timeline_summary
18141809
recipe: devicelab/devicelab_drone
18151810
presubmit: false
1816-
# Uses Impeller.
1817-
bringup: true
18181811
timeout: 60
18191812
properties:
1820-
ignore_flakiness: "true"
18211813
tags: >
18221814
["devicelab", "android", "linux", "pixel", "7pro"]
18231815
task_name: static_path_tessellation_perf__timeline_summary
18241816

1817+
# Uses Impeller.
18251818
- name: Linux_pixel_7pro hello_world_impeller
18261819
recipe: devicelab/devicelab_drone
18271820
presubmit: false
1828-
# Uses Impeller.
18291821
timeout: 60
18301822
properties:
18311823
tags: >
@@ -2482,18 +2474,15 @@ targets:
24822474
- name: Linux_android new_gallery_impeller__transition_perf
24832475
recipe: devicelab/devicelab_drone
24842476
presubmit: false
2485-
bringup: true
24862477
timeout: 60
24872478
properties:
2488-
ignore_flakiness: "true"
24892479
tags: >
24902480
["devicelab", "android", "linux"]
24912481
task_name: new_gallery_impeller__transition_perf
24922482

24932483
# Pixel 7 Pro, Impeller (Vulkan)
24942484
- name: Linux_pixel_7pro new_gallery_impeller_old_zoom__transition_perf
24952485
recipe: devicelab/devicelab_drone
2496-
bringup: true
24972486
presubmit: false
24982487
timeout: 60
24992488
properties:
@@ -2504,7 +2493,6 @@ targets:
25042493
# Pixel 7 Pro, Impeller (Vulkan)
25052494
- name: Linux_pixel_7pro new_gallery_impeller__transition_perf
25062495
recipe: devicelab/devicelab_drone
2507-
bringup: true
25082496
presubmit: false
25092497
timeout: 60
25102498
properties:
@@ -2514,24 +2502,20 @@ targets:
25142502

25152503
# Samsung A02, Impeller (OpenGL)
25162504
- name: Linux_samsung_a02 new_gallery_impeller__transition_perf
2517-
bringup: true
25182505
recipe: devicelab/devicelab_drone
25192506
presubmit: false
25202507
timeout: 60
25212508
properties:
2522-
ignore_flakiness: "true"
25232509
tags: >
25242510
["devicelab", "android", "linux", "samsung", "a02"]
25252511
task_name: new_gallery_impeller__transition_perf
25262512

25272513
# Pixel 7 Pro, Impeller (OpenGL)
25282514
- name: Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf
2529-
bringup: true
25302515
recipe: devicelab/devicelab_drone
25312516
presubmit: false
25322517
timeout: 60
25332518
properties:
2534-
ignore_flakiness: "true"
25352519
tags: >
25362520
["devicelab", "android", "linux", "pixel", "7pro"]
25372521
task_name: new_gallery_opengles_impeller__transition_perf
@@ -2584,7 +2568,6 @@ targets:
25842568
- name: Linux_pixel_7pro platform_channels_benchmarks
25852569
recipe: devicelab/devicelab_drone
25862570
presubmit: false
2587-
bringup: true
25882571
timeout: 60
25892572
properties:
25902573
tags: >
@@ -2639,12 +2622,10 @@ targets:
26392622
task_name: platform_views_scroll_perf_impeller__timeline_summary
26402623

26412624
- name: Linux_pixel_7pro platform_views_scroll_perf_impeller__timeline_summary
2642-
bringup: true
26432625
recipe: devicelab/devicelab_drone
26442626
presubmit: false
26452627
timeout: 60
26462628
properties:
2647-
ignore_flakiness: "true"
26482629
tags: >
26492630
["devicelab", "android", "linux", "pixel", "7pro"]
26502631
task_name: platform_views_scroll_perf_impeller__timeline_summary
@@ -2826,35 +2807,31 @@ targets:
28262807
["devicelab", "android", "linux"]
28272808
task_name: animated_blur_backdrop_filter_perf__timeline_summary
28282809

2810+
# Uses Impeller.
28292811
- name: Linux_pixel_7pro animated_blur_backdrop_filter_perf__timeline_summary
28302812
recipe: devicelab/devicelab_drone
28312813
presubmit: false
2832-
# Uses Impeller.
2833-
bringup: true
28342814
timeout: 60
28352815
properties:
2836-
ignore_flakiness: "true"
28372816
tags: >
28382817
["devicelab", "android", "linux", "pixel", "7pro"]
28392818
task_name: animated_blur_backdrop_filter_perf__timeline_summary
28402819

2820+
# Uses Impeller.
28412821
- name: Linux_pixel_7pro animated_advanced_blend_perf_opengles__timeline_summary
28422822
recipe: devicelab/devicelab_drone
28432823
presubmit: false
2844-
# Uses Impeller.
2845-
bringup: true
28462824
timeout: 60
28472825
properties:
2848-
ignore_flakiness: "true"
28492826
tags: >
28502827
["devicelab", "android", "linux", "pixel", "7pro"]
28512828
task_name: animated_advanced_blend_perf_opengles__timeline_summary
28522829

2830+
# Uses Impeller.
28532831
- name: Linux_pixel_7pro animated_advanced_blend_perf__timeline_summary
28542832
recipe: devicelab/devicelab_drone
28552833
presubmit: false
2856-
# Uses Impeller.
2857-
bringup: true
2834+
bringup: true # https://github.com/flutter/flutter/issues/138385
28582835
timeout: 60
28592836
properties:
28602837
ignore_flakiness: "true"
@@ -2871,38 +2848,32 @@ targets:
28712848
["devicelab", "ios", "mac"]
28722849
task_name: animated_advanced_blend_perf_ios__timeline_summary
28732850

2851+
# Uses Impeller.
28742852
- name: Linux_pixel_7pro animated_blur_backdrop_filter_perf_opengles__timeline_summary
28752853
recipe: devicelab/devicelab_drone
28762854
presubmit: false
2877-
# Uses Impeller.
2878-
bringup: true
28792855
timeout: 60
28802856
properties:
2881-
ignore_flakiness: "true"
28822857
tags: >
28832858
["devicelab", "android", "linux", "pixel", "7pro"]
28842859
task_name: animated_blur_backdrop_filter_perf_opengles__timeline_summary
28852860

2861+
# Uses Impeller.
28862862
- name: Linux_pixel_7pro draw_vertices_perf_opengles__timeline_summary
28872863
recipe: devicelab/devicelab_drone
28882864
presubmit: false
2889-
# Uses Impeller
2890-
bringup: true
28912865
timeout: 60
28922866
properties:
2893-
ignore_flakiness: "true"
28942867
tags: >
28952868
["devicelab", "android", "linux", "pixel", "7pro"]
28962869
task_name: draw_vertices_perf_opengles__timeline_summary
28972870

2871+
# Uses Impeller.
28982872
- name: Linux_pixel_7pro draw_vertices_perf__timeline_summary
28992873
recipe: devicelab/devicelab_drone
29002874
presubmit: false
2901-
# Uses Impeller.
2902-
bringup: true
29032875
timeout: 60
29042876
properties:
2905-
ignore_flakiness: "true"
29062877
tags: >
29072878
["devicelab", "android", "linux", "pixel", "7pro"]
29082879
task_name: draw_vertices_perf__timeline_summary

0 commit comments

Comments
 (0)