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:
Gallery for iOS from Mac.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
on_luci: true
flutter_gallery_win__compile:
description: >
......@@ -467,6 +466,7 @@ tasks:
Builds an obfuscated app and verifies contents and structure
stage: devicelab
required_agent_capabilities: ["mac/ios"]
on_luci: true
tiles_scroll_perf_ios__timeline_summary:
description: >
......
......@@ -79,10 +79,16 @@
"enabled":true
},
{
"name": "Windows tool_tests",
"repo": "flutter",
"task_name": "win_tool_tests",
"enabled":true
"name": "Windows tool_tests",
"repo": "flutter",
"task_name": "win_tool_tests",
"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