Skip to content

Commit

Permalink
chore(nimbus): Add Firefox 133.0b8 for targeting
Browse files Browse the repository at this point in the history
Because:

- we want to target Firefox 133 beta 8 specifically

This commit:

- adds a version for Firefox 133 beta 8

Fixes #11758
  • Loading branch information
brennie committed Nov 13, 2024
1 parent 3a75cfa commit dc82c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions experimenter/experimenter/experiments/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ def parse(version_str):
FIREFOX_132 = "132.!"
FIREFOX_132_B6 = "132.0b6"
FIREFOX_133 = "133.!"
FIREFOX_133_B8 = "133.0b8"
FIREFOX_134 = "134.!"
FIREFOX_135 = "135.!"
FIREFOX_136 = "136.!"
Expand Down
3 changes: 2 additions & 1 deletion experimenter/experimenter/nimbus-ui/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ enum NimbusExperimentFirefoxVersionEnum {
FIREFOX_132
FIREFOX_132_B6
FIREFOX_133
FIREFOX_133_B8
FIREFOX_134
FIREFOX_135
FIREFOX_136
Expand Down Expand Up @@ -671,4 +672,4 @@ input ExperimentCloneInput {
parentSlug: String!
name: String!
rolloutBranchSlug: String
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export enum NimbusExperimentFirefoxVersionEnum {
FIREFOX_132 = "FIREFOX_132",
FIREFOX_132_B6 = "FIREFOX_132_B6",
FIREFOX_133 = "FIREFOX_133",
FIREFOX_133_B8 = "FIREFOX_133_B8",
FIREFOX_134 = "FIREFOX_134",
FIREFOX_135 = "FIREFOX_135",
FIREFOX_136 = "FIREFOX_136",
Expand Down

0 comments on commit dc82c8e

Please sign in to comment.