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",
|
|
|
|
"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",
|
|
|
|
"cargo-vendor"
|
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"]
|