-
Notifications
You must be signed in to change notification settings - Fork 26.2k
ci: temporary work-around for Travis issue #21422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.travis.yml
Outdated
@@ -1,5 +1,7 @@ | |||
language: node_js | |||
sudo: false | |||
# Work-around for https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524. | |||
# (Restore `sude: false` once that is resolved.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sude -> sudo ?
See travis-ci/travis-ci#8836 (comment) for more info.
2a81a88
to
aa4638b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with this change is that we'll not be able to use our pre-paid pool of VMs and instead the jobs will run on VMs belonging to the open source pool that is shared with all the projects on github. This in practice typically means that it might see XX minutes delays before our jobs start.
According to https://www.traviscistatus.com/ there is currently no backlog, so let's get this change in, but I don't think it's a good idea to keep this setting for too long. We should also monitor our job queueing delays more closely during this period.
See travis-ci/travis-ci#8836 (comment) for more info. PR Close #21422
Related to angular#21422.
Related to angular#21422.
Related to angular#21422.
Related to angular#21422.
Related to angular#21422.
Related to angular#21422.
Related to angular#21422. PR Close angular#21641
Related to angular#21422. PR Close angular#21641
Related to angular#21422. PR Close angular#21641
Related to angular#21422. PR Close angular#21641
Related to angular#21422. PR Close angular#21641
See travis-ci/travis-ci#8836 (comment) for more info. PR Close angular#21422
Related to angular#21422. PR Close angular#21641
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See travis-ci/travis-ci#8836 (comment) for more info.