Skip to content

Commit

Permalink
Add drone_dimensions to devicelab_build_test. (#115183)
Browse files Browse the repository at this point in the history
This is to allow a single drone to manage all the different subbuilds.

Bug: flutter/flutter#114943
  • Loading branch information
godofredoc authored Nov 12, 2022
1 parent 8d808b5 commit 10dc566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,8 @@ targets:
["devicelab", "android", "linux"]
task_name: flutter_gallery__transition_perf
artifact: gallery__transition_perf
drone_dimensions: >
["device_os=N","os=Ubuntu", "device_type=msm8952"]
- name: Linux_build_test flutter_gallery__transition_perf_e2e
recipe: devicelab/devicelab_drone_build_test
Expand All @@ -2023,6 +2025,8 @@ targets:
["devicelab", "android", "linux"]
task_name: flutter_gallery__transition_perf_e2e
artifact: gallery__transition_perf_e2e
drone_dimensions: >
["device_os=N","os=Ubuntu", "device_type=msm8952"]
- name: Linux_build_test flutter_gallery__transition_perf_hybrid
recipe: devicelab/devicelab_drone_build_test
Expand All @@ -2033,6 +2037,8 @@ targets:
["devicelab", "android", "linux"]
task_name: flutter_gallery__transition_perf_hybrid
artifact: gallery__transition_perf_hybrid
drone_dimensions: >
["device_os=N","os=Ubuntu", "device_type=msm8952"]
- name: Linux_android flutter_gallery__transition_perf_with_semantics
recipe: devicelab/devicelab_drone
Expand Down

0 comments on commit 10dc566

Please sign in to comment.