system-tests: split supported test and unsupported for master.
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Jun 2020 13:34:10 +0000 (09:34 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Jun 2020 13:34:10 +0000 (09:34 -0400)
We still want to tests for  "unsupported" for system test since we still
tests lttng-tools "unsupported".

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/system-tests.yaml

index dd94ef57b80e70cbd714a7ca2f70977bd16be870..1cf4d083f0c3375c13f0a32f38c6aff7dc4d1060 100644 (file)
 # They are scheduled once a day always on the same (LTTng, Kernel) code. If any
 # of those jobs fails, it means that there is an issue with the configuration
 
+# Only build the "supported" version against the master kernel since
+# "unsupported" version do not get backport for new kernel.
+- project:
+    name: system-tests-supported-kmaster
+    email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
+    kversion:
+      - master
+    lttngversion:
+      - master
+      - stable-2.11
+      - stable-2.12
+    jobs:
+      - 'vm_tests_k{kversion}_l{lttngversion}'
+      - 'baremetal_benchmarks_k{kversion}_l{lttngversion}'
+      - 'baremetal_tests_k{kversion}_l{lttngversion}'
+
+# Test against particular linux version.
 - project:
     name: system-tests
     email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
     kversion:
       - canary
-      - master
       - linux-4.4.y
       - linux-4.9.y
       - linux-4.14.y
This page took 0.039081 seconds and 4 git commands to generate.