Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up(Some?) nightly uploads newly on Taskcluter are broken #23320
Closed
Labels
Comments
bors-servo
added a commit
that referenced
this issue
May 7, 2019
Fix Servo Nightly uploads CC #23320. Closes #23326. Tasks running with this configuration, all green except the last which is still running as of this writing: * Windows: https://tools.taskcluster.net/groups/dZvq6KJpQVSTzrnKwA5JQg/tasks/RaEwj-wWRSm1qmNytjAG8A/details * Linux: https://tools.taskcluster.net/groups/JU6A3xS2TTq4dTL3LY39QQ/tasks/YDbSZr9wTHq6U3obG3ZstQ/details * Android: https://tools.taskcluster.net/groups/FkLah26vSIyKDUwfADUkGw/tasks/JNokEsu2SCmAGL3ZK2Uj7g/details * macOS: https://tools.taskcluster.net/groups/CtheiEigRYinJjqYlDMuZQ/tasks/XPqUzikPQnybmc6wP8AL-w/details * WPT update: https://tools.taskcluster.net/groups/JU6A3xS2TTq4dTL3LY39QQ/tasks/MNutIoMWT9KvB19TS2FsXA/details <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23327) <!-- Reviewable:end -->
|
Windows Nightly build and upload task https://tools.taskcluster.net/groups/GLEPxdzkRNmILrCbKsk_NQ/tasks/IY-N1eQKR56kuWFLq2HbGA/runs/0 ran into its 60 minutes timeout. |
|
All nightly jobs are chugging along now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#23304 has landed, but unfortunately our PR testing does not exercise at all the CI code that runs for daily tasks, such as Nightly builds upload. There was multiples issues:
taskcluster-proxywas not installed on macOS workers #23319taskcluster-proxywas not installed in the AMI for Windows workers #23327./mach upload-nightly mavenlooks for both ARMv7 and x86 builds, but they are built in separate tasks #23327jqwhich the WPT sync job uses #23338After changes land in
master, they can be tested by clicking the Trigger button on https://tools.taskcluster.net/hooks/project-servo/daily. Testing a different branch is possible by changing theGIT_REFenv variable. Don’t forget to revert such changes after triggering the test run.