jjb: Derive lttng-modules architecture from platform label
authorKienan Stewart <kstewart@efficios.com>
Mon, 7 Aug 2023 20:21:22 +0000 (16:21 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 7 Aug 2023 20:55:57 +0000 (16:55 -0400)
commit447eaf93d4d6fbb76c0dc5703929969e4a7fef59
tree9e042497318b9fa0e5ab271e0134d04fe0efda40
parent0bccd148b2fa5b60110885a127c448fa8d862c02
jjb: Derive lttng-modules architecture from platform label

This change updates the URL for fetching built kernels to key them by
build platform. This is done so that it's possible to differentiate a
kernel built on on deb12-amd64 (which will use gcc-12 by default) and
those built on bionic-amd64 which use gcc-7 by default.

An effect of this change is that all the kernels will need to be
rebuilt once the jobs are updated. It may be worth flushing the object
store of the linux kernels as this change is made so files in the old
paths are not kept endlessly without reason.

Change-Id: I96e0e6140827c660012e1264d96a324d8cca8801
jobs/lttng-modules.yaml
scripts/lttng-modules/param-build.sh
This page took 0.023819 seconds and 4 git commands to generate.