Message ID | 20250806-check-worker-statuses-v2-2-59dd990d22e7@bootlin.com |
---|---|
State | New |
Headers | show |
Series | scripts/yocto-supported-distros improvements | expand |
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" : {
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(-)