From 3fbe6a449c1940d44b48a3fa378ef072beb31c22 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 15 Aug 2023 14:37:09 -0400 Subject: [PATCH] jjb: Use linuxbuild as jobtype for lttng-tools rootbuilds When the buildtype is 'build', the artifacts will be looked for in the the '_build' jobs which aren't valid for the new root node tags Change-Id: I2e7a28bc2128f94513c302f32aae21a321820ad3 --- jobs/lttng-tools.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index c5e772e..63da50b 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1289,7 +1289,7 @@ filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build + buildtype: linuxbuild version: stable-2.13 ustversion: stable-2.13 platforms: !!python/tuple [deb12-amd64] @@ -1409,7 +1409,7 @@ filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build + buildtype: linuxbuild version: stable-2.12 ustversion: stable-2.12 platforms: !!python/tuple [deb12-amd64] @@ -1712,7 +1712,7 @@ touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: master - buildtype: build + buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] @@ -1766,7 +1766,7 @@ touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: stable-2.13 - buildtype: build + buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] @@ -1798,7 +1798,7 @@ touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: stable-2.12 - buildtype: build + buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] @@ -1832,7 +1832,7 @@ touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': version: master - buildtype: build + buildtype: linuxbuild ustversion: master platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] -- 2.34.1