File tree 1 file changed +37
-0
lines changed 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -2703,6 +2703,22 @@ targets:
2703
2703
- bin/**
2704
2704
- .ci.yaml
2705
2705
2706
+ - name : Mac_arm64_ios module_test_ios
2707
+ recipe : devicelab/devicelab_drone
2708
+ presubmit : false
2709
+ bringup : true
2710
+ timeout : 60
2711
+ properties :
2712
+ tags : >
2713
+ ["devicelab", "ios", "mac", "arm64"]
2714
+ task_name : module_test_ios
2715
+ scheduler : luci
2716
+ runIf :
2717
+ - dev/**
2718
+ - packages/flutter_tools/**
2719
+ - bin/**
2720
+ - .ci.yaml
2721
+
2706
2722
- name : Mac plugin_dependencies_test
2707
2723
recipe : devicelab/devicelab_drone
2708
2724
timeout : 60
@@ -2746,6 +2762,27 @@ targets:
2746
2762
- bin/**
2747
2763
- .ci.yaml
2748
2764
2765
+ - name : Mac_arm64_ios plugin_lint_mac
2766
+ recipe : devicelab/devicelab_drone
2767
+ presubmit : false
2768
+ bringup : true
2769
+ timeout : 60
2770
+ properties :
2771
+ dependencies : >-
2772
+ [
2773
+ {"dependency": "arm64ruby", "version": "version:311_3"}
2774
+ ]
2775
+ tags : >
2776
+ ["devicelab", "ios", "mac", "arm64"]
2777
+ task_name : plugin_lint_mac
2778
+ scheduler : luci
2779
+ runIf :
2780
+ - dev/**
2781
+ - packages/flutter_tools/**
2782
+ - packages/integration_test/**
2783
+ - bin/**
2784
+ - .ci.yaml
2785
+
2749
2786
- name : Mac plugin_test
2750
2787
recipe : devicelab/devicelab_drone
2751
2788
timeout : 60
You can’t perform that action at this time.
0 commit comments