2020-09-30 01:27:36 +00:00
|
|
|
status = [
|
|
|
|
"cargo-fmt",
|
|
|
|
"release-tests-ubuntu",
|
2021-05-20 00:23:08 +00:00
|
|
|
"release-tests-windows",
|
2020-09-30 01:27:36 +00:00
|
|
|
"debug-tests-ubuntu",
|
|
|
|
"state-transition-vectors-ubuntu",
|
|
|
|
"ef-tests-ubuntu",
|
|
|
|
"dockerfile-ubuntu",
|
|
|
|
"eth1-simulator-ubuntu",
|
2022-07-18 23:15:40 +00:00
|
|
|
"merge-transition-ubuntu",
|
2020-09-30 01:27:36 +00:00
|
|
|
"no-eth1-simulator-ubuntu",
|
|
|
|
"check-benchmarks",
|
|
|
|
"check-consensus",
|
|
|
|
"clippy",
|
|
|
|
"arbitrary-check",
|
|
|
|
"cargo-audit",
|
2022-03-03 02:10:57 +00:00
|
|
|
"cargo-udeps",
|
|
|
|
"beacon-chain-tests",
|
|
|
|
"op-pool-tests",
|
|
|
|
"doppelganger-protection-test",
|
|
|
|
"execution-engine-integration-ubuntu",
|
2022-03-17 03:33:29 +00:00
|
|
|
"cargo-vendor",
|
2022-10-19 22:55:50 +00:00
|
|
|
"check-msrv",
|
|
|
|
"slasher-tests",
|
|
|
|
"syncing-simulator-ubuntu",
|
2022-11-15 05:21:36 +00:00
|
|
|
"disallowed-from-async-lint",
|
|
|
|
"compile-with-beta-compiler"
|
2020-09-30 01:27:36 +00:00
|
|
|
]
|
2020-07-07 06:31:20 +00:00
|
|
|
use_squash_merge = true
|
2022-02-21 23:21:03 +00:00
|
|
|
timeout_sec = 10800
|
2021-02-09 02:00:53 +00:00
|
|
|
pr_status = ["license/cla", "target-branch-check"]
|