From d0b2e1db83ef06b43b291d9baf45f778f1163a73 Mon Sep 17 00:00:00 2001 From: ahnjuseong <ahnjuseong@ajou.ac.kr> Date: Fri, 21 Jun 2024 16:22:46 +0900 Subject: [PATCH] go --- .ci.yaml | 6274 +++++++++++++++++++++++++++++++++++++++++ analysis_options.yaml | 252 ++ 2 files changed, 6526 insertions(+) create mode 100644 .ci.yaml create mode 100644 analysis_options.yaml diff --git a/.ci.yaml b/.ci.yaml new file mode 100644 index 0000000000..c5d3d3b167 --- /dev/null +++ b/.ci.yaml @@ -0,0 +1,6274 @@ +# Describes the targets run in continuous integration environment. +# +# Flutter infra uses this file to generate a checklist of tasks to be performed +# for every commit. +# +# The recipes mentioned below refer to those in this repo: +# https://flutter.googlesource.com/recipes/+/refs/heads/main/recipes/ +# +# The "flutter_drone" recipe just defers to dev/bots/test.dart in this repo, +# with the shard set according to the "shard" key in this file. +# +# More information at: +# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md +enabled_branches: + - master + - flutter-\d+\.\d+-candidate\.\d+ + +platform_properties: + staging_build_linux: + properties: + dependencies: >- + [ + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Ubuntu + cores: "8" + device_type: none + ignore_flakiness: "true" + linux: + properties: + dependencies: >- + [ + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Ubuntu + cores: "8" + device_type: none + # The current android emulator config names can be found here: + # https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto + # You may use those names for the android_virtual_device version. + linux_android_emu: + properties: + contexts: >- + [ + "android_virtual_device" + ] + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"}, + {"dependency": "avd_cipd_version", "version": "build_id:8759428741582061553"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + os: Ubuntu + cores: "8" + device_type: none + kvm: "1" + linux_build_test: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Ubuntu + cores: "8" + device_type: none + linux_android: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Linux + device_type: "msm8952" + + linux_pixel_7pro: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Linux + device_type: "Pixel 7 Pro" + + linux_samsung_a02: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Linux + device_type: "SM-A025V" + + mac: + properties: + contexts: >- + [ + "osx_sdk" + ] + dependencies: >- + [ + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + device_type: none + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_arm64: + properties: + contexts: >- + [ + "osx_sdk" + ] + dependencies: >- + [ + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + device_type: none + cpu: arm64 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_benchmark: + properties: + contexts: >- + [ + "osx_sdk" + ] + dependencies: >- + [ + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + device_type: none + mac_model: "Macmini8,1" + os: Mac-13 + tags: > + ["devicelab", "hostonly", "mac"] + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_x64: + properties: + contexts: >- + [ + "osx_sdk" + ] + dependencies: >- + [ + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + device_type: none + cpu: x86 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_build_test: + properties: + contexts: >- + [ + "osx_sdk" + ] + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + device_type: none + cpu: x86 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_android: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + os: Mac-12|Mac-13 + cpu: x86 + device_type: "msm8952" + mac_arm64_android: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + os: Mac-12|Mac-13 + cpu: arm64 + device_type: "msm8952" + mac_pixel_7pro: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + os: Mac-12|Mac-13 + cpu: x86 + device_type: "Pixel 7 Pro" + mac_ios: + properties: + contexts: >- + [ + "osx_sdk_devicelab" + ] + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + cpu: x86 + device_os: iOS-17 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_x64_ios: + properties: + contexts: >- + [ + "osx_sdk_devicelab" + ] + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "version:to_2024"} + ] + os: Mac-13 + cpu: x86 + device_os: iOS-17 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + mac_arm64_ios: + properties: + contexts: >- + [ + "osx_sdk_devicelab" + ] + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "none"} + ] + os: Mac-13 + cpu: arm64 + device_os: iOS-17 + $flutter/osx_sdk : >- + { + "sdk_version": "15a240d" + } + windows: + properties: + os: Windows-10 + device_type: none + windows_arm64: + properties: + # The arch can be removed after https://github.com/flutter/flutter/issues/135722. + arch: arm + os: Windows + cpu: arm64 + windows_android: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + os: Windows-10 + device_type: "msm8952" + +targets: + - name: Linux analyze + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: analyze + tags: > + ["framework","hostonly","shard","linux"] + + - name: Linux analyzer_benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + test_timeout_secs: "3600" # 1 hour + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + cores: "32" + tags: > + ["devicelab", "hostonly", "linux"] + task_name: analyzer_benchmark + + - name: Linux coverage + presubmit: false + recipe: flutter/coverage + timeout: 120 + enabled_branches: + # Don't run this on release branches + - master + properties: + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux packages_autoroller + presubmit: false + recipe: pub_autoroller/pub_autoroller + timeout: 30 + enabled_branches: + # Don't run this on release branches + - master + properties: + tags: > + ["framework","hostonly","linux"] + dependencies: >- + [ + {"dependency": "gh_cli", "version": "version:2.8.0-2-g32256d38"} + ] + + - name: Linux_android_emu android views + recipe: devicelab/devicelab_drone + properties: + tags: > + ["framework","hostonly","linux"] + task_name: android_views + timeout: 60 + + - name: Linux build_tests_1_3 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"} + ] + shard: build_tests + subshard: "1_3" + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux build_tests_2_3 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"} + ] + shard: build_tests + subshard: "2_3" + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux build_tests_3_3 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"} + ] + shard: build_tests + subshard: "3_3" + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux ci_yaml flutter roller + recipe: infra/ci_yaml + presubmit: false + timeout: 30 + properties: + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - .ci.yaml + + - name: Linux customer_testing + # This really just runs dev/bots/customer_testing/ci.sh, + # but it does so indirectly via the flutter_drone recipe + # calling the dev/bots/test.dart script. + enabled_branches: + - master + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: customer_testing + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux docs_publish + recipe: flutter/docs + presubmit: false + timeout: 60 + dimensions: + os: "Linux" + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"}, + {"dependency": "firebase", "version": "v11.0.1"} + ] + tags: > + ["framework", "hostonly", "linux"] + backfill: "false" + validation: docs + validation_name: Docs + firebase_project: main-docs-flutter-prod + release_ref: refs/heads/master + release_build: "true" + drone_dimensions: + - os=Linux + + - name: Linux docs_test + recipe: flutter/flutter_drone + timeout: 90 # https://github.com/flutter/flutter/issues/120901 + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"} + ] + firebase_project: "" + release_ref: "" + tags: > + ["framework", "hostonly", "shard", "linux"] + shard: docs + runIf: + - bin/** + - dev/** + - packages/flutter/** + - packages/flutter_drive/** + - packages/flutter_localizations/** + - packages/flutter_test/** + - packages/flutter_web_plugins/** + - packages/integration_test/** + - .ci.yaml + - dartdoc_options.yaml + + - name: Linux engine_dependency_proxy_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: engine_dependency_proxy_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux firebase_abstract_method_smoke_test + presubmit: false + recipe: firebaselab/firebaselab + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["firebaselab"] + task_name: abstract_method_smoke_test + physical_devices: >- + [ + "--device", "model=shiba,version=34", + "--device", "model=panther,version=33", + "--device", "model=redfin,version=30" + ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25" + virtual_devices: >- + [ + "--device", "model=Nexus5.gce_x86,version=21", + "--device", "model=Nexus5.gce_x86,version=22", + "--device", "model=Nexus5.gce_x86,version=23", + "--device", "model=Nexus6P,version=25", + "--device", "model=Nexus6P,version=26", + "--device", "model=Nexus6P,version=27", + "--device", "model=NexusLowRes,version=29" + ] + + - name: Linux firebase_android_embedding_v2_smoke_test + recipe: firebaselab/firebaselab + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["firebaselab"] + task_name: android_embedding_v2_smoke_test + physical_devices: >- + [ + "--device", "model=shiba,version=34", + "--device", "model=redfin,version=30", + "--device", "model=griffin,version=24" + ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25" + virtual_devices: >- + [ + "--device", "model=Nexus5.gce_x86,version=21", + "--device", "model=Nexus5.gce_x86,version=22", + "--device", "model=Nexus5.gce_x86,version=23", + "--device", "model=Nexus6P,version=25", + "--device", "model=Nexus6P,version=26", + "--device", "model=Nexus6P,version=27", + "--device", "model=NexusLowRes,version=29" + ] + + - name: Linux firebase_release_smoke_test + recipe: firebaselab/firebaselab + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["firebaselab"] + task_name: release_smoke_test + physical_devices: >- + [ + "--device", "model=shiba,version=34", + "--device", "model=redfin,version=30", + "--device", "model=griffin,version=24" + ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25" + virtual_devices: >- + [ + "--device", "model=Nexus5.gce_x86,version=21", + "--device", "model=Nexus5.gce_x86,version=22", + "--device", "model=Nexus5.gce_x86,version=23", + "--device", "model=Nexus6P,version=25", + "--device", "model=Nexus6P,version=26", + "--device", "model=Nexus6P,version=27", + "--device", "model=NexusLowRes,version=29" + ] + + - name: Linux flutter_packaging_test + recipe: packaging/packaging + presubmit: false + enabled_branches: + - master + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - .ci.yaml + - dev/bots/** + + - name: Linux flutter_plugins + recipe: flutter/flutter_drone + enabled_branches: + - master + timeout: 60 + properties: + shard: flutter_plugins + subshard: analyze + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Linux framework_tests_libraries + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: libraries + tags: > + ["framework","hostonly","shard", "linux"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux framework_tests_slow + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: framework_tests + subshard: slow + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux framework_tests_misc + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "android_sdk", "version": "version:34v3"} + ] + shard: framework_tests + subshard: misc + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - examples/api/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux framework_tests_widgets + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: widgets + tags: > + ["framework","hostonly","shard", "linux"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux fuchsia_precache + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: fuchsia_precache + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - bin/internal/engine.version + - .ci.yaml + + - name: Linux gradle_desugar_classes_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: gradle_desugar_classes_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux gradle_java8_compile_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: gradle_java8_compile_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux gradle_plugin_bundle_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: gradle_plugin_bundle_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux gradle_plugin_fat_apk_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: gradle_plugin_fat_apk_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux gradle_plugin_light_apk_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: gradle_plugin_light_apk_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux module_custom_host_app_name_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: module_custom_host_app_name_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux module_host_with_custom_build_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: module_host_with_custom_build_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux module_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: module_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux plugin_dependencies_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: plugin_dependencies_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux plugin_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: plugin_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux plugin_test_linux + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: plugin_test_linux + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux run_debug_test_linux + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + xvfb: "1" + dependencies: >- + [ + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: run_debug_test_linux + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux run_release_test_linux + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + xvfb: "1" + dependencies: >- + [ + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "ninja", "version": "version:1.9.0"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: run_release_test_linux + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux skp_generator + enabled_branches: + - main + - master + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: skp_generator + subshard: "0" + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux technical_debt__cost + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"} + ] + tags: > + ["devicelab", "hostonly", "linux"] + task_name: technical_debt__cost + + - name: Linux test_ownership + recipe: infra/test_ownership + enabled_branches: + - main + - master + properties: + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - bin/internal/engine.version + - .ci.yaml + + - name: Linux tool_integration_tests_1_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_integration_tests + subshard: "1_4" + tags: > + ["framework", "hostonly", "shard", "linux"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux tool_integration_tests_2_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_integration_tests + subshard: "2_4" + tags: > + ["framework", "hostonly", "shard", "linux"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux tool_integration_tests_3_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_integration_tests + subshard: "3_4" + tags: > + ["framework", "hostonly", "shard", "linux"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux tool_integration_tests_4_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_integration_tests + subshard: "4_4" + tags: > + ["framework", "hostonly", "shard", "linux"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux android_preview_tool_integration_tests + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + # This makes use of UpsideDownCake, a preview version of android. Preview versions eventually + # get removed from the sdk manager, so it is hosted on CIPD to ensure integration testing + # doesn't flake when that happens. + # https://chrome-infra-packages.appspot.com/p/flutter/android/sdk/all/linux-amd64/+/version:udcv1 + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:udcv1"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"}, + {"dependency": "cmake", "version": "build_id:8787856497187628321"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ninja", "version": "version:1.9.0"}, + {"dependency": "open_jdk", "version": "version:11"} + ] + shard: android_preview_tool_integration_tests + tags: > + ["framework", "hostonly", "shard", "linux"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux tool_tests_commands + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: commands + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux tool_tests_general + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: general + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux realm_checker + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + shard: realm_checker + tags: > + ["framework", "hostonly", "shard", "linux"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux web_benchmarks_canvaskit + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"} + ] + tags: > + ["devicelab","hostonly", "linux"] + task_name: web_benchmarks_canvaskit + + - name: Linux web_benchmarks_html + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"} + ] + tags: > + ["devicelab"] + task_name: web_benchmarks_html + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux web_benchmarks_skwasm + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"} + ] + tags: > + ["devicelab"] + task_name: web_benchmarks_skwasm + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Linux web_long_running_tests_1_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_long_running_tests + subshard: "1_5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_long_running_tests_2_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_long_running_tests + subshard: "2_5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_long_running_tests_3_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_long_running_tests + subshard: "3_5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_long_running_tests_4_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_long_running_tests + subshard: "4_5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_long_running_tests_5_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_long_running_tests + subshard: "5_5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_0 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "0" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_1 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "1" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_2 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "2" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_3 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "3" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "4" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "6" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tests_7_last + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tests + subshard: "7_last" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_0 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "0" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_1 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "1" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_2 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "2" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_3 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "3" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "4" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_5 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "6" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_canvaskit_tests_7_last + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_canvaskit_tests + subshard: "7_last" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_0 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "0" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_1 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "1" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_2 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "2" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_3 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "3" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_4 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "4" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_5 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "5" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_6 + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "6" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_skwasm_tests_7_last + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_skwasm_tests + subshard: "7_last" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/** + - bin/** + - .ci.yaml + + - name: Linux web_tool_tests + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tool_tests + subshard: "1_1" + tags: > + ["framework", "hostonly", "shard", "linux"] + # Retry for flakes caused by https://github.com/flutter/flutter/issues/132654 + presubmit_max_attempts: "2" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Linux_android_emu android_defines_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + tags: > + ["devicelab", "linux"] + task_name: android_defines_test + + - name: Linux_pixel_7pro android_obfuscate_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: android_obfuscate_test + + - name: Linux_pixel_7pro android_semantics_integration_test + recipe: devicelab/devicelab_drone + bringup: true # Flaky: https://github.com/flutter/flutter/issues/124636 + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: android_semantics_integration_test + + # linux motog4 test + - name: Linux_android android_stack_size_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: android_stack_size_test + + # linux motog4 benchmark + - name: Linux_android android_view_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: android_view_scroll_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android animated_image_gc_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: animated_image_gc_perf + + # linux motog4 benchmark + - name: Linux_android animated_complex_opacity_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: animated_complex_opacity_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android animated_complex_image_filtered_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: animated_complex_image_filtered_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android animated_placeholder_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: animated_placeholder_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android backdrop_filter_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: backdrop_filter_perf__e2e_summary + + - name: Linux_pixel_7pro backdrop_filter_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: backdrop_filter_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro draw_atlas_perf_opengles__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: draw_atlas_perf_opengles__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro draw_atlas_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: draw_atlas_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro dynamic_path_tessellation_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: dynamic_path_tessellation_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro static_path_tessellation_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: static_path_tessellation_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro hello_world_impeller + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: hello_world_impeller + + - name: Linux_pixel_7pro basic_material_app_android__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: basic_material_app_android__compile + + - name: Linux_pixel_7pro channels_integration_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: channels_integration_test + + # linux motog4 benchmark + - name: Linux_android clipper_cache_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: clipper_cache_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android color_filter_and_fade_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: color_filter_and_fade_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android color_filter_cache_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: color_filter_cache_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android color_filter_with_unstable_child_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: color_filter_with_unstable_child_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android raster_cache_use_memory_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: raster_cache_use_memory_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android shader_mask_cache_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: shader_mask_cache_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android complex_layout_android__scroll_smoothness + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: complex_layout_android__scroll_smoothness + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + # linux motog4 benchmark + - name: Linux_android complex_layout_scroll_perf__devtools_memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: complex_layout_scroll_perf__devtools_memory + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + # linux motog4 benchmark + - name: Linux_android complex_layout_scroll_perf__memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: complex_layout_scroll_perf__memory + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + # linux motog4 benchmark + - name: Linux_android complex_layout_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: complex_layout_scroll_perf__timeline_summary + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + - name: Linux_pixel_7pro complex_layout_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: complex_layout_scroll_perf__timeline_summary + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + - name: Linux_pixel_7pro complex_layout_scroll_perf_impeller__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + bringup: true + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: complex_layout_scroll_perf_impeller__timeline_summary + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:11"} + ] + + - name: Linux_pixel_7pro complex_layout_scroll_perf_impeller_gles__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: complex_layout_scroll_perf_impeller_gles__timeline_summary + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:11"} + ] + + # linux motog4 benchmark + - name: Linux_android complex_layout_semantics_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: complex_layout_semantics_perf + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + # linux motog4 benchmark + - name: Linux_android complex_layout__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: complex_layout__start_up + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + # linux motog4 benchmark + - name: Linux_android cubic_bezier_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: cubic_bezier_perf__e2e_summary + + - name: Linux_pixel_7pro cubic_bezier_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: cubic_bezier_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android cull_opacity_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: cull_opacity_perf__e2e_summary + + - name: Linux_pixel_7pro cull_opacity_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: cull_opacity_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android devtools_profile_start_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: devtools_profile_start_test + + - name: Linux_pixel_7pro drive_perf_debug_warning + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: drive_perf_debug_warning + + - name: Linux_pixel_7pro embedded_android_views_integration_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: embedded_android_views_integration_test + + - name: Linux_android_emu external_textures_integration_test + recipe: devicelab/devicelab_drone + timeout: 60 + # Functionally the same as "presubmit: false", except that we will run on + # presubmit during engine rolls. This test is the *only* automated e2e + # test for external textures for the engine, it should never break. + runIf: + - bin/internal/engine.version + - .ci.yaml + properties: + tags: > + ["devicelab", "linux"] + task_name: external_textures_integration_test + + # linux motog4 benchmark + - name: Linux_android fading_child_animation_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: fading_child_animation_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android fast_scroll_heavy_gridview__memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: fast_scroll_heavy_gridview__memory + + # linux motog4 benchmark + - name: Linux_android fast_scroll_large_images__memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: fast_scroll_large_images__memory + + - name: Linux_pixel_7pro flavors_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: flavors_test + + # linux motog4 benchmark + - name: Linux_android flutter_engine_group_performance + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_engine_group_performance + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__back_button_memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__back_button_memory + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__image_cache_memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__image_cache_memory + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__memory_nav + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab" ,"android", "linux"] + task_name: flutter_gallery__memory_nav + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__start_up + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__start_up_delayed + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__start_up_delayed + + - name: Linux_pixel_7pro flutter_gallery_android__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: flutter_gallery_android__compile + + - name: Linux_pixel_7pro flutter_gallery_v2_chrome_run_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: flutter_gallery_v2_chrome_run_test + + - name: Linux flutter_gallery_v2_web_compile_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "linux"] + task_name: flutter_gallery_v2_web_compile_test + + # linux motog4 benchmark + - name: Linux_android flutter_test_performance + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_test_performance + + # linux motog4 benchmark + - name: Linux_android flutter_view__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_view__start_up + + - name: Linux_pixel_7pro frame_policy_delay_test_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: frame_policy_delay_test_android + + # linux motog4 benchmark + - name: Linux_android fullscreen_textfield_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: fullscreen_textfield_perf + + # linux motog4 benchmark + - name: Linux_android fullscreen_textfield_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: fullscreen_textfield_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android very_long_picture_scrolling_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 120 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: very_long_picture_scrolling_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android hello_world__memory + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: hello_world__memory + + # linux motog4 benchmark + - name: Linux_android home_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: home_scroll_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android hot_mode_dev_cycle_linux__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: hot_mode_dev_cycle_linux__benchmark + runIf: + - .ci.yaml + - dev/** + + # linux motog4 test + - name: Linux_android hybrid_android_views_integration_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: hybrid_android_views_integration_test + + # linux motog4 benchmark + - name: Linux_android image_list_jit_reported_duration + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: image_list_jit_reported_duration + + # linux motog4 benchmark + - name: Linux_android imagefiltered_transform_animation_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: imagefiltered_transform_animation_perf__timeline_summary + + - name: Linux_pixel_7pro imagefiltered_transform_animation_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: imagefiltered_transform_animation_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android image_list_reported_duration + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: image_list_reported_duration + + - name: Linux_pixel_7pro integration_ui_driver + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: integration_ui_driver + + - name: Linux_pixel_7pro integration_ui_keyboard_resize + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: integration_ui_keyboard_resize + + - name: Linux_pixel_7pro integration_ui_textfield + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: integration_ui_textfield + + # linux motog4 benchmark + - name: Linux_android large_image_changer_perf_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: large_image_changer_perf_android + + - name: Linux_pixel_7pro linux_chrome_dev_mode + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: linux_chrome_dev_mode + + # linux motog4 benchmark + - name: Linux_android multi_widget_construction_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: multi_widget_construction_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android list_text_layout_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: list_text_layout_perf__e2e_summary + + # linux a02s benchmark + - name: Linux_samsung_a02 list_text_layout_impeller_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true + timeout: 60 + properties: + ignore_flakiness: "true" + tags: > + ["devicelab", "android", "linux", "samsung", "a02"] + task_name: list_text_layout_impeller_perf__e2e_summary + + - name: Linux_pixel_7pro native_assets_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: native_assets_android + + # linux motog4 benchmark + - name: Linux_android new_gallery__crane_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: new_gallery__crane_perf + + # linux motog4 benchmark + - name: Linux_android old_gallery__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: old_gallery__transition_perf + + - name: Linux_build_test flutter_gallery__transition_perf + recipe: devicelab/devicelab_drone_build_test + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__transition_perf + artifact: gallery__transition_perf + drone_dimensions: > + ["device_os=N","os=Linux", "device_type=msm8952"] + + - name: Linux_build_test flutter_gallery__transition_perf_e2e + recipe: devicelab/devicelab_drone_build_test + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__transition_perf_e2e + artifact: gallery__transition_perf_e2e + drone_dimensions: > + ["device_os=N","os=Linux", "device_type=msm8952"] + + - name: Linux_build_test flutter_gallery__transition_perf_hybrid + recipe: devicelab/devicelab_drone_build_test + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__transition_perf_hybrid + artifact: gallery__transition_perf_hybrid + drone_dimensions: > + ["device_os=N","os=Linux", "device_type=msm8952"] + + # linux motog4 benchmark + - name: Linux_android flutter_gallery__transition_perf_with_semantics + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: flutter_gallery__transition_perf_with_semantics + + # linux motog4 benchmark + # MotoG4, Skia + - name: Linux_android new_gallery__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: new_gallery__transition_perf + + # Pixel 7 Pro, Skia + - name: Linux_pixel_7pro new_gallery__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: new_gallery__transition_perf + + # Samsung A02, Skia + - name: Linux_samsung_a02 new_gallery__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "samsung", "a02"] + task_name: new_gallery__transition_perf + + # linux motog4 benchmark + # Moto G4, Impeller (OpenGL) + - name: Linux_android new_gallery_opengles_impeller__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: new_gallery_opengles_impeller__transition_perf + + # Pixel 7 Pro, Impeller (Vulkan) + - name: Linux_pixel_7pro new_gallery_impeller_old_zoom__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: new_gallery_impeller_old_zoom__transition_perf + + # Pixel 7 Pro, Impeller (Vulkan) + - name: Linux_pixel_7pro new_gallery_impeller__transition_perf + bringup: true # Flaky https://github.com/flutter/flutter/issues/139643 + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: new_gallery_impeller__transition_perf + + # Samsung A02, Impeller (Vulkan) + - name: Linux_samsung_a02 new_gallery_impeller__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "samsung", "a02"] + task_name: new_gallery_impeller__transition_perf + + # Pixel 7 Pro, Impeller (OpenGL) + - name: Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: new_gallery_opengles_impeller__transition_perf + + # linux motog4 benchmark + - name: Linux_android picture_cache_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: picture_cache_perf__e2e_summary + + - name: Linux_pixel_7pro picture_cache_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: picture_cache_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android android_picture_cache_complexity_scoring_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: android_picture_cache_complexity_scoring_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android slider_perf_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: slider_perf_android + + # linux motog4 benchmark + - name: Linux_android platform_channels_benchmarks + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: platform_channels_benchmarks + + - name: Linux_pixel_7pro platform_channels_benchmarks + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_channels_benchmarks + + - name: Linux_pixel_7pro platform_channel_sample_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_channel_sample_test + + - name: Linux_pixel_7pro platform_interaction_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_interaction_test + + # linux motog4 benchmark + - name: Linux_android platform_views_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: platform_views_scroll_perf__timeline_summary + + - name: Linux_pixel_7pro platform_views_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_views_scroll_perf__timeline_summary + + # linux a02s benchmark + - name: Linux_samsung_a02 platform_views_scroll_perf_impeller__timeline_summary + bringup: true + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + ignore_flakiness: "true" + tags: > + ["devicelab", "android", "linux", "samsung", "a02"] + task_name: platform_views_scroll_perf_impeller__timeline_summary + + - name: Linux_pixel_7pro platform_views_scroll_perf_impeller__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_views_scroll_perf_impeller__timeline_summary + + # linux motog4 benchmark + - name: Linux_android platform_view__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: platform_view__start_up + + - name: Linux_pixel_7pro routing_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: routing_test + + - name: Linux_pixel_7pro service_extensions_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: service_extensions_test + + # linux motog4 benchmark + - name: Linux_android textfield_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: textfield_perf__e2e_summary + + - name: Linux_pixel_7pro textfield_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: textfield_perf__timeline_summary + + # linux motog4 benchmark + - name: Linux_android tiles_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: tiles_scroll_perf__timeline_summary + dependencies: >- + [ + {"dependency": "open_jdk", "version": "version:17"} + ] + + - name: Linux web_size__compile_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "linux"] + task_name: web_size__compile_test + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_one_rect_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_one_rect_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_col_of_rows_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_col_of_rows_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_opacity_of_grid_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_opacity_of_grid_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_grid_of_opacity_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_grid_of_opacity_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_fade_transition_text_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_fade_transition_text_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_grid_of_alpha_savelayers_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_grid_of_alpha_savelayers_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android opacity_peephole_col_of_alpha_savelayer_rows_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: opacity_peephole_col_of_alpha_savelayer_rows_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android gradient_dynamic_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: gradient_dynamic_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android gradient_consistent_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: gradient_consistent_perf__e2e_summary + + # linux motog4 benchmark + - name: Linux_android gradient_static_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux"] + task_name: gradient_static_perf__e2e_summary + + - name: Linux_pixel_7pro android_choreographer_do_frame_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: android_choreographer_do_frame_test + + # linux a02s benchmark + - name: linux_samsung_a02 animated_blur_backdrop_filter_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true + timeout: 60 + properties: + ignore_flakiness: "true" + tags: > + ["devicelab", "android", "linux", "samsung", "a02"] + task_name: animated_blur_backdrop_filter_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro animated_blur_backdrop_filter_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: animated_blur_backdrop_filter_perf__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro animated_advanced_blend_perf_opengles__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: animated_advanced_blend_perf_opengles__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro animated_advanced_blend_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true # https://github.com/flutter/flutter/issues/138385 + timeout: 60 + properties: + ignore_flakiness: "true" + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: animated_advanced_blend_perf__timeline_summary + + - name: Mac_ios animated_advanced_blend_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: animated_advanced_blend_perf_ios__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro animated_blur_backdrop_filter_perf_opengles__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: animated_blur_backdrop_filter_perf_opengles__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro draw_vertices_perf_opengles__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: draw_vertices_perf_opengles__timeline_summary + + # Uses Impeller. + - name: Linux_pixel_7pro draw_vertices_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: draw_vertices_perf__timeline_summary + + - name: Mac_ios draw_vertices_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: draw_vertices_perf_ios__timeline_summary + + - name: Mac_ios draw_atlas_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: draw_atlas_perf_ios__timeline_summary + + - name: Mac_ios static_path_tessellation_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: static_path_tessellation_perf_ios__timeline_summary + + - name: Mac_ios dynamic_path_tessellation_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: dynamic_path_tessellation_perf_ios__timeline_summary + + - name: Staging_build_linux analyze + presubmit: false + bringup: true + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: analyze + ignore_flakiness: "true" + tags: > + ["framework","hostonly","shard","linux"] + + - name: Mac_benchmark animated_complex_opacity_perf_macos__e2e_summary + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + task_name: animated_complex_opacity_perf_macos__e2e_summary + + - name: Mac_benchmark basic_material_app_macos__compile + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + task_name: basic_material_app_macos__compile + + - name: Mac build_ios_framework_module_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: build_ios_framework_module_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 build_ios_framework_module_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: build_ios_framework_module_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 build_tests_1_4 + recipe: flutter/flutter_drone + presubmit: false # Rely on Mac_arm build_tests in presubmit. + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "1_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_x64 build_tests_2_4 + recipe: flutter/flutter_drone + presubmit: false # Rely on Mac_arm build_tests in presubmit. + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "2_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_x64 build_tests_3_4 + recipe: flutter/flutter_drone + presubmit: false # Rely on Mac_arm build_tests in presubmit. + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "3_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_x64 build_tests_4_4 + recipe: flutter/flutter_drone + presubmit: false # Rely on Mac_arm build_tests in presubmit. + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "4_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_arm64 build_tests_1_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "1_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_arm64 build_tests_2_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "2_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_arm64 build_tests_3_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "3_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_arm64 build_tests_4_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: build_tests + subshard: "4_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_benchmark complex_layout_macos__start_up + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + task_name: complex_layout_macos__start_up + + - name: Mac_benchmark complex_layout_scroll_perf_macos__timeline_summary + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + task_name: complex_layout_scroll_perf_macos__timeline_summary + + - name: Mac customer_testing + enabled_branches: + - master + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: customer_testing + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac dart_plugin_registry_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: dart_plugin_registry_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac flavors_test_macos + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: flavors_test_macos + + - name: Mac_benchmark flutter_gallery_macos__compile + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + task_name: flutter_gallery_macos__compile + + - name: Mac_benchmark flutter_gallery_macos__start_up + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + task_name: flutter_gallery_macos__start_up + + - name: Mac flutter_packaging_test + recipe: packaging/packaging + presubmit: false + enabled_branches: + - master + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - .ci.yaml + - dev/bots/** + + - name: Mac_arm64 flutter_packaging_test + recipe: packaging/packaging + presubmit: false + enabled_branches: + - master + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - .ci.yaml + - dev/bots/** + + - name: Mac_benchmark flutter_view_macos__start_up + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + task_name: flutter_view_macos__start_up + + - name: Mac framework_tests_libraries + recipe: flutter/flutter_drone + timeout: 60 + properties: + cpu: x86 # https://github.com/flutter/flutter/issues/119880 + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: libraries + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac framework_tests_impeller + recipe: flutter/flutter_drone + timeout: 60 + properties: + cpu: x86 # https://github.com/flutter/flutter/issues/119880 + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: impeller + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 framework_tests_misc + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "android_sdk", "version": "version:34v3"} + ] + shard: framework_tests + subshard: misc + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - examples/api/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 framework_tests_misc + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "android_sdk", "version": "version:34v3"} + ] + shard: framework_tests + subshard: misc + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - examples/api/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac framework_tests_widgets + recipe: flutter/flutter_drone + timeout: 60 + properties: + cpu: x86 # https://github.com/flutter/flutter/issues/119880 + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: widgets + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac gradle_plugin_bundle_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: gradle_plugin_bundle_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Mac_benchmark hello_world_macos__compile + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + task_name: hello_world_macos__compile + + - name: Mac integration_ui_test_test_macos + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "mac"] + task_name: integration_ui_test_test_macos + + - name: Mac module_custom_host_app_name_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: module_custom_host_app_name_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac module_host_with_custom_build_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: module_host_with_custom_build_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac module_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: module_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 module_test_ios + bringup: true # Flaky https://github.com/flutter/flutter/issues/144680 + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: module_test_ios + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 module_test_ios + recipe: devicelab/devicelab_drone + bringup: true + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: module_test_ios + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64_ios module_test_ios # Must be run on devicelab bot for codesigning https://github.com/flutter/flutter/issues/112033 + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac", "arm64"] + task_name: module_test_ios + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_benchmark platform_view_macos__start_up + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + task_name: platform_view_macos__start_up + + - name: Mac platform_channel_sample_test_macos + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "mac"] + task_name: platform_channel_sample_test_macos + + - name: Mac plugin_dependencies_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: plugin_dependencies_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 plugin_lint_mac + recipe: devicelab/devicelab_drone + bringup: true + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: plugin_lint_mac + runIf: + - dev/** + - packages/flutter_tools/** + - packages/integration_test/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 plugin_lint_mac + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: plugin_lint_mac + runIf: + - dev/** + - packages/flutter_tools/** + - packages/integration_test/** + - bin/** + - .ci.yaml + + - name: Mac plugin_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: plugin_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac plugin_test_ios + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: plugin_test_ios + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac plugin_test_macos + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: plugin_test_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 tool_host_cross_arch_tests + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + shard: tool_host_cross_arch_tests + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 tool_host_cross_arch_tests + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + shard: tool_host_cross_arch_tests + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac tool_integration_tests_1_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: tool_integration_tests + subshard: "1_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac tool_integration_tests_2_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: tool_integration_tests + subshard: "2_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac tool_integration_tests_3_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: tool_integration_tests + subshard: "3_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac tool_integration_tests_4_4 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: tool_integration_tests + subshard: "4_4" + tags: > + ["framework", "hostonly", "shard", "mac"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 tool_tests_commands + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: commands + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac_arm64 tool_tests_commands + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: commands + tags: > + ["framework", "hostonly", "shard", "mac"] + + - name: Mac tool_tests_general + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: general + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_x64 verify_binaries_codesigned + enabled_branches: + - flutter-\d+\.\d+-candidate\.\d+ + recipe: flutter/flutter_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["framework", "hostonly", "shard", "mac"] + shard: verify_binaries_codesigned + + - name: Mac_arm64 verify_binaries_codesigned + enabled_branches: + - flutter-\d+\.\d+-candidate\.\d+ + recipe: flutter/flutter_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["framework", "hostonly", "shard", "mac"] + shard: verify_binaries_codesigned + + - name: Mac web_tool_tests + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tool_tests + subshard: "1_1" + tags: > + ["framework", "hostonly", "shard", "mac"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_pixel_7pro entrypoint_dart_registrant + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: entrypoint_dart_registrant + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_pixel_7pro hello_world_android__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: hello_world_android__compile + + # mac motog4 test + - name: Mac_arm64_android hello_world_android__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "arm64"] + task_name: hello_world_android__compile + + # mac motog4 benchmark + - name: Mac_android hot_mode_dev_cycle__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac"] + task_name: hot_mode_dev_cycle__benchmark + + - name: Mac_pixel_7pro integration_test_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: integration_test_test + + # mac motog4 test + - name: Mac_arm64_android integration_test_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "arm64"] + task_name: integration_test_test + + - name: Mac_pixel_7pro integration_ui_frame_number + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: integration_ui_frame_number + + # mac motog4 benchmark + - name: Mac_android microbenchmarks + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac"] + task_name: microbenchmarks + + - name: Mac_pixel_7pro native_assets_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: native_assets_android + + - name: Mac_pixel_7pro run_debug_test_android + recipe: devicelab/devicelab_drone + presubmit: false + runIf: + - .ci.yaml + - dev/** + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: run_debug_test_android + + # mac motog4 test + - name: Mac_arm64_android run_debug_test_android + recipe: devicelab/devicelab_drone + presubmit: false + runIf: + - .ci.yaml + - dev/** + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "arm64"] + task_name: run_debug_test_android + + - name: Mac_pixel_7pro run_release_test + recipe: devicelab/devicelab_drone + presubmit: false + runIf: + - .ci.yaml + - dev/** + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "pixel", "7pro"] + task_name: run_release_test + + # mac motog4 test + - name: Mac_arm64_android run_release_test + recipe: devicelab/devicelab_drone + presubmit: false + runIf: + - .ci.yaml + - dev/** + timeout: 60 + properties: + tags: > + ["devicelab", "android", "mac", "arm64"] + task_name: run_release_test + + - name: Mac_ios animation_with_microtasks_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: animation_with_microtasks_perf_ios__timeline_summary + + - name: Mac_ios backdrop_filter_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: backdrop_filter_perf_ios__timeline_summary + + - name: Mac_arm64_ios basic_material_app_ios__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: basic_material_app_ios__compile + + - name: Mac_ios channels_integration_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: channels_integration_test_ios + + - name: Mac_ios complex_layout_ios__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: complex_layout_ios__start_up + + - name: Mac_ios complex_layout_scroll_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: complex_layout_scroll_perf_ios__timeline_summary + + - name: Mac_ios complex_layout_scroll_perf_bad_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: complex_layout_scroll_perf_bad_ios__timeline_summary + + - name: Mac_ios color_filter_and_fade_perf_ios__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: color_filter_and_fade_perf_ios__e2e_summary + + - name: Mac_ios imagefiltered_transform_animation_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: imagefiltered_transform_animation_perf_ios__timeline_summary + + # TODO(https://github.com/flutter/flutter/issues/106806): Find a way to + # re-enable this without "ignore_flakiness: "true"", likely by loostening the + # test assertions, or potentially not running the frame rate tests at all on + # iOS (for example, doing pixel-tests instead). + # + # Also, rename this to "external_textures_integration_test" to be consistent + # with the Android test, but that can wait until we've figured out the flake. + - name: Mac_ios external_ui_integration_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: external_textures_integration_test_ios + ignore_flakiness: "true" + + - name: Mac_ios route_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: route_test_ios + + - name: Mac_ios flavors_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: flavors_test_ios + + - name: Mac_arm64_ios flutter_gallery_ios__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac", "arm64"] + task_name: flutter_gallery_ios__compile + + - name: Mac_ios flutter_gallery_ios__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: flutter_gallery_ios__start_up + + - name: Mac_ios flutter_view_ios__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: flutter_view_ios__start_up + + - name: Mac_arm64_ios hello_world_ios__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac", "arm64"] + task_name: hello_world_ios__compile + + - name: Mac_x64 hot_mode_dev_cycle_macos_target__benchmark + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: hot_mode_dev_cycle_macos_target__benchmark + runIf: + - dev/** + - .ci.yaml + + - name: Mac_arm64 hot_mode_dev_cycle_macos_target__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: hot_mode_dev_cycle_macos_target__benchmark + runIf: + - .ci.yaml + - dev/** + + - name: Mac_x64_ios integration_test_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_test_test_ios + + - name: Mac_arm64_ios integration_test_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_test_test_ios + + - name: Mac_ios integration_ui_ios_driver + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_ui_ios_driver + + - name: Mac_ios integration_ui_ios_frame_number + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_ui_ios_frame_number + + - name: Mac_ios integration_ui_ios_keyboard_resize + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_ui_ios_keyboard_resize + + - name: Mac_ios integration_ui_ios_textfield + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: integration_ui_ios_textfield + + - name: Mac_x64 ios_app_with_extensions_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: ios_app_with_extensions_test + + - name: Mac_arm64 ios_app_with_extensions_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: ios_app_with_extensions_test + + - name: Mac_ios ios_defines_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: ios_defines_test + + - name: Mac_ios ios_platform_view_tests + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: ios_platform_view_tests + + - name: Mac_ios large_image_changer_perf_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: large_image_changer_perf_ios + + - name: Mac_x64 macos_chrome_dev_mode + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: macos_chrome_dev_mode + + - name: Mac_arm64 macos_chrome_dev_mode + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: macos_chrome_dev_mode + + - name: Mac_ios microbenchmarks_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: microbenchmarks_ios + + - name: Mac native_assets_ios_simulator + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: native_assets_ios_simulator + + - name: Mac_ios native_assets_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: native_assets_ios + + - name: Mac_ios native_platform_view_ui_tests_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: native_platform_view_ui_tests_ios + + - name: Mac_ios new_gallery_ios__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: new_gallery_ios__transition_perf + + - name: Mac_ios new_gallery_skia_ios__transition_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: new_gallery_skia_ios__transition_perf + + - name: Mac_ios platform_channel_sample_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_channel_sample_test_ios + + - name: Mac_ios platform_channel_sample_test_swift + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_channel_sample_test_swift + + - name: Mac_ios platform_channels_benchmarks_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_channels_benchmarks_ios + + - name: Mac_ios platform_interaction_test_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_interaction_test_ios + + - name: Mac_ios platform_view_ios__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_view_ios__start_up + + - name: Mac_ios platform_views_scroll_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_views_scroll_perf_ios__timeline_summary + + - name: Mac_ios platform_views_scroll_perf_ad_banners__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_views_scroll_perf_ad_banners__timeline_summary + + - name: Mac_ios platform_views_scroll_perf_non_intersecting_impeller_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: platform_views_scroll_perf_non_intersecting_impeller_ios__timeline_summary + + - name: Mac_ios post_backdrop_filter_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: post_backdrop_filter_perf_ios__timeline_summary + + - name: Mac_ios simple_animation_perf_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: simple_animation_perf_ios + + - name: Mac_ios wide_gamut_ios + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: wide_gamut_ios + + - name: Mac_x64_ios hot_mode_dev_cycle_ios__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: hot_mode_dev_cycle_ios__benchmark + + - name: Mac_arm64_ios hot_mode_dev_cycle_ios__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + # TODO(vashworth): Use "hot_mode_dev_cycle_ios__benchmark" once https://github.com/flutter/flutter/issues/142305 is fixed. + task_name: hot_mode_dev_cycle_ios__benchmark_no_dds + + - name: Mac_x64 hot_mode_dev_cycle_ios_simulator + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: hot_mode_dev_cycle_ios_simulator + + - name: Mac_ios fullscreen_textfield_perf_ios__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: fullscreen_textfield_perf_ios__e2e_summary + + - name: Mac_ios very_long_picture_scrolling_perf_ios__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 120 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: very_long_picture_scrolling_perf_ios__e2e_summary + + - name: Mac_ios tiles_scroll_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: tiles_scroll_perf_ios__timeline_summary + + - name: Mac_build_test flutter_gallery__transition_perf_e2e_ios + recipe: devicelab/devicelab_drone_build_test + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: flutter_gallery__transition_perf_e2e_ios + drone_dimensions: > + ["device_os=iOS-17","os=Mac-13", "cpu=x86"] + + - name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: animated_blur_backdrop_filter_perf_ios__timeline_summary + + - name: Mac_ios draw_points_perf_ios__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: draw_points_perf_ios__timeline_summary + + - name: Mac_ios spell_check_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "ios", "mac"] + task_name: spell_check_test_ios + + - name: Mac_x64 native_ui_tests_macos + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: native_ui_tests_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 native_ui_tests_macos + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: native_ui_tests_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac channels_integration_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: channels_integration_test_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac run_debug_test_macos + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac"] + task_name: run_debug_test_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 run_debug_test_macos + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: run_debug_test_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Mac_arm64 run_release_test_macos + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + ] + tags: > + ["devicelab", "hostonly", "mac", "arm64"] + task_name: run_release_test_macos + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows build_tests_1_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "1_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_2_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "2_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_3_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "3_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_4_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "4_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_5_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "5_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_6_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:118.0.5993.70"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "6_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows build_tests_7_7 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:33v6"}, + {"dependency": "chrome_and_driver", "version": "version:118.0.5993.70"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: build_tests + subshard: "7_7" + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows customer_testing + enabled_branches: + - master + recipe: flutter/flutter_drone + timeout: 60 + properties: + shard: customer_testing + tags: > + ["framework", "hostonly", "shard", "windows"] + + - name: Windows framework_tests_libraries + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: libraries + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows framework_tests_libraries_leak_tracking + recipe: flutter/flutter_drone + bringup: true # New target: https://github.com/flutter/flutter/issues/140414 + timeout: 120 + properties: + ignore_flakiness: "true" + test_timeout_secs: "3600" # 1 hour + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: libraries + tags: > + ["framework", "hostonly", "shard", "windows"] + env_variables: >- + { + "LEAK_TRACKING": "true", + "TEST_RANDOMIZATION_OFF": "true" + } + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows framework_tests_misc + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "android_sdk", "version": "version:34v3"} + ] + shard: framework_tests + subshard: misc + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - examples/api/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows framework_tests_widgets + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: widgets + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows framework_tests_widgets_leak_tracking + recipe: flutter/flutter_drone + bringup: true # New target: https://github.com/flutter/flutter/issues/140414 + timeout: 120 + properties: + ignore_flakiness: "true" + test_timeout_secs: "3600" # 1 hour + dependencies: >- + [ + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: framework_tests + subshard: widgets + tags: > + ["framework", "hostonly", "shard", "windows"] + env_variables: >- + { + "LEAK_TRACKING": "true", + "TEST_RANDOMIZATION_OFF": "true" + } + runIf: + - dev/** + - packages/flutter/** + - packages/flutter_driver/** + - packages/integration_test/** + - packages/flutter_localizations/** + - packages/fuchsia_remote_debug_protocol/** + - packages/flutter_test/** + - packages/flutter_goldens/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows gradle_plugin_bundle_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: gradle_plugin_bundle_test + runIf: + - dev/** + - bin/** + - .ci.yaml + + - name: Windows hot_mode_dev_cycle_win_target__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: hot_mode_dev_cycle_win_target__benchmark + + - name: Windows_arm64 hot_mode_dev_cycle_win_target__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: hot_mode_dev_cycle_win_target__benchmark + + - name: Windows module_custom_host_app_name_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: module_custom_host_app_name_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows module_host_with_custom_build_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: module_host_with_custom_build_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows module_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: module_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows platform_channel_sample_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: platform_channel_sample_test_windows + + - name: Windows_arm64 platform_channel_sample_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: platform_channel_sample_test_windows + + - name: Windows plugin_dependencies_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: plugin_dependencies_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows plugin_test + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: plugin_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows plugin_test_windows + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: plugin_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows_arm64 plugin_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: plugin_test_windows + test_timeout_secs: "900" # 15 minutes + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows run_debug_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: run_debug_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows_arm64 run_debug_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: run_debug_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows run_release_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: run_release_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows_arm64 run_release_test_windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: run_release_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_1_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "1_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_2_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "2_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_3_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "3_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_4_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "4_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_5_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "5_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_integration_tests_6_6 + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}, + {"dependency": "vs_build", "version": "version:vs2019"} + ] + shard: tool_integration_tests + subshard: "6_6" + tags: > + ["framework", "hostonly", "shard", "windows"] + test_timeout_secs: "2700" + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_tests_commands + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: commands + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows tool_tests_general + recipe: flutter/flutter_drone + timeout: 60 + properties: + add_recipes_cq: "true" + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"} + ] + shard: tool_tests + subshard: general + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows web_tool_tests_1_2 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tool_tests + subshard: "1_2" + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows web_tool_tests_2_2 + recipe: flutter/flutter_drone + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"} + ] + shard: web_tool_tests + subshard: "2_2" + tags: > + ["framework", "hostonly", "shard"] + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + + - name: Windows windows_home_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: windows_home_scroll_perf__timeline_summary + + - name: Windows_arm64 windows_home_scroll_perf__timeline_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: windows_home_scroll_perf__timeline_summary + + + - name: Windows hello_world_win_desktop__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: hello_world_win_desktop__compile + + - name: Windows_arm64 hello_world_win_desktop__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: hello_world_win_desktop__compile + + - name: Windows flutter_gallery_win_desktop__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_gallery_win_desktop__compile + + - name: Windows_arm64 flutter_gallery_win_desktop__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_gallery_win_desktop__compile + + - name: Windows flutter_gallery_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_gallery_win_desktop__start_up + + - name: Windows_arm64 flutter_gallery_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_gallery_win_desktop__start_up + + - name: Windows complex_layout_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: complex_layout_win_desktop__start_up + + - name: Windows_arm64 complex_layout_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: complex_layout_win_desktop__start_up + + - name: Windows flutter_view_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_view_win_desktop__start_up + + - name: Windows_arm64 flutter_view_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: flutter_view_win_desktop__start_up + + - name: Windows platform_view_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: platform_view_win_desktop__start_up + + - name: Windows_arm64 platform_view_win_desktop__start_up + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + task_name: platform_view_win_desktop__start_up + + # windows motog4 test + - name: Windows_android basic_material_app_win__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: basic_material_app_win__compile + + # windows motog4 test + - name: Windows_android channels_integration_test_win + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: channels_integration_test_win + + # windows motog4 test + - name: Windows_android flavors_test_win + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: flavors_test + + # windows motog4 test + - name: Windows_android flutter_gallery_win__compile + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: flutter_gallery_win__compile + + # windows motog4 benchmark + - name: Windows_android hot_mode_dev_cycle_win__benchmark + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: hot_mode_dev_cycle_win__benchmark + + # windows motog4 test + - name: Windows_android native_assets_android + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: native_assets_android + + # windows motog4 test + - name: Windows_android windows_chrome_dev_mode + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "windows"] + task_name: windows_chrome_dev_mode + + - name: Windows flutter_packaging_test + recipe: packaging/packaging + presubmit: false + enabled_branches: + - master + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "windows"] + runIf: + - .ci.yaml + - dev/bots/** + + - name: Windows windows_startup_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows"] + task_name: windows_startup_test + + - name: Windows_arm64 windows_startup_test + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: windows_startup_test + + - name: Windows flutter_tool_startup__windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows"] + task_name: flutter_tool_startup + + - name: Windows_arm64 flutter_tool_startup__windows + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: flutter_tool_startup + + - name: Linux flutter_tool_startup__linux + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "hostonly", "linux"] + task_name: flutter_tool_startup + + - name: Mac_benchmark flutter_tool_startup__macos + presubmit: false + recipe: devicelab/devicelab_drone + timeout: 60 + properties: + task_name: flutter_tool_startup + + - name: Linux flutter_packaging + recipe: packaging/packaging + timeout: 60 + scheduler: release + bringup: true # https://github.com/flutter/flutter/issues/126286 + enabled_branches: + - beta + - stable + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "linux"] + drone_dimensions: + - os=Linux + + - name: Mac flutter_packaging + recipe: packaging/packaging + timeout: 60 + scheduler: release + enabled_branches: + - beta + - stable + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + drone_dimensions: + - os=Mac + - cpu=x86 + + + - name: Mac_arm64 flutter_packaging + recipe: packaging/packaging + timeout: 60 + scheduler: release + enabled_branches: + - beta + - stable + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + drone_dimensions: + - os=Mac + - cpu=arm64 + + - name: Windows flutter_packaging + recipe: packaging/packaging + timeout: 60 + scheduler: release + bringup: true + enabled_branches: + - beta + - stable + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "windows"] + drone_dimensions: + - os=Windows + + + - name: Linux docs_deploy_beta + recipe: flutter/docs + scheduler: release + bringup: true + enabled_branches: + - beta + presubmit: false + timeout: 60 + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"}, + {"dependency": "firebase", "version": "v11.0.1"} + ] + tags: > + ["framework", "hostonly", "linux"] + validation: docs_deploy + validation_name: Docs_deploy + firebase_project: master-docs-flutter-dev + drone_dimensions: + - os=Linux + + - name: Linux docs_deploy_stable + recipe: flutter/docs + scheduler: release + bringup: true + enabled_branches: + - stable + presubmit: false + timeout: 60 + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"}, + {"dependency": "firebase", "version": "v11.0.1"} + ] + tags: > + ["framework", "hostonly", "linux"] + validation: docs_deploy + validation_name: Docs_deploy + firebase_project: docs-flutter-dev + drone_dimensions: + - os=Linux diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000000..5610f48ad0 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,252 @@ +# Specify analysis options. +# +# For a list of lints, see: https://dart.dev/tools/linter-rules +# For guidelines on configuring static analysis, see: +# https://dart.dev/tools/analysis +# +# There are other similar analysis options files in the flutter repos, +# which should be kept in sync with this file: +# +# - analysis_options.yaml (this file) +# - https://github.com/flutter/engine/blob/main/analysis_options.yaml +# - https://github.com/flutter/packages/blob/main/analysis_options.yaml +# +# This file contains the analysis options used for code in the flutter/flutter +# repository. + +analyzer: + language: + strict-casts: true + strict-inference: true + strict-raw-types: true + errors: + # allow deprecated members (we do this because otherwise we have to annotate + # every member in every test, assert, etc, when we or the Dart SDK deprecates + # something (https://github.com/flutter/flutter/issues/143312) + deprecated_member_use: ignore + deprecated_member_use_from_same_package: ignore + exclude: + - "bin/cache/**" + # Ignore protoc generated files + - "dev/conductor/lib/proto/*" + +linter: + rules: + # This list is derived from the list of all available lints located at + # https://github.com/dart-lang/sdk/blob/main/pkg/linter/example/all.yaml + - always_declare_return_types + - always_put_control_body_on_new_line + # - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219 + - always_specify_types + # - always_use_package_imports # we do this commonly + - annotate_overrides + # - avoid_annotating_with_dynamic # conflicts with always_specify_types + - avoid_bool_literals_in_conditional_expressions + # - avoid_catches_without_on_clauses # blocked on https://github.com/dart-lang/linter/issues/3023 + # - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/3023 + # - avoid_classes_with_only_static_members # we do this commonly for `abstract final class`es + - avoid_double_and_int_checks + - avoid_dynamic_calls + - avoid_empty_else + - avoid_equals_and_hash_code_on_mutable_classes + - avoid_escaping_inner_quotes + - avoid_field_initializers_in_const_classes + # - avoid_final_parameters # incompatible with prefer_final_parameters + - avoid_function_literals_in_foreach_calls + # - avoid_implementing_value_types # see https://github.com/dart-lang/linter/issues/4558 + - avoid_init_to_null + - avoid_js_rounded_ints + # - avoid_multiple_declarations_per_line # seems to be a stylistic choice we don't subscribe to + - avoid_null_checks_in_equality_operators + # - avoid_positional_boolean_parameters # would have been nice to enable this but by now there's too many places that break it + - avoid_print + # - avoid_private_typedef_functions # we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356) + - avoid_redundant_argument_values + - avoid_relative_lib_imports + - avoid_renaming_method_parameters + - avoid_return_types_on_setters + - avoid_returning_null_for_void + # - avoid_returning_this # there are enough valid reasons to return `this` that this lint ends up with too many false positives + - avoid_setters_without_getters + - avoid_shadowing_type_parameters + - avoid_single_cascade_in_expression_statements + - avoid_slow_async_io + - avoid_type_to_string + - avoid_types_as_parameter_names + # - avoid_types_on_closure_parameters # conflicts with always_specify_types + - avoid_unnecessary_containers + - avoid_unused_constructor_parameters + - avoid_void_async + # - avoid_web_libraries_in_flutter # we use web libraries in web-specific code, and our tests prevent us from using them elsewhere + - await_only_futures + - camel_case_extensions + - camel_case_types + - cancel_subscriptions + # - cascade_invocations # doesn't match the typical style of this repo + - cast_nullable_to_non_nullable + # - close_sinks # not reliable enough + - collection_methods_unrelated_type + - combinators_ordering + # - comment_references # blocked on https://github.com/dart-lang/linter/issues/1142 + - conditional_uri_does_not_exist + # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204 + - control_flow_in_finally + - curly_braces_in_flow_control_structures + - dangling_library_doc_comments + - depend_on_referenced_packages + - deprecated_consistency + # - deprecated_member_use_from_same_package # we allow self-references to deprecated members + # - diagnostic_describe_all_properties # enabled only at the framework level (packages/flutter/lib) + - directives_ordering + # - discarded_futures # too many false positives, similar to unawaited_futures + # - do_not_use_environment # there are appropriate times to use the environment, especially in our tests and build logic + - empty_catches + - empty_constructor_bodies + - empty_statements + - eol_at_end_of_file + - exhaustive_cases + - file_names + - flutter_style_todos + - hash_and_equals + - implementation_imports + - implicit_call_tearoffs + - implicit_reopen + - invalid_case_patterns + # - join_return_with_assignment # not required by flutter style + - leading_newlines_in_multiline_strings + - library_annotations + - library_names + - library_prefixes + - library_private_types_in_public_api + # - lines_longer_than_80_chars # not required by flutter style + - literal_only_boolean_expressions + # - matching_super_parameters # blocked on https://github.com/dart-lang/language/issues/2509 + - missing_whitespace_between_adjacent_strings + - no_adjacent_strings_in_list + - no_default_cases + - no_duplicate_case_values + - no_leading_underscores_for_library_prefixes + - no_leading_underscores_for_local_identifiers + - no_literal_bool_comparisons + - no_logic_in_create_state + # - no_runtimeType_toString # ok in tests; we enable this only in packages/ + - no_self_assignments + - no_wildcard_variable_uses + - non_constant_identifier_names + - noop_primitive_operations + - null_check_on_nullable_type_parameter + - null_closures + # - omit_local_variable_types # opposite of always_specify_types + # - one_member_abstracts # too many false positives + - only_throw_errors # this does get disabled in a few places where we have legacy code that uses strings et al + - overridden_fields + - package_api_docs + - package_names + - package_prefixed_library_names + # - parameter_assignments # we do this commonly + - prefer_adjacent_string_concatenation + - prefer_asserts_in_initializer_lists + # - prefer_asserts_with_message # not required by flutter style + - prefer_collection_literals + - prefer_conditional_assignment + - prefer_const_constructors + - prefer_const_constructors_in_immutables + - prefer_const_declarations + - prefer_const_literals_to_create_immutables + # - prefer_constructors_over_static_methods # far too many false positives + - prefer_contains + # - prefer_double_quotes # opposite of prefer_single_quotes + # - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods + - prefer_final_fields + - prefer_final_in_for_each + - prefer_final_locals + # - prefer_final_parameters # adds too much verbosity + - prefer_for_elements_to_map_fromIterable + - prefer_foreach + - prefer_function_declarations_over_variables + - prefer_generic_function_type_aliases + - prefer_if_elements_to_conditional_expressions + - prefer_if_null_operators + - prefer_initializing_formals + - prefer_inlined_adds + # - prefer_int_literals # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#use-double-literals-for-double-constants + - prefer_interpolation_to_compose_strings + - prefer_is_empty + - prefer_is_not_empty + - prefer_is_not_operator + - prefer_iterable_whereType + - prefer_mixin + # - prefer_null_aware_method_calls # "call()" is confusing to people new to the language since it's not documented anywhere + - prefer_null_aware_operators + - prefer_relative_imports + - prefer_single_quotes + - prefer_spread_collections + - prefer_typing_uninitialized_variables + - prefer_void_to_null + - provide_deprecation_message + # - public_member_api_docs # enabled on a case-by-case basis; see e.g. packages/analysis_options.yaml + - recursive_getters + # - require_trailing_commas # would be nice, but requires a lot of manual work: 10,000+ code locations would need to be reformatted by hand after bulk fix is applied + - secure_pubspec_urls + - sized_box_for_whitespace + - sized_box_shrink_expand + - slash_for_doc_comments + - sort_child_properties_last + - sort_constructors_first + # - sort_pub_dependencies # prevents separating pinned transitive dependencies + - sort_unnamed_constructors_first + - test_types_in_equals + - throw_in_finally + - tighten_type_of_initializing_formals + # - type_annotate_public_apis # subset of always_specify_types + - type_init_formals + - type_literal_in_constant_pattern + # - unawaited_futures # too many false positives, especially with the way AnimationController works + - unnecessary_await_in_return + - unnecessary_brace_in_string_interps + - unnecessary_breaks + - unnecessary_const + - unnecessary_constructor_name + # - unnecessary_final # conflicts with prefer_final_locals + - unnecessary_getters_setters + # - unnecessary_lambdas # has false positives: https://github.com/dart-lang/linter/issues/498 + - unnecessary_late + - unnecessary_library_directive + - unnecessary_new + - unnecessary_null_aware_assignments + - unnecessary_null_aware_operator_on_extension_on_nullable + - unnecessary_null_checks + - unnecessary_null_in_if_null_operators + - unnecessary_nullable_for_final_variable_declarations + - unnecessary_overrides + - unnecessary_parenthesis + # - unnecessary_raw_strings # what's "necessary" is a matter of opinion; consistency across strings can help readability more than this lint + - unnecessary_statements + - unnecessary_string_escapes + - unnecessary_string_interpolations + - unnecessary_this + - unnecessary_to_list_in_spreads + - unreachable_from_main + - unrelated_type_equality_checks + - unsafe_html + - use_build_context_synchronously + - use_colored_box + # - use_decorated_box # leads to bugs: DecoratedBox and Container are not equivalent (Container inserts extra padding) + - use_enums + - use_full_hex_values_for_flutter_colors + - use_function_type_syntax_for_parameters + - use_if_null_to_convert_nulls_to_bools + - use_is_even_rather_than_modulo + - use_key_in_widget_constructors + - use_late_for_private_fields_and_variables + - use_named_constants + - use_raw_strings + - use_rethrow_when_possible + - use_setters_to_change_properties + # - use_string_buffers # has false positives: https://github.com/dart-lang/sdk/issues/34182 + - use_string_in_part_of_directives + - use_super_parameters + - use_test_throws_matchers + # - use_to_and_as_if_applicable # has false positives, so we prefer to catch this by code-review + - valid_regexps + - void_checks -- GitLab