Closed
Bug 1331065
Opened 6 years ago
Closed 6 years ago
Please run the 'ES' job with a version of node that supports array.includes() (upgrade lint docker image to node 6)
Categories
(Taskcluster Graveyard :: Docker Images, defect)
Taskcluster Graveyard
Docker Images
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla53
People
(Reporter: florian, Assigned: standard8)
Details
Attachments
(1 file)
The custom rule I added in bug 1330464 broke the ES job on treeherder with an error caused by not supporting array.includes(). It's unfortunate that the behavior on the test infrastructure doesn't match what I had by default locally.
Assignee | ||
Comment 1•6 years ago
|
||
We need to do this with the taskcluster image, and I think I know how to do it.
Component: Lint → Docker Images
Product: Testing → Taskcluster
Version: Version 3 → unspecified
Assignee | ||
Updated•6 years ago
|
Summary: Please run the 'ES' job with a version of node that supports array.includes() → Please run the 'ES' job with a version of node that supports array.includes() (upgrade lint docker image to node 6)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → standard8
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•6 years ago
|
||
If I understand things correctly, Taskcluster will automatically rebuild the docker images when a push is made. So these changes should be picked up on push. I've also pushed them to try server to verify it doesn't break anything: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e1e265e15f95
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8828764 [details] Bug 1331065 - Upgrade the Lint docker image to node v6.9.1. https://reviewboard.mozilla.org/r/106052/#review107018 thanks for doing this. As your try push showed, there were images created and used for testing- we have had some hiccups with image creation and timing of them being available, but pushing to try first usually solves the problem.
Attachment #8828764 -
Flags: review?(jmaher) → review+
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/10e2e2b01b66 Upgrade the Lint docker image to node v6.9.1. r=jmaher
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/10e2e2b01b66
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 7•6 years ago
|
||
Please remember to update the mach command with the new minimum required version of node when making a change like this so developers get warned when they are out of date (bug 1346014).
Updated•5 years ago
|
Product: Taskcluster → Taskcluster Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•