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

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

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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