Skip to content

Commit

Permalink
Shift macOS/Android tests from Pixel 7 to mokey in staging (flutter#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Jul 30, 2024
1 parent 6a368d8 commit 5f460e1
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4293,27 +4293,31 @@ targets:
- bin/**
- .ci.yaml

- name: Mac_pixel_7pro entrypoint_dart_registrant
# mac mokey test
- name: Mac_arm64_mokey entrypoint_dart_registrant
recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/148085
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "android", "mac", "pixel", "7pro"]
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: entrypoint_dart_registrant
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml

- name: Mac_pixel_7pro hello_world_android__compile
# mac mokey benchmark
- name: Mac_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", "pixel", "7pro"]
["devicelab", "android", "mac", "mokey"]
task_name: hello_world_android__compile

# mac mokey test
Expand All @@ -4338,13 +4342,15 @@ targets:
["devicelab", "android", "mac", "mokey"]
task_name: hot_mode_dev_cycle__benchmark

- name: Mac_pixel_7pro integration_test_test
# mac mokey test
- name: Mac_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", "pixel", "7pro"]
["devicelab", "android", "mac", "mokey"]
task_name: integration_test_test

# mac mokey test
Expand All @@ -4358,13 +4364,15 @@ targets:
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: integration_test_test

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

# mac mokey benchmark
Expand All @@ -4378,25 +4386,29 @@ targets:
["devicelab", "android", "mac", "mokey"]
task_name: microbenchmarks

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

- name: Mac_pixel_7pro run_debug_test_android
# mac mokey test
- name: Mac_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", "pixel", "7pro"]
["devicelab", "android", "mac", "mokey"]
task_name: run_debug_test_android

# mac mokey test
Expand All @@ -4413,16 +4425,18 @@ targets:
["devicelab", "android", "mac", "arm64", "mokey"]
task_name: run_debug_test_android

- name: Mac_pixel_7pro run_release_test
# mac mokey test
- name: Mac_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", "pixel", "7pro"]
["devicelab", "android", "mac", "mokey"]
task_name: run_release_test

# mac mokey test
Expand Down

0 comments on commit 5f460e1

Please sign in to comment.