Use a 'fetch task' to get the chromium builds for raptor
Categories
(Testing :: Raptor, enhancement, P1)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: rwood, Assigned: sparky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Reporter | ||
Comment 13•7 years ago
|
||
Assignee | ||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Assignee | ||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Assignee | ||
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
Assignee | ||
Comment 24•7 years ago
|
||
Assignee | ||
Comment 25•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Comment 26•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Assignee | ||
Comment 27•7 years ago
|
||
:glandium, I plan to add a 'DYNAMIC_FETCH_SCHEMA' to here and proceeding from there to move this work into a 'fetch' kind task.
Before doing this though, and all the other modifications that would be needed for this to work, I want to make sure that this is what you are suggesting (by 'adding a new fetch type' from your review comment)? Or should we be making a new task kind for these dynamic fetches?
Or, were you suggesting something completely different to these two options?
Comment 28•7 years ago
|
||
I was thinking about changing 'fetch' in FETCH_SCHEMA such that it accepts other types and data than 'static-url'. You can use Any() for that.
e.g.
Any({
'type': 'static-url',
...
}, {
'type': 'chrome-download',
...
})
Assignee | ||
Comment 29•7 years ago
|
||
Here's a try run of raptor chrome using the new patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bbf61123614997aab47a83bafeac452a8316fe72
And this is the one with the fetch docker-image and Fetch-URL tasks: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1de6d0eb2137044d51545822af7119936a8ae34
The failures in the OSX tasks are caused by the new chromium build, it is being looked into in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1520523#c8
If we want to, for the time being, we could get around this by passing a '--revision' option to the 'build-chromium.py' script to set the build to an older version which didn't have this error.
Assignee | ||
Comment 30•6 years ago
|
||
Assignee | ||
Comment 31•6 years ago
|
||
Depends on D21371
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 32•6 years ago
|
||
Reporter | ||
Comment 33•6 years ago
|
||
Assignee | ||
Comment 34•6 years ago
|
||
The failures in the try push mentioned in comment 33 are related to the latest mac revision and a bug was filed as a follow-up to this (bug 1533008).
Comment 35•6 years ago
|
||
Comment 36•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3dc5de51e631
https://hg.mozilla.org/mozilla-central/rev/225dab563b6d
Description
•