diff mbox series

[yocto-autobuilder-helper,09/11] config.json: Fix SANITY_TESTED_DISTROS and run earlier

Message ID 20250305102506.2043524-9-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper,01/11] scripts/run-dashboard-index: Add basic index page for new dashboard site | expand

Commit Message

Richard Purdie March 5, 2025, 10:25 a.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index c5d3913..adb85d1 100644
--- a/config.json
+++ b/config.json
@@ -511,6 +511,11 @@ 
                 "extravars" : [
                     "SOURCE_MIRROR_FETCH = '1'"
                 ]
+            },
+            "step2" : {
+                "removevars" : ["SANITY_TESTED_DISTROS"],
+                "shortname" : "Compare AB workers and SANITY_TESTED_DISTROS",
+                "EXTRACMDS" : ["${SCRIPTSDIR}/yocto-supported-distros --config-from-web --release-from-env --compare"]
             }
         },
         "trigger-build-posttrigger" : {
@@ -519,10 +524,6 @@ 
                 "shortname" : "Source Mirror Selftest",
                 "EXTRACMDS" : ["${SCRIPTSDIR}/checkvnc; DISPLAY=:1 oe-selftest -a -t yocto-mirrors -j 15"],
                 "ADDLAYER" : ["${BUILDDIR}/../meta-selftest"]
-            },
-            "step2" : {
-                "shortname" : "Compare AB workers and SANITY_TESTED_DISTROS",
-                "EXTRACMDS" : ["${SCRIPTSDIR}/yocto-supported-distros --config-from-web --release-from-env --compare"]
             }
         }