Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/scriptworker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,10 @@
"project:releng:signing:cert:release-signing": "all-release-branches",
"project:releng:signing:cert:production-signing": "all-production-branches",
"project:releng:signing:cert:fennec-production-signing": "beta-or-release",
"project:releng:flathub:firefox:beta": "beta-or-release", # Needed on release for RCs
"project:releng:flathub:firefox:beta": "beta",
"project:releng:flathub:firefox:stable": "release",
"project:releng:flathub:firefox:beta:org.mozilla.firefox": "beta",
"project:releng:flathub:firefox:stable:org.mozilla.firefox": "release",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bug seems to be tb only.
Would you mind adding a blurb in the commit message about why this is being updated?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also: I'm assuming these take into account RCs

"project:releng:googleplay:product:focus-android": "all-production-branches",
"project:releng:googleplay:product:fenix": "all-production-branches",
"project:releng:ship-it:production": "all-production-branches",
Expand Down Expand Up @@ -594,6 +596,11 @@
"project:comm:thunderbird:releng:signing:cert:release-signing": "all-release-branches",
"project:comm:thunderbird:releng:flathub:beta": "beta",
"project:comm:thunderbird:releng:flathub:stable": "release-or-esr",
"project:comm:thunderbird:releng:flathub:beta:org.mozilla.Thunderbird": "beta",
"project:comm:thunderbird:releng:flathub:stable:org.mozilla.Thunderbird": "release-or-esr",
"project:comm:thunderbird:releng:flathub:beta:org.mozilla.thunderbird": "beta",
"project:comm:thunderbird:releng:flathub:stable:org.mozilla.thunderbird": "release",
"project:comm:thunderbird:releng:flathub:stable:org.mozilla.thunderbird_esr": "esr",
"project:comm:thunderbird:releng:microsoftstore:beta": "beta",
"project:comm:thunderbird:releng:microsoftstore:release": "release",
"project:comm:thunderbird:releng:microsoftstore:esr": "esr",
Expand Down