On Mon, 22 Jan 2024 at 09:55, Pavel Zhukov <[email protected]> wrote: > mdadm tests are flaky and cause a lot of failures on autobuilder. > Disable them for now. Keeping ptest code in the recipe to fix/enable > in the future > SRC_URI = > "git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git;protocol=https;branch=master > \ > - file://run-ptest \ > +# Disable ptests for now as they're flaky > +# but keeping ptest code in case we want to enable them in the future > +PTEST_ENABLED="0" > +SRC_URI:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' > file://run-ptest', '', d)}"
The correct way to do this is to modify conf/distro/include/ptest-packagelists.inc. There's a specific exclusion list made for that purpose in there at the end. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#194135): https://lists.openembedded.org/g/openembedded-core/message/194135 Mute This Topic: https://lists.openembedded.org/mt/103882792/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
