Unverified Commit 430e3cf0 authored by Tong Wu's avatar Tong Wu Committed by GitHub

[devicelab] Enable a LUCI try builder. (#64004)

parent 1b69983c
...@@ -98,7 +98,6 @@ tasks: ...@@ -98,7 +98,6 @@ tasks:
Gallery for iOS from Mac. Gallery for iOS from Mac.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
on_luci: true
flutter_gallery_win__compile: flutter_gallery_win__compile:
description: > description: >
...@@ -467,6 +466,7 @@ tasks: ...@@ -467,6 +466,7 @@ tasks:
Builds an obfuscated app and verifies contents and structure Builds an obfuscated app and verifies contents and structure
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
on_luci: true
tiles_scroll_perf_ios__timeline_summary: tiles_scroll_perf_ios__timeline_summary:
description: > description: >
......
...@@ -79,10 +79,16 @@ ...@@ -79,10 +79,16 @@
"enabled":true "enabled":true
}, },
{ {
"name": "Windows tool_tests", "name": "Windows tool_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_tests", "task_name": "win_tool_tests",
"enabled":true "enabled":true
},
{
"name": "testonly_devicelab_tests",
"repo": "flutter",
"taskName": "testonly_devicelab_tests",
"enabled": true
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment