UVC version regex for Thunderbird next-version update testing
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox91 fixed, firefox92 fixed)
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
For Thunderbird update-verify-next jobs, a new regex is needed in update_verify_config.py:INCLUDE_VERSION_REGEXES.
Thunderbird release versions do not have an "esr" suffix even though the repository is named comm-esrXX. This means that the "esr91-next" regex would not match. (UVC uses the "nonbeta" regex which also does not work.)
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
The update-verify-next test is new in Thunderbird 91. Since Thunderbird versions
do not include the esr suffix, a separate regex is needed.
Comment 3•3 years ago
|
||
Backed out for causing linting failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/cfd04147e8932a0b4daa939aaaa66ac7c548e513
Failure log: https://treeherder.mozilla.org/logviewer?job_id=345204248&repo=autoland&lineNumber=118
Comment 5•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Comment on attachment 9231164 [details]
Bug 1720386 - Add a regex for Thunderbird update-verify-next version matching. r?#taskgraph-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: No user impact, this affects UpdateVerify tests only
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Adds an additional regex for version detection that will be used by Thunderbird 91 to run the update-verify-next set of tests. Should have no impact on Firefox as the regex is used only when selected.
- String changes made/needed: no
Comment 7•3 years ago
|
||
Comment on attachment 9231164 [details]
Bug 1720386 - Add a regex for Thunderbird update-verify-next version matching. r?#taskgraph-reviewers
Approved for 91 beta 5, thanks.
Comment 8•3 years ago
|
||
bugherder uplift |
Description
•