ci: add new test-linux-oldkernel-stable job (#7371)

closes paritytech/ci_cd#811
This commit is contained in:
Mira Ressel
2023-06-15 10:30:37 +02:00
committed by GitHub
parent edfbbc8c51
commit ed227b9bbe
@@ -43,6 +43,11 @@ test-linux-stable:
script:
- time cargo test --workspace --profile testnet --verbose --locked --features=runtime-benchmarks,runtime-metrics,try-runtime
test-linux-oldkernel-stable:
extends: test-linux-stable
tags:
- oldkernel-vm
.check-dependent-project: &check-dependent-project
stage: test
extends: