-
Notifications
You must be signed in to change notification settings - Fork 87
zuul fails on PRs #86
Comments
You can see that the sauce labs credentials do exist: https://github.com/feross/webtorrent/blob/master/.travis.yml |
It is because the contributor is not allowed to run things with encrypted env vars. This is so that they can't just dump your credentials by just making a PR that does console.log in the tests once the env var is loaded. I don't really know a good way around this. It is a travis "feature" and not specific to zuul. |
Hm, the credentials to my free sauce labs account aren't super important. Wish I could just risk it. It's way worse not having test feedback in PRs... Silly feature. |
You could just put them in as regular env vars vs encrypted vars.
|
Thanks for the help on this, btw :) |
zuul --local |
Whenever a contributor sends a PR to one of my modules, the zuul tests fail because zuul can't find saucelab credentials. But it works just fine on
master
.Sample failure:
Full log: https://travis-ci.org/feross/webtorrent/builds/39314515
What's the cause?
The text was updated successfully, but these errors were encountered: