From 1fe5b65082e276d8815ab745b5d8b9d9398533e6 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 19 Nov 2024 11:48:25 -0500 Subject: [PATCH] jjb: lttng-tools: Only run clang root builds with clang-16 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 --- jobs/lttng-tools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index ce6e995..7f2175d 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1360,7 +1360,7 @@ 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] @@ -1468,7 +1468,7 @@ 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] @@ -1682,7 +1682,7 @@ - '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")' -- 2.34.1