@@ -4332,146 +4332,3 @@ targets:
43324332 ["devicelab", "android", "windows"]
43334333 task_name : windows_chrome_dev_mode
43344334 scheduler : luci
4335-
4336- - name : Windows windows_startup_test
4337- recipe : devicelab/devicelab_drone
4338- presubmit : false
4339- timeout : 60
4340- properties :
4341- dependencies : >-
4342- [
4343- {"dependency": "vs_build", "version": "version:vs2019"}
4344- ]
4345- tags : >
4346- ["devicelab", "hostonly", "windows"]
4347- task_name : windows_startup_test
4348-
4349- - name : Windows flutter_tool_startup__windows
4350- recipe : devicelab/devicelab_drone
4351- presubmit : false
4352- timeout : 60
4353- properties :
4354- tags : >
4355- ["devicelab", "hostonly", "windows"]
4356- task_name : flutter_tool_startup__windows
4357-
4358- - name : Linux flutter_tool_startup__linux
4359- recipe : devicelab/devicelab_drone
4360- presubmit : false
4361- timeout : 60
4362- properties :
4363- tags : >
4364- ["devicelab", "hostonly", "linux"]
4365- task_name : flutter_tool_startup__linux
4366-
4367- - name : Mac flutter_tool_startup__macos
4368- recipe : devicelab/devicelab_drone
4369- presubmit : false
4370- timeout : 60
4371- properties :
4372- tags : >
4373- ["devicelab", "hostonly", "mac"]
4374- task_name : flutter_tool_startup__macos
4375-
4376- - name : Linux flutter_packaging
4377- recipe : packaging_v2/packaging_v2
4378- timeout : 60
4379- scheduler : release
4380- bringup : true
4381- enabled_branches :
4382- - beta
4383- - stable
4384- - main
4385- properties :
4386- task_name : flutter_packaging
4387- tags : >
4388- ["framework", "hostonly", "shard", "linux"]
4389-
4390- - name : Mac flutter_packaging
4391- recipe : packaging_v2/packaging_v2
4392- timeout : 60
4393- scheduler : release
4394- bringup : true
4395- enabled_branches :
4396- - beta
4397- - stable
4398- - main
4399- properties :
4400- task_name : flutter_packaging
4401- tags : >
4402- ["framework", "hostonly", "shard", "mac"]
4403-
4404-
4405- - name : Mac_arm64 flutter_packaging
4406- recipe : packaging_v2/packaging_v2
4407- timeout : 60
4408- scheduler : release
4409- bringup : true
4410- enabled_branches :
4411- - beta
4412- - stable
4413- - main
4414- properties :
4415- task_name : flutter_packaging
4416- tags : >
4417- ["framework", "hostonly", "shard", "mac"]
4418- dimensions :
4419- cpu : " arm64"
4420-
4421- - name : Windows flutter_packaging
4422- recipe : packaging_v2/packaging_v2
4423- timeout : 60
4424- scheduler : release
4425- bringup : true
4426- enabled_branches :
4427- - beta
4428- - stable
4429- - main
4430- properties :
4431- task_name : flutter_packaging
4432- tags : >
4433- ["framework", "hostonly", "shard", "windows"]
4434-
4435-
4436- - name : Linux docs_deploy_beta
4437- recipe : flutter/flutter
4438- scheduler : release
4439- bringup : true
4440- enabled_branches :
4441- - beta
4442- - main
4443- presubmit : false
4444- timeout : 60
4445- properties :
4446- cores : " 32"
4447- dependencies : >-
4448- [
4449- {"dependency": "dashing", "version": "0.4.0"},
4450- {"dependency": "firebase", "version": "v11.0.1"}
4451- ]
4452- tags : >
4453- ["framework", "hostonly", "linux"]
4454- validation : docs_deploy
4455- validation_name : Docs_deploy
4456- firebase_project : master-docs-flutter-dev
4457-
4458- - name : Linux docs_deploy_stable
4459- recipe : flutter/flutter
4460- scheduler : release
4461- bringup : true
4462- enabled_branches :
4463- - stable
4464- presubmit : false
4465- timeout : 60
4466- properties :
4467- cores : " 32"
4468- dependencies : >-
4469- [
4470- {"dependency": "dashing", "version": "0.4.0"},
4471- {"dependency": "firebase", "version": "v11.0.1"}
4472- ]
4473- tags : >
4474- ["framework", "hostonly", "linux"]
4475- validation : docs_deploy
4476- validation_name : Docs_deploy
4477- firebase_project : docs-flutter-dev
0 commit comments