From 9d903b5c02637f9a5a134793a36d50b938aee8a3 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 21 Dec 2023 07:59:51 -0500 Subject: [PATCH] jjb: Manage system tests view with jenkins-job-builder The view was only configured via the interface, and a number of the jobs weren't being shown. In particular the regex for the baremetal tests in the interface was missing the plural 's' on the 'tests'. Change-Id: Ib4c2cd78bd8b92a14a114f7fc72df4cf2a5afce3 Signed-off-by: Kienan Stewart --- jobs/system-tests.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 8bc7a40..1ad67f3 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -380,6 +380,12 @@ - 'vm_tests_k{kversion}_l{lttngversion}' - 'baremetal_tests_k{kversion}_l{lttngversion}' +## Views +- view-template: + name: 'System tests' + view-type: list + regex: 'vm_tests_.*|baremetal_tests_.*|baremetal_benchmarks_.*|system_.*' + # Test against particular linux version. - project: name: system-tests @@ -437,3 +443,8 @@ jobs: - 'build_kernel_PARAM' - 'system_ALL_{test_type}_trigger' + +- project: + name: system-tests-views + views: + - 'System tests' -- 2.34.1