From: Kienan Stewart Date: Thu, 8 Jun 2023 14:30:20 +0000 (-0400) Subject: jjb: Do not create system tests with lltng 2.12 on linux >= 5.18 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=2e3ef685fe25b9926e8472baa2a400e609310fbc;p=lttng-ci.git jjb: Do not create system tests with lltng 2.12 on linux >= 5.18 Change-Id: If7a2eea3198f4c1f4f196dd4dd2065753f7e7adc --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 80f5244..6a27dc3 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -375,7 +375,6 @@ - master lttngversion: - master - - stable-2.12 - stable-2.13 jobs: - 'vm_tests_k{kversion}_l{lttngversion}' @@ -398,11 +397,26 @@ lttngversion: - canary - master - - stable-2.12 - stable-2.13 jobs: - 'vm_tests_k{kversion}_l{lttngversion}' - 'baremetal_tests_k{kversion}_l{lttngversion}' +- project: + name: system-tests-2.12 + email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com' + kversion: + - linux-4.9.y + - linux-4.14.y + - linux-4.19.y + - linux-5.4.y + - linux-5.10.y + - linux-5.15.y + - linux-5.16.y + lttngversion: + - stable-2.12 + jobs: + - 'vm_tests_k{kversion}_l{lttngversion}' + - 'baremetal_tests_k{kversion}_l{lttngversion}' - project: name: system-tests-vm-only email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'