fix(ci): close capability races and green audit
This commit is contained in:
@@ -988,8 +988,8 @@ fn validate_coverage(manifest: &CoverageManifest) -> Result<()> {
|
||||
if manifest.schema != 1
|
||||
|| manifest.required_workflow != REQUIRED_WORKFLOW
|
||||
|| manifest.release_workflow != RELEASE_WORKFLOW
|
||||
|| manifest.hard_timeout_minutes != 15
|
||||
|| manifest.internal_target_seconds > 720
|
||||
|| manifest.hard_timeout_minutes != 30
|
||||
|| manifest.internal_target_seconds > 1_680
|
||||
|| manifest.legacy_workflows.len() != LEGACY_WORKFLOW_COUNT
|
||||
{
|
||||
return Err(MatrixError::new(
|
||||
@@ -1066,7 +1066,7 @@ fn validate_workflows(root: &Path, manifest: &CoverageManifest) -> Result<()> {
|
||||
for marker in [
|
||||
"push:",
|
||||
"pull_request:",
|
||||
"timeout-minutes: 15",
|
||||
"timeout-minutes: 30",
|
||||
"cancel-in-progress: true",
|
||||
"runs-on: ubuntu-latest",
|
||||
"required-gate",
|
||||
|
||||
Reference in New Issue
Block a user