]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
fragments/autobuilder: Add back PTEST_EXPECT_FAILURE
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 19 Dec 2025 11:12:10 +0000 (12:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Dec 2025 17:54:58 +0000 (17:54 +0000)
The PTEST_EXPECT_FAILURE option setting was recently dropped from
core-image-ptest [1]. This is probably the right thing to do, but we
still want to use it on the autobuilder.

Note, this will now be enabled on all images and not just the ptest
ones, but this should not change the whole behaviour.

[1] https://lists.openembedded.org/g/openembedded-core/message/227412

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/fragments/yocto-autobuilder/autobuilder.conf

index 85987b08995a373d4b8e2c694a26554a5875d1c0..a9ae99a451e6ebb57f325f500d83781f7c82950e 100644 (file)
@@ -10,4 +10,5 @@ SDK_EXT_TYPE = 'minimal'
 SDK_INCLUDE_TOOLCHAIN = '1'
 ESDK_LOCALCONF_REMOVE:append = 'BB_HASHSERVE'
 SDK_TOOLCHAIN_LANGS += 'go rust'
+PTEST_EXPECT_FAILURE = '1'