Skip to content
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

Remove SSH connection test since Gitlab Runner provides this feature already #46

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

baurmatt
Copy link
Contributor

Gitlab Runner already provides this feature with the config option runners.autoscaler.instance_ready_command. Let's remove it to have fewer code and faster connections.

See https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscaler-section

…already

Gitlab Runner already provides this feature with the config option
runners.autoscaler.instance_ready_command. Let's remove it to have fewer
code and faster connections.

See https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscaler-section
Copy link
Contributor

@vooon vooon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure. I've added this to ensure the instance is ready. Had some issues...

Perhaps present fleeting do not need it...

@vooon vooon merged commit 6dc5c56 into sardinasystems:main Dec 13, 2024
5 checks passed
@baurmatt
Copy link
Contributor Author

Yes, you've implemented it before Gitlab Runner had that feature :)

@baurmatt baurmatt deleted the remove-ssh-connection-test branch December 13, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants