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

Commit

Permalink
ci: add new test-linux-oldkernel-stable job (#7371)
Browse files Browse the repository at this point in the history
closes paritytech/ci_cd#811
  • Loading branch information
Mira Ressel committed Jun 15, 2023
1 parent 84ee743 commit 7a54fd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a54fd6

Please sign in to comment.