Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7a54fd6

Browse files
author
Mira Ressel
authored
ci: add new test-linux-oldkernel-stable job (#7371)
closes paritytech/ci_cd#811
1 parent 84ee743 commit 7a54fd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/ci/gitlab/pipeline/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ test-linux-stable:
4343
script:
4444
- time cargo test --workspace --profile testnet --verbose --locked --features=runtime-benchmarks,runtime-metrics,try-runtime
4545

46+
test-linux-oldkernel-stable:
47+
extends: test-linux-stable
48+
tags:
49+
- oldkernel-vm
50+
4651
.check-dependent-project: &check-dependent-project
4752
stage: test
4853
extends:

0 commit comments

Comments
 (0)