Closed
Bug 1390893
Opened 7 years ago
Closed 7 years ago
Extend test verification to Windows and OSX
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
The initial implementation of "test verification" only runs on Linux. Running on Windows and OSX should find intermittent issues specific to those platforms, providing benefit to overall test reliability.
The main - maybe only - issue preventing test verification on these platforms is that the mozharness support for test verification relies on environment variables GECKO_HEAD_REPOSITORY and GECKO_HEAD_REV, which do not appear to be available in Windows and OSX taskcluster environments.
Assignee | ||
Comment 1•7 years ago
|
||
These environment variables are already present for Linux tests (docker-worker).
TV needs them to determine which files were changed on the push.
Attachment #8917389 -
Flags: review?(jmaher)
Assignee | ||
Comment 2•7 years ago
|
||
I want to run test-verify as tier 3 on windows and osx for a week or so, then upgrade to tier 2.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e029489de65da81135258acfdd3e82cc4b2aa7d2&filter-tier=1&filter-tier=2&filter-tier=3
Attachment #8917391 -
Flags: review?(jmaher)
Updated•7 years ago
|
Attachment #8917389 -
Flags: review?(jmaher) → review+
Updated•7 years ago
|
Attachment #8917391 -
Flags: review?(jmaher) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cab89f775c6b
Add GECKO_HEAD_REPOSITORY/REV to mozharness environment for tests on generic worker; r=jmaher
https://hg.mozilla.org/integration/mozilla-inbound/rev/1eca387652fe
Run test-verify on Windows and osx, as tier 3; r=jmaher
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cab89f775c6b
https://hg.mozilla.org/mozilla-central/rev/1eca387652fe
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Assignee | ||
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•