Enable builds in presubmit and remove old ones. (#63439)
Framework tests got replaced with a new version using shards. This pr is enabling the new builders in presubmit and removing the old ones. Bug: https://github.com/flutter/flutter/issues/63258 https://github.com/flutter/flutter/issues/63242 https://github.com/flutter/flutter/issues/63241
This commit is contained in:
parent
6667c05243
commit
1731609c59
@ -1,9 +1,9 @@
|
||||
{
|
||||
"builders":[
|
||||
{
|
||||
"name":"Linux",
|
||||
"name":"Linux build_tests",
|
||||
"repo":"flutter",
|
||||
"taskName":"linux_bot"
|
||||
"taskName":"build_tests"
|
||||
},
|
||||
{
|
||||
"name":"Linux framework_tests",
|
||||
@ -16,9 +16,14 @@
|
||||
"taskName":"hostonly_devicelab_tests"
|
||||
},
|
||||
{
|
||||
"name":"Windows",
|
||||
"name":"Linux tool_tests",
|
||||
"repo":"flutter",
|
||||
"taskName":"windows_bot"
|
||||
"taskName":"tool_tests"
|
||||
},
|
||||
{
|
||||
"name":"Linux web_tests",
|
||||
"repo":"flutter",
|
||||
"taskName":"web_tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user