-
Notifications
You must be signed in to change notification settings - Fork 33
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
Using advanced configurations for GitLab Runners (config.toml) #42
Comments
I just realized, that the runner isn't restarted anymore. Instead it logs
@ast3150 Any response would be much appreciated. |
Let‘s see. About the release, probably @Marcocanc can help, but let‘s resolve the other issues first. I see how the Readme can be worded more clearly. I struggled a bit to come up with an explanation which is concise. If you have a suggestion please let me know. About the The As for the runner error, is it possible that there is some other issue with your runner configuration setup or registration? Can you provide more info about when this happens and what you‘ve tried to resolve it? |
Thanks for your reply. I examined the error / warning a bit further and it only appears if the job execution fails (caused by Do you have a workaround to get the ephemeral behaviour for GitLab runners while still providing |
Thanks to #38 it's now possible to define more advanced configuration options for GitLab Runners 🎉.
However I had some difficulties to get it to work:
[[runners]]
because this part is already present (see below). Instead it sounds a bit like you have to pass the path to aconfig.toml
file.Relevant code in
GitLabRunnerProvisioner.swift
:Especially 2. should be addressed imho 🙂 ...
The text was updated successfully, but these errors were encountered: