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

Commit

Permalink
Add mac_benchmark ci.yaml property (#119871)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jmagman committed Feb 3, 2023
1 parent 16f81e6 commit 51b05ac
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .ci.yaml
Expand Up @@ -90,6 +90,18 @@ platform_properties:
device_type: none
cpu: arm64
xcode: 14a5294e # xcode 14.0 beta 5
mac_benchmark:
properties:
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
]
device_type: none
mac_model: "Macmini8,1"
os: Mac-12
tags: >
["devicelab", "hostonly", "mac"]
xcode: 14a5294e # xcode 14.0 beta 5
mac_x64:
properties:
dependencies: >-
Expand Down Expand Up @@ -2438,7 +2450,8 @@ targets:
- bin/
- .ci.yaml

- name: Mac animated_complex_opacity_perf_macos__e2e_summary
- name: Mac_benchmark animated_complex_opacity_perf_macos__e2e_summary
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2448,11 +2461,10 @@ targets:
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: animated_complex_opacity_perf_macos__e2e_summary

- name: Mac basic_material_app_macos__compile
- name: Mac_benchmark basic_material_app_macos__compile
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2461,8 +2473,6 @@ targets:
[
{"dependency": "xcode", "version": "14a5294e"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: basic_material_app_macos__compile

- name: Mac build_ios_framework_module_test
Expand Down Expand Up @@ -2573,7 +2583,8 @@ targets:
tags: >
["framework", "hostonly", "shard", "mac"]
- name: Mac complex_layout_macos__compile
- name: Mac_benchmark complex_layout_macos__compile
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2583,36 +2594,32 @@ targets:
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: complex_layout_macos__compile

- name: Mac complex_layout_macos__start_up
recipe: devicelab/devicelab_drone
- name: Mac_benchmark complex_layout_macos__start_up
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: complex_layout_macos__start_up

- name: Mac complex_layout_scroll_perf_macos__timeline_summary
recipe: devicelab/devicelab_drone
- name: Mac_benchmark complex_layout_scroll_perf_macos__timeline_summary
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: complex_layout_scroll_perf_macos__timeline_summary

- name: Mac customer_testing
Expand Down Expand Up @@ -2657,7 +2664,8 @@ targets:
["devicelab", "hostonly", "mac"]
task_name: flavors_test_macos

- name: Mac flutter_gallery_macos__compile
- name: Mac_benchmark flutter_gallery_macos__compile
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2667,11 +2675,10 @@ targets:
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: flutter_gallery_macos__compile

- name: Mac flutter_gallery_macos__start_up
- name: Mac_benchmark flutter_gallery_macos__start_up
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2681,8 +2688,6 @@ targets:
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: flutter_gallery_macos__start_up

- name: Mac flutter_packaging_test
Expand All @@ -2694,7 +2699,6 @@ targets:
tags: >
["framework", "hostonly", "shard", "mac"]
- name: Mac_arm64 flutter_packaging_test
recipe: packaging_v2/packaging_v2
timeout: 60
Expand All @@ -2706,7 +2710,8 @@ targets:
dimensions:
cpu: "arm64"

- name: Mac flutter_view_macos__start_up
- name: Mac_benchmark flutter_view_macos__start_up
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2715,8 +2720,6 @@ targets:
[
{"dependency": "xcode", "version": "14a5294e"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: flutter_view_macos__start_up

- name: Mac framework_tests_libraries
Expand Down Expand Up @@ -2815,7 +2818,8 @@ targets:
- bin/**
- .ci.yaml

- name: Mac hello_world_macos__compile
- name: Mac_benchmark hello_world_macos__compile
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2824,8 +2828,6 @@ targets:
[
{"dependency": "xcode", "version": "14a5294e"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: hello_world_macos__compile

- name: Mac integration_ui_test_test_macos
Expand Down Expand Up @@ -2929,7 +2931,8 @@ targets:
- bin/**
- .ci.yaml

- name: Mac platform_view_macos__start_up
- name: Mac_benchmark platform_view_macos__start_up
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
Expand All @@ -2938,8 +2941,6 @@ targets:
[
{"dependency": "xcode", "version": "14a5294e"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: platform_view_macos__start_up

- name: Mac plugin_dependencies_test
Expand Down Expand Up @@ -4865,13 +4866,12 @@ targets:
["devicelab", "hostonly", "linux"]
task_name: flutter_tool_startup__linux

- name: Mac flutter_tool_startup__macos
recipe: devicelab/devicelab_drone
- name: Mac_benchmark flutter_tool_startup__macos
bringup: true # https://github.com/flutter/flutter/pull/119871
presubmit: false
recipe: devicelab/devicelab_drone
timeout: 60
properties:
tags: >
["devicelab", "hostonly", "mac"]
task_name: flutter_tool_startup__macos

- name: Linux flutter_packaging
Expand Down

0 comments on commit 51b05ac

Please sign in to comment.