Add split Linux docs jobs to prod builder json (#78888)

This commit is contained in:
Jenn Magder 2021-03-29 13:35:16 -07:00 committed by GitHub
parent d6c77320ae
commit f12d90c435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,10 +121,16 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Linux docs", "name": "Linux docs_test",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_docs", "task_name": "linux_docs_test",
"flaky": false "flaky": true
},
{
"name": "Linux docs_publish",
"repo": "flutter",
"task_name": "linux_docs_publish",
"flaky": true
}, },
{ {
"name": "Linux build_tests_1_2", "name": "Linux build_tests_1_2",