Unverified Commit 0ec50a8e authored by godofredoc's avatar godofredoc Committed by GitHub

Add win (#63594)

parent 9e162cb3
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"name": "Linux web_tests", "name": "Linux web_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "web_tests", "task_name": "web_tests",
"flaky": true "flaky": false
}, },
{ {
"name": "Mac", "name": "Mac",
...@@ -37,9 +37,15 @@ ...@@ -37,9 +37,15 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Windows", "name": "Windows build_tests",
"repo": "flutter",
"task_name": "win_build_tests",
"flaky": false
},
{
"name": "Windows framework_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "windows_bot", "task_name": "win_framework_tests",
"flaky": false "flaky": false
} }
] ]
......
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
"name":"Linux web_tests", "name":"Linux web_tests",
"repo":"flutter", "repo":"flutter",
"taskName":"web_tests" "taskName":"web_tests"
},
{
"name":"Windows",
"repo":"flutter",
"taskName":"windows_bot"
} }
] ]
} }
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