-
Notifications
You must be signed in to change notification settings - Fork 85
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
Finish python-apollo testing #2308
Conversation
@abretaud I haven't tested for sure, bit it looks like there is one: https://docs.travis-ci.com/user/environment-variables/#default-environment-variables |
yes, I was tempted to squash, but I got lazy :) I meant an apollo user/password to use the api of the one launched in travis (it fails with auth error) |
Yeah, there is a way to do this with the https://genomearchitect.readthedocs.io/en/latest/Configure.html#register-admin-in-configuration |
but . . . maybe with docker there might be a default, let me check. |
Yep with docker there admin@local.host, but on travis it's not using docker (as it's not yet built on quay.io), it's running apollo with |
@abretaud Looks like under |
adding the admin user
Cooool, it's green now https://travis-ci.org/abretaud/Apollo/jobs/608313434 ! |
Note. Fixes #2285 |
So we're getting closer to a working python-apollo testing
Is there a default user in the apollo launched in travis, or should I create it?
fixes #2285