Skip to content

Commit a916bb3

Browse files
committed
Bug 2066924: use 136.0 as the last-watershed for linux-aarch64 on the release channel r=releng-reviewers,jcristau
136.0b6 is _technically_ the most correct version, I guess, because it's the first one we shipped, and updates could theoretically be done from that version to an RC. In practice this probably doesn't happen, and the `compare-directories.py` doesn't support the scenario. Additionally, it's probably better to test an old version on the release channel than on the beta channel, as there is a much greater chance of updates actually happening from 136.0 -> latest. Differential Revision: https://phabricator.services.mozilla.com/D321727
1 parent a4e2f62 commit a916bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • taskcluster/kinds/test-update-integrity

‎taskcluster/kinds/test-update-integrity/kind.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tasks:
147147
default:
148148
by-build-platform:
149149
linux64-aarch64.*:
150-
version: "136.0b6"
150+
version: "136.0"
151151
mac.*:
152152
version: "109.0.1"
153153
win.*:

0 commit comments

Comments
 (0)