Closed
Bug 1889669
Opened 1 year ago
Closed 1 year ago
adjust os_version within mozinfo and proxy to reftest
Categories
(Testing :: Mozbase, task)
Testing
Mozbase
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
I found a few things that were lacking in consistency:
- windows has os_version == 10 || 11, whereas linux/mac have 18.04/10.15/etc.
- to solve this make os_version == 11.2009
- osx11 is os_version = 1100, and version = "os x 11.2.3".
- this should be os_version = 11.20 to comply with 10.15
- android has os_version == 18.04 || 22.04 because we run the harness on linux; taskcluster uses the version from the platform string. I am not aware of a better fix for this...a future bug
solving 1 and 2 allows for more consistent use of os_version
in manifests. I would like to make os_version available in the reftest sandbox.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f6f52f31d0e
add mozinfo to reftest sandbox. r=ahal
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Updated•1 year ago
|
Component: General → Mozbase
You need to log in
before you can comment on or make changes to this bug.
Description
•