[fenix] use prod signers for {beta,release}-mozillaonline (https://github.com/mozilla-mobile/fenix/pull/20134)

pull/600/head
Aki Sasaki 3 years ago committed by GitHub
parent ca851a38be
commit e3323fe366

@ -38,7 +38,7 @@ def set_worker_type(config, tasks):
if (
str(config.params["level"]) == "3"
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")
):
worker_type = "signing"

Loading…
Cancel
Save