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 <kstewart@efficios.com>
- '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
jobs:
- 'build_kernel_PARAM'
- 'system_ALL_{test_type}_trigger'
+
+- project:
+ name: system-tests-views
+ views:
+ - 'System tests'