From cf706ba97a3ff5839f742a05bac18170c3187c26 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 15 Nov 2023 16:03:14 +0000 Subject: [PATCH] config: Add patchtest-selftest to full/quick Signed-off-by: Richard Purdie --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 40a1254..e7a04be 100644 --- a/config.py +++ b/config.py @@ -89,6 +89,7 @@ trigger_builders_wait_shared = [ "qa-extras", "qa-extras2", "check-layer", "meta-mingw", "reproducible", + "patchtest-selftest", "oe-selftest-armhost", "qemuarm64-armhost" ]