mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Do not retry lint or clang tidy tests. (flutter/engine#42498)
Retries on lints and clang tidy were hiding the issues as timeouts rather than providing the fail signal right away. Bug: https://github.com/flutter/flutter/issues/128083 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
bc1510d361
commit
a11ac35035
@ -61,6 +61,7 @@
|
||||
"--shard-id=1",
|
||||
"--shard-variants=android_debug_arm64"
|
||||
],
|
||||
"max_attempts": 1,
|
||||
"script": "flutter/ci/lint.sh"
|
||||
}
|
||||
]
|
||||
@ -86,6 +87,7 @@
|
||||
"--shard-id=0",
|
||||
"--shard-variants=host_debug"
|
||||
],
|
||||
"max_attempts": 1,
|
||||
"script": "flutter/ci/lint.sh"
|
||||
}
|
||||
]
|
||||
|
||||
@ -70,6 +70,7 @@
|
||||
"--shard-id=1",
|
||||
"--shard-variants=ios_debug_sim"
|
||||
],
|
||||
"max_attempts": 1,
|
||||
"script": "flutter/ci/lint.sh"
|
||||
}
|
||||
]
|
||||
@ -99,6 +100,7 @@
|
||||
"--shard-id=0",
|
||||
"--shard-variants=host_debug"
|
||||
],
|
||||
"max_attempts": 1,
|
||||
"script": "flutter/ci/lint.sh"
|
||||
}
|
||||
]
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
"tests": [
|
||||
{
|
||||
"name": "licenses check",
|
||||
"max_attempts": 1,
|
||||
"script": "flutter/ci/licenses.sh"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user