Skip to content

Commit dbb93cd

Browse files
committed
bors: require slasher and syncing sim tests (#3645)
## Issue Addressed I noticed that [this build](https://github.com/sigp/lighthouse/actions/runs/3269950873/jobs/5378036501) wasn't marked failed by Bors when the `syncing-simulator-ubuntu` job failed. This is because that job is absent from the `bors.toml` config. ## Proposed Changes Add missing jobs to Bors config so that they are required: - `syncing-simulator-ubuntu` - `slasher-tests` - `disallowed-from-async-lint` The `disallowed-from-async-lint` was previously allowed to fail because it was considered beta, but I think it's stable enough now we may as well require it.
1 parent d0efb6b commit dbb93cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bors.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ status = [
2020
"doppelganger-protection-test",
2121
"execution-engine-integration-ubuntu",
2222
"cargo-vendor",
23-
"check-msrv"
23+
"check-msrv",
24+
"slasher-tests",
25+
"syncing-simulator-ubuntu",
26+
"disallowed-from-async-lint"
2427
]
2528
use_squash_merge = true
2629
timeout_sec = 10800

0 commit comments

Comments
 (0)