Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 51b05ac

Browse files
authored
Add mac_benchmark ci.yaml property (#119871)
* Add mac_benchmark ci.yaml property * Remove presubmit * Bringup * Comma * gems * Test animated_complex_opacity_perf_macos__e2e_summary in presubmit * Try top-level mac_model * Move dependencies back into tasks * Add signing dependency * Revert animated_complex_opacity_perf_macos__e2e_summary test
1 parent 16f81e6 commit 51b05ac

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.ci.yaml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ platform_properties:
9090
device_type: none
9191
cpu: arm64
9292
xcode: 14a5294e # xcode 14.0 beta 5
93+
mac_benchmark:
94+
properties:
95+
dependencies: >-
96+
[
97+
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
98+
]
99+
device_type: none
100+
mac_model: "Macmini8,1"
101+
os: Mac-12
102+
tags: >
103+
["devicelab", "hostonly", "mac"]
104+
xcode: 14a5294e # xcode 14.0 beta 5
93105
mac_x64:
94106
properties:
95107
dependencies: >-
@@ -2438,7 +2450,8 @@ targets:
24382450
- bin/
24392451
- .ci.yaml
24402452

2441-
- name: Mac animated_complex_opacity_perf_macos__e2e_summary
2453+
- name: Mac_benchmark animated_complex_opacity_perf_macos__e2e_summary
2454+
bringup: true # https://github.com/flutter/flutter/pull/119871
24422455
presubmit: false
24432456
recipe: devicelab/devicelab_drone
24442457
timeout: 60
@@ -2448,11 +2461,10 @@ targets:
24482461
{"dependency": "xcode", "version": "14a5294e"},
24492462
{"dependency": "gems", "version": "v3.3.14"}
24502463
]
2451-
tags: >
2452-
["devicelab", "hostonly", "mac"]
24532464
task_name: animated_complex_opacity_perf_macos__e2e_summary
24542465

2455-
- name: Mac basic_material_app_macos__compile
2466+
- name: Mac_benchmark basic_material_app_macos__compile
2467+
bringup: true # https://github.com/flutter/flutter/pull/119871
24562468
presubmit: false
24572469
recipe: devicelab/devicelab_drone
24582470
timeout: 60
@@ -2461,8 +2473,6 @@ targets:
24612473
[
24622474
{"dependency": "xcode", "version": "14a5294e"}
24632475
]
2464-
tags: >
2465-
["devicelab", "hostonly", "mac"]
24662476
task_name: basic_material_app_macos__compile
24672477

24682478
- name: Mac build_ios_framework_module_test
@@ -2573,7 +2583,8 @@ targets:
25732583
tags: >
25742584
["framework", "hostonly", "shard", "mac"]
25752585
2576-
- name: Mac complex_layout_macos__compile
2586+
- name: Mac_benchmark complex_layout_macos__compile
2587+
bringup: true # https://github.com/flutter/flutter/pull/119871
25772588
presubmit: false
25782589
recipe: devicelab/devicelab_drone
25792590
timeout: 60
@@ -2583,36 +2594,32 @@ targets:
25832594
{"dependency": "xcode", "version": "14a5294e"},
25842595
{"dependency": "gems", "version": "v3.3.14"}
25852596
]
2586-
tags: >
2587-
["devicelab", "hostonly", "mac"]
25882597
task_name: complex_layout_macos__compile
25892598

2590-
- name: Mac complex_layout_macos__start_up
2591-
recipe: devicelab/devicelab_drone
2599+
- name: Mac_benchmark complex_layout_macos__start_up
2600+
bringup: true # https://github.com/flutter/flutter/pull/119871
25922601
presubmit: false
2602+
recipe: devicelab/devicelab_drone
25932603
timeout: 60
25942604
properties:
25952605
dependencies: >-
25962606
[
25972607
{"dependency": "xcode", "version": "14a5294e"},
25982608
{"dependency": "gems", "version": "v3.3.14"}
25992609
]
2600-
tags: >
2601-
["devicelab", "hostonly", "mac"]
26022610
task_name: complex_layout_macos__start_up
26032611

2604-
- name: Mac complex_layout_scroll_perf_macos__timeline_summary
2605-
recipe: devicelab/devicelab_drone
2612+
- name: Mac_benchmark complex_layout_scroll_perf_macos__timeline_summary
2613+
bringup: true # https://github.com/flutter/flutter/pull/119871
26062614
presubmit: false
2615+
recipe: devicelab/devicelab_drone
26072616
timeout: 60
26082617
properties:
26092618
dependencies: >-
26102619
[
26112620
{"dependency": "xcode", "version": "14a5294e"},
26122621
{"dependency": "gems", "version": "v3.3.14"}
26132622
]
2614-
tags: >
2615-
["devicelab", "hostonly", "mac"]
26162623
task_name: complex_layout_scroll_perf_macos__timeline_summary
26172624

26182625
- name: Mac customer_testing
@@ -2657,7 +2664,8 @@ targets:
26572664
["devicelab", "hostonly", "mac"]
26582665
task_name: flavors_test_macos
26592666

2660-
- name: Mac flutter_gallery_macos__compile
2667+
- name: Mac_benchmark flutter_gallery_macos__compile
2668+
bringup: true # https://github.com/flutter/flutter/pull/119871
26612669
presubmit: false
26622670
recipe: devicelab/devicelab_drone
26632671
timeout: 60
@@ -2667,11 +2675,10 @@ targets:
26672675
{"dependency": "xcode", "version": "14a5294e"},
26682676
{"dependency": "gems", "version": "v3.3.14"}
26692677
]
2670-
tags: >
2671-
["devicelab", "hostonly", "mac"]
26722678
task_name: flutter_gallery_macos__compile
26732679

2674-
- name: Mac flutter_gallery_macos__start_up
2680+
- name: Mac_benchmark flutter_gallery_macos__start_up
2681+
bringup: true # https://github.com/flutter/flutter/pull/119871
26752682
presubmit: false
26762683
recipe: devicelab/devicelab_drone
26772684
timeout: 60
@@ -2681,8 +2688,6 @@ targets:
26812688
{"dependency": "xcode", "version": "14a5294e"},
26822689
{"dependency": "gems", "version": "v3.3.14"}
26832690
]
2684-
tags: >
2685-
["devicelab", "hostonly", "mac"]
26862691
task_name: flutter_gallery_macos__start_up
26872692

26882693
- name: Mac flutter_packaging_test
@@ -2694,7 +2699,6 @@ targets:
26942699
tags: >
26952700
["framework", "hostonly", "shard", "mac"]
26962701
2697-
26982702
- name: Mac_arm64 flutter_packaging_test
26992703
recipe: packaging_v2/packaging_v2
27002704
timeout: 60
@@ -2706,7 +2710,8 @@ targets:
27062710
dimensions:
27072711
cpu: "arm64"
27082712

2709-
- name: Mac flutter_view_macos__start_up
2713+
- name: Mac_benchmark flutter_view_macos__start_up
2714+
bringup: true # https://github.com/flutter/flutter/pull/119871
27102715
presubmit: false
27112716
recipe: devicelab/devicelab_drone
27122717
timeout: 60
@@ -2715,8 +2720,6 @@ targets:
27152720
[
27162721
{"dependency": "xcode", "version": "14a5294e"}
27172722
]
2718-
tags: >
2719-
["devicelab", "hostonly", "mac"]
27202723
task_name: flutter_view_macos__start_up
27212724

27222725
- name: Mac framework_tests_libraries
@@ -2815,7 +2818,8 @@ targets:
28152818
- bin/**
28162819
- .ci.yaml
28172820

2818-
- name: Mac hello_world_macos__compile
2821+
- name: Mac_benchmark hello_world_macos__compile
2822+
bringup: true # https://github.com/flutter/flutter/pull/119871
28192823
presubmit: false
28202824
recipe: devicelab/devicelab_drone
28212825
timeout: 60
@@ -2824,8 +2828,6 @@ targets:
28242828
[
28252829
{"dependency": "xcode", "version": "14a5294e"}
28262830
]
2827-
tags: >
2828-
["devicelab", "hostonly", "mac"]
28292831
task_name: hello_world_macos__compile
28302832

28312833
- name: Mac integration_ui_test_test_macos
@@ -2929,7 +2931,8 @@ targets:
29292931
- bin/**
29302932
- .ci.yaml
29312933

2932-
- name: Mac platform_view_macos__start_up
2934+
- name: Mac_benchmark platform_view_macos__start_up
2935+
bringup: true # https://github.com/flutter/flutter/pull/119871
29332936
presubmit: false
29342937
recipe: devicelab/devicelab_drone
29352938
timeout: 60
@@ -2938,8 +2941,6 @@ targets:
29382941
[
29392942
{"dependency": "xcode", "version": "14a5294e"}
29402943
]
2941-
tags: >
2942-
["devicelab", "hostonly", "mac"]
29432944
task_name: platform_view_macos__start_up
29442945

29452946
- name: Mac plugin_dependencies_test
@@ -4865,13 +4866,12 @@ targets:
48654866
["devicelab", "hostonly", "linux"]
48664867
task_name: flutter_tool_startup__linux
48674868

4868-
- name: Mac flutter_tool_startup__macos
4869-
recipe: devicelab/devicelab_drone
4869+
- name: Mac_benchmark flutter_tool_startup__macos
4870+
bringup: true # https://github.com/flutter/flutter/pull/119871
48704871
presubmit: false
4872+
recipe: devicelab/devicelab_drone
48714873
timeout: 60
48724874
properties:
4873-
tags: >
4874-
["devicelab", "hostonly", "mac"]
48754875
task_name: flutter_tool_startup__macos
48764876

48774877
- name: Linux flutter_packaging

0 commit comments

Comments
 (0)