diff mbox series

[yocto-autobuilder-helper,v2,2/7] config.json: yocto-supported-distros: use --check-worker-statuses

Message ID 20250806-check-worker-statuses-v2-2-59dd990d22e7@bootlin.com
State New
Headers show
Series scripts/yocto-supported-distros improvements | expand

Commit Message

Antonin Godard Aug. 6, 2025, 3:43 p.m. UTC
Use the new --check-worker-statuses option. This only makes sense for
master.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 171e885..16ff72f 100644
--- a/config.json
+++ b/config.json
@@ -470,7 +470,7 @@ 
             "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"]
+                "EXTRACMDS" : ["${SCRIPTSDIR}/yocto-supported-distros --config-from-web --release-from-env --compare --check-worker-statuses"]
             }
         },
         "trigger-build-posttrigger" : {