use prod signers for {beta,release}-mozillaonline (#20134)

pull/420/head
Aki Sasaki 3 years ago committed by Julien Cristau
parent c999df1f63
commit e65387e24f

@ -38,7 +38,7 @@ def set_worker_type(config, tasks):
if ( if (
str(config.params["level"]) == "3" str(config.params["level"]) == "3"
and task["attributes"]["build-type"] and task["attributes"]["build-type"]
in ("nightly", "beta", "release", "android-test-nightly") in ("nightly", "beta", "release", "android-test-nightly", "beta-mozillaonline", "release-mozillaonline")
and config.params["tasks_for"] in ("cron", "github-release", "action") and config.params["tasks_for"] in ("cron", "github-release", "action")
): ):
worker_type = "signing" worker_type = "signing"

Loading…
Cancel
Save