Closed
Bug 1374633
Opened 8 years ago
Closed 8 years ago
Add Firefox UI Tests jobs for Taskcluster on OS X
Categories
(Testing :: Firefox UI Tests, enhancement)
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
Similar to bug 1371404 which added Firefox UI test jobs recently for Taskcluster on Windows we can now also enable them on OS X.
| Assignee | ||
Comment 1•8 years ago
|
||
There are overlapping code changes with bug 1372094, so I will wait once that got merged to m-c.
Depends on: 1372094
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8879570 -
Flags: review?(jmaher)
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8879570 [details]
Bug 1374633 - Add Firefox UI Tests jobs for Taskcluster on OS X.
https://reviewboard.mozilla.org/r/150892/#review156222
consider using default instead of linux, but that is optional. this is great to see
::: taskcluster/ci/test/tests.yml:215
(Diff revision 3)
> by-test-platform:
> windows.*:
> - firefox_ui_tests/taskcluster_windows.py
> - default:
> + macosx.*:
> + - firefox_ui_tests/taskcluster.py
> + linux.*:
typically we use 'default', I know we only run on windows/osx/linux- so I am fine with this- but it goes against the standards in the file.
Attachment #8879570 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 6•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8879570 [details]
Bug 1374633 - Add Firefox UI Tests jobs for Taskcluster on OS X.
https://reviewboard.mozilla.org/r/150892/#review156222
> typically we use 'default', I know we only run on windows/osx/linux- so I am fine with this- but it goes against the standards in the file.
No, not for the mozharness config settings. All test jobs are using `linux.*` here.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f41ffc410de
Add Firefox UI Tests jobs for Taskcluster on OS X. r=jmaher
Comment 8•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•