-
Notifications
You must be signed in to change notification settings - Fork 2
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
Joshua s brown move from gl gh #104
Conversation
Yes. We need to work on the SSH keys. |
I honestly, have no idea why the CI is failing now, GitHub is giving no reason, it doesn't even look like the actions are running :(. |
I don't know anything about "spending limits". We'll need to figure this out. |
@renan-souza I found an issue with our shell test, which I should have picked up on earlier anyway, it needs to be run with a single agent. Otherwise you cannot be sure which agent the a.gif will end up on, it is dependent on which ever agent pings the queue first. Thats why this test is failing, the a.gif file is not showing up on the container that initiated the test. |
@renan-souza do you want to finish this together at some point?
Currently, running CI in GitLab is a lot slower than using GitHub actions, by moving as many of our tests as possible into the GitHub actions we will improve the development speed. This PR attempts to move some of the integration tests from GitLab to GitHub. Leaving only end-to-end tests that need globus on GitLab.