Disable LTTNGMODULES on qemuarm due to do_create_runtime_spdx 83/29883/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 2 May 2024 14:11:23 +0000 (16:11 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 2 May 2024 21:42:32 +0000 (21:42 +0000)
There is a race in the function do_create_runtime_spdx that
shows in qemuarm builds in particular.
Disable this in CI.

Bug-AGL: SPEC-4956
Change-Id: I152dbbbffc48b510260e45be3a1e84f2e9772ae5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29883
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

meta-agl-core/conf/include/agl-create-spdx.inc

index 8d71013..b191ccd 100644 (file)
@@ -1 +1,7 @@
 INHERIT += " create-spdx "
+
+# do_create_runtime_spdx has a race condition on qemuarm builders
+# SPEC-4956
+LTTNGMODULES:qemuarm = ""
+LTTNGUST:qemuarm = ""
+LTTNGTOOLS:qemuarm = ""
\ No newline at end of file