-
Notifications
You must be signed in to change notification settings - Fork 59
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
Sauce Labs does not work from forks #76
Comments
We should detect the presence of sauce labs credentials, and only then run the sauce labs tests. Relevant code is in here: https://github.com/dignifiedquire/aegir/blob/master/config/karma.conf.js#L74 which actually does this, so I'm unclear as to the issue you were seeing. |
Not sure either, but here is the ending of one of the failed builds:
Full logs are here: https://api.travis-ci.org/jobs/179722306/log.txt?deansi=true |
I think I know the problem, becasue |
Came across this problem in ipfs/js-ipfs#631 where I made a PR from my fork to the main repository. Since Travis would hide environment variables for forks (and rightly so), Sauce Labs could not authenticate, therefore failing the tests.
Not sure about the solution, but currently, any PR coming from a contributor not having write access to the main repository, would fail.
The text was updated successfully, but these errors were encountered: