Migrate webrender to community taskcluster deployment
Categories
(Taskcluster :: Operations and Service Requests, task)
Tracking
(Not tracked)
People
(Reporter: dustin, Assigned: pmoore)
References
Details
Attachments
(6 files)
Make a plan to move this project to the new community deployment.
Notes:
repo's .taskcluster.yml is pretty simple
have a manually set up macos builder in toronto office, running generic-worker 11.x
So the immediate task is to upgrade that generic-worker in place to the latest version. Newer versions support deployments other than taskcluster.net, and if we end up with any other bugfixes required it will make it easier to deploy that fix.
Reporter | ||
Comment 1•5 years ago
|
||
derp, I gave my copy-pasting away!
Reporter | ||
Comment 2•5 years ago
|
||
I think that worker upgrade is in progress, or planned, but I can't actually find email or a bug confirming that..
Reporter | ||
Comment 3•5 years ago
|
||
[taskcluster 2019-08-29T21:44:51.697Z] Worker Type (localprovisioner/webrender-ci-osx) settings:
[taskcluster 2019-08-29T21:44:51.697Z] {
[taskcluster 2019-08-29T21:44:51.697Z] "config": {
[taskcluster 2019-08-29T21:44:51.697Z] "deploymentId": ""
[taskcluster 2019-08-29T21:44:51.697Z] },
[taskcluster 2019-08-29T21:44:51.697Z] "generic-worker": {
[taskcluster 2019-08-29T21:44:51.697Z] "engine": "simple",
[taskcluster 2019-08-29T21:44:51.697Z] "go-arch": "amd64",
[taskcluster 2019-08-29T21:44:51.697Z] "go-os": "darwin",
[taskcluster 2019-08-29T21:44:51.697Z] "go-version": "go1.10.8",
[taskcluster 2019-08-29T21:44:51.697Z] "release": "https://github.com/taskcluster/generic-worker/releases/tag/v15.1.4",
[taskcluster 2019-08-29T21:44:51.697Z] "revision": "c407e45e3f019599005971b30993f29eb3c59b0d",
[taskcluster 2019-08-29T21:44:51.697Z] "source": "https://github.com/taskcluster/generic-worker/commits/c407e45e3f019599005971b30993f29eb3c59b0d",
[taskcluster 2019-08-29T21:44:51.697Z] "version": "15.1.4"
[taskcluster 2019-08-29T21:44:51.697Z] }
[taskcluster 2019-08-29T21:44:51.697Z] }
Thanks Jeff!
I think the next step will be for me to make a PR to upgrade .taskcluster.yml to version 1. Then not much to do until we have the new deployment up and running.
Reporter | ||
Comment 4•5 years ago
|
||
Reporter | ||
Comment 5•5 years ago
|
||
Jeff, who should I look to review that PR? ^^
Comment 6•5 years ago
|
||
Ah sorry about dropping that. Can you submit it as phabricator review here? The upstream repo for webrender is m-c. We just sync the github repo from m-c.
Reporter | ||
Comment 7•5 years ago
|
||
Comment 9•5 years ago
|
||
bugherder |
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 10•5 years ago
|
||
I've made inroads but this might not be entirely complete, but putting it up for review already to get feedback.
Reporter | ||
Comment 11•5 years ago
|
||
PSA: The existing (https://taskcluster.net) deployment will be shut down a week from today, on November 9. After that point, any CI not migrated to the new community cluster will stop functioning. The TC team is ready and eager to help get everything migrated by that time, but the deadline is firm.
Apologies for failing to communicate this as broadly and loudly as necessary, and for the bugspam now.
Assignee | ||
Comment 12•5 years ago
|
||
I missed the indexes!
This second PR allows webrender CI tasks (and kats's github fork) to submit indexes under the webrender project.
Assignee | ||
Comment 13•5 years ago
|
||
This seems to do the trick.
Comment 14•5 years ago
|
||
[import_pr] From https://github.com/servo/webrender/pull/3793
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
bugherder |
Reporter | ||
Comment 17•5 years ago
|
||
I don't think we wanted this auto-closed. I still see results from the old deployment and not the new deployment at https://github.com/servo/webrender/commits/master
Assignee | ||
Comment 18•5 years ago
|
||
This change is a temporary fix to not set RUSTFLAGS='--deny warnings'
in order to unblock https://bugzil.la/1575648 (which is time-critical).
The longer term solution for this is https://bugzil.la/1564873.
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
bugherder |
Assignee | ||
Comment 21•5 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Description
•