Skip to content

Commit

Permalink
Move some tests from staging to prod (flutter#135333)
Browse files Browse the repository at this point in the history
This PR moves tests running on Pixel 7 Pro that use Skia from staging to prod.
  • Loading branch information
zanderso authored and Mairramer committed Oct 10, 2023
1 parent 2c5f8ff commit b08c5f5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1722,17 +1722,16 @@ targets:
- name: Linux_pixel_7pro backdrop_filter_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
["devicelab", "android", "linux", "pixel", "7pro"]
task_name: backdrop_filter_perf__timeline_summary


- name: Linux_pixel_7pro draw_atlas_perf_opengles__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -1744,6 +1743,7 @@ targets:
- name: Linux_pixel_7pro draw_atlas_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -1755,6 +1755,7 @@ targets:
- name: Linux_pixel_7pro dynamic_path_tessellation_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -1766,6 +1767,7 @@ targets:
- name: Linux_pixel_7pro static_path_tessellation_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -1777,6 +1779,7 @@ targets:
- name: Linux_pixel_7pro hello_world_impeller
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand Down Expand Up @@ -1959,7 +1962,6 @@ targets:
- name: Linux_pixel_7pro cubic_bezier_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
Expand All @@ -1978,7 +1980,6 @@ targets:
- name: Linux_pixel_7pro cull_opacity_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
Expand Down Expand Up @@ -2250,7 +2251,6 @@ targets:
- name: Linux_pixel_7pro imagefiltered_transform_animation_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
Expand Down Expand Up @@ -2556,7 +2556,6 @@ targets:

- name: Linux_pixel_7pro platform_views_scroll_perf__timeline_summary
recipe: devicelab/devicelab_drone
bringup: true
presubmit: false
timeout: 60
properties:
Expand Down Expand Up @@ -2625,7 +2624,6 @@ targets:
- name: Linux_pixel_7pro textfield_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
Expand Down Expand Up @@ -2767,6 +2765,7 @@ targets:
- name: Linux_pixel_7pro animated_blur_backdrop_filter_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -2778,6 +2777,7 @@ targets:
- name: Linux_pixel_7pro animated_advanced_blend_perf_opengles__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -2789,6 +2789,7 @@ targets:
- name: Linux_pixel_7pro animated_advanced_blend_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -2810,6 +2811,7 @@ targets:
- name: Linux_pixel_7pro animated_blur_backdrop_filter_perf_opengles__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand All @@ -2821,6 +2823,7 @@ targets:
- name: Linux_pixel_7pro draw_vertices_perf_opengles__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller
bringup: true
timeout: 60
properties:
Expand All @@ -2832,6 +2835,7 @@ targets:
- name: Linux_pixel_7pro draw_vertices_perf__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: false
# Uses Impeller.
bringup: true
timeout: 60
properties:
Expand Down

0 comments on commit b08c5f5

Please sign in to comment.