jjb: Use linuxbuild as jobtype for lttng-tools rootbuilds
authorKienan Stewart <kstewart@efficios.com>
Tue, 15 Aug 2023 18:37:09 +0000 (14:37 -0400)
committerKienan Stewart <kstewart@efficios.com>
Tue, 15 Aug 2023 20:26:18 +0000 (16:26 -0400)
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

index c5e772efe0f6af79c8d01c8712fc0bf673a7ad8d..63da50bce8b72d67f392cf87664bdf9991c83120 100644 (file)
           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]
           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]
           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]
           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]
           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]
           touchstone: ''
       - '{job_prefix}lttng-tools_{version}_rootbuild':
           version: master
-          buildtype: build
+          buildtype: linuxbuild
           ustversion: master
           platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std]
This page took 0.023943 seconds and 4 git commands to generate.