jjb: lttng-tools: Only run clang root builds with clang-16 master
authorKienan Stewart <kstewart@efficios.com>
Tue, 19 Nov 2024 16:48:25 +0000 (11:48 -0500)
committerKienan Stewart <kstewart@efficios.com>
Tue, 19 Nov 2024 16:48:25 +0000 (11:48 -0500)
The root builds & tests take a long time, and there are fewer nodes
available. Running with all clang versions tends to bottle neck the
throughput.

Change-Id: I4a4df392c48c888e32fd336c3825ba6dcaafd932
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-tools.yaml

index ce6e99539a7dfaf178ff030f0da2f71f52657f19..7f2175dec332defcebfa8d3d1d9c3ee227898ae2 100644 (file)
           filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")'
       - '{job_prefix}lttng-tools_{version}_root_{cctype}':
           cctype: clangbuild
-          ccs: !!python/tuple [clang-13, clang-14, clang-15, clang-16]
+          ccs: !!python/tuple [clang-16]
           version: master
           nodes: !!python/tuple [deb12-amd64-rootnode]
           confs: !!python/tuple [agents]
           filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")'
       - '{job_prefix}lttng-tools_{version}_root_{cctype}':
           cctype: clangbuild
-          ccs: !!python/tuple [clang-13, clang-14, clang-15, clang-16]
+          ccs: !!python/tuple [clang-16]
           version: stable-2.13
           ustversion: stable-2.13
           nodes: !!python/tuple [deb12-amd64-rootnode]
       - 'dev_review_lttng-tools_{version}_root_{cctype}':
           version: master
           cctype: clangbuild
-          ccs: !!python/tuple [clang-13, clang-14, clang-15, clang-16]
+          ccs: !!python/tuple [clang-16]
           nodes: !!python/tuple [deb12-amd64-rootnode]
           confs: !!python/tuple [agents]
           filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")'
This page took 0.025639 seconds and 4 git commands to generate.