-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updating labels for on-demand runners #294
Conversation
This is an automated comment for commit 6a7e191 with description of existing statuses. It's updated for the latest CI running
|
- name: Check out repository code | ||
uses: ClickHouse/checkout@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just fork the ClickHouse/checkout
and add retries there? Then we can reduce clutter here (to simplify merge) and even have a chance to propose these changes upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please remove action.yml
and retry.sh
if those are not required.
other IPv6 addr, explicit 8.8.8.8 dns (cherry-picked a028c29)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
On-demand heztner server setup using https://github.com/testflows/TestFlows-GitHub-Runners
Labels of the jobs now include on-demand, which will trigger for on-demand runners to be brought up.
Further labels define Hetzner server types the runner will use (e.g. type-cpx31) and server image (image-x86-app-docker-ce).