Skip to content

Commit

Permalink
Shift some mac Android tests to Mokey devices in staging (#152499)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Jul 29, 2024
1 parent 4a29a16 commit 53c732f
Showing 1 changed file with 47 additions and 18 deletions.
65 changes: 47 additions & 18 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,29 @@ platform_properties:
os: Mac-13|Mac-14
cpu: arm64
device_type: "msm8952"

mac_mokey:
properties:
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:34v3"},
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
{"dependency": "open_jdk", "version": "version:17"}
]
os: Mac-13|Mac-14
cpu: x86
device_type: "mokey"
mac_arm64_mokey:
properties:
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:34v3"},
{"dependency": "open_jdk", "version": "version:17"}
]
os: Mac-13|Mac-14
cpu: arm64
device_type: "mokey"

mac_pixel_7pro:
properties:
dependencies: >-
Expand Down Expand Up @@ -4293,24 +4316,26 @@ targets:
["devicelab", "android", "mac", "pixel", "7pro"]
task_name: hello_world_android__compile

# mac motog4 test
- name: Mac_arm64_android hello_world_android__compile
# mac mokey test
- name: Mac_arm64_mokey hello_world_android__compile
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "android", "mac", "arm64"]
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: hello_world_android__compile

# mac motog4 benchmark
- name: Mac_android hot_mode_dev_cycle__benchmark
# mac mokey benchmark
- name: Mac_mokey hot_mode_dev_cycle__benchmark
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "android", "mac"]
["devicelab", "android", "mac", "mokey"]
task_name: hot_mode_dev_cycle__benchmark

- name: Mac_pixel_7pro integration_test_test
Expand All @@ -4322,14 +4347,15 @@ targets:
["devicelab", "android", "mac", "pixel", "7pro"]
task_name: integration_test_test

# mac motog4 test
- name: Mac_arm64_android integration_test_test
# mac mokey test
- name: Mac_arm64_mokey integration_test_test
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "android", "mac", "arm64"]
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: integration_test_test

- name: Mac_pixel_7pro integration_ui_frame_number
Expand All @@ -4341,14 +4367,15 @@ targets:
["devicelab", "android", "mac", "pixel", "7pro"]
task_name: integration_ui_frame_number

# mac motog4 benchmark
- name: Mac_android microbenchmarks
# mac mokey benchmark
- name: Mac_mokey microbenchmarks
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "android", "mac"]
["devicelab", "android", "mac", "mokey"]
task_name: microbenchmarks

- name: Mac_pixel_7pro native_assets_android
Expand All @@ -4372,17 +4399,18 @@ targets:
["devicelab", "android", "mac", "pixel", "7pro"]
task_name: run_debug_test_android

# mac motog4 test
- name: Mac_arm64_android run_debug_test_android
# mac mokey test
- name: Mac_arm64_mokey run_debug_test_android
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
runIf:
- .ci.yaml
- dev/**
timeout: 60
properties:
tags: >
["devicelab", "android", "mac", "arm64"]
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: run_debug_test_android

- name: Mac_pixel_7pro run_release_test
Expand All @@ -4397,17 +4425,18 @@ targets:
["devicelab", "android", "mac", "pixel", "7pro"]
task_name: run_release_test

# mac motog4 test
- name: Mac_arm64_android run_release_test
# mac mokey test
- name: Mac_arm64_mokey run_release_test
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
runIf:
- .ci.yaml
- dev/**
timeout: 60
properties:
tags: >
["devicelab", "android", "mac", "arm64"]
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: run_release_test

- name: Mac_ios animation_with_microtasks_perf_ios__timeline_summary
Expand Down

0 comments on commit 53c732f

Please sign in to comment.