Unverified Commit c0115c2b authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Fix prod_builders json (#69828)

This reverts commit 36ff0b2d.
parent 7ceb2041
......@@ -136,6 +136,7 @@
"name": "Linux web_long_running_tests",
"repo": "flutter",
"task_name": "linux_web_long_running_tests",
"flaky": false
},
{
"name":"Linux web_e2e_test",
......@@ -159,11 +160,13 @@
"name": "Mac build_ios_framework_module_test",
"repo": "flutter",
"task_name": "mac_build_ios_framework_module_test",
"flaky": false
},
{
"name": "Mac build_tests",
"repo": "flutter",
"task_name": "mac_build_tests",
"flaky": false
},
{
"name": "Mac build_gallery",
......
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