From ed227b9bbe8d35ad497933ca766d52d9563ae037 Mon Sep 17 00:00:00 2001
From: Mira Ressel <mira@parity.io>
Date: Thu, 15 Jun 2023 10:30:37 +0200
Subject: [PATCH] ci: add new test-linux-oldkernel-stable job (#7371)

closes paritytech/ci_cd#811
---
 polkadot/scripts/ci/gitlab/pipeline/test.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/polkadot/scripts/ci/gitlab/pipeline/test.yml b/polkadot/scripts/ci/gitlab/pipeline/test.yml
index d66ede4e03e..df3a8c24d04 100644
--- a/polkadot/scripts/ci/gitlab/pipeline/test.yml
+++ b/polkadot/scripts/ci/gitlab/pipeline/test.yml
@@ -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:
-- 
GitLab