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

Configure alerting for GitHub timeouts #31

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Configure alerting for GitHub timeouts #31

merged 1 commit into from
Jul 10, 2023

Conversation

galargh
Copy link
Member

@galargh galargh commented Jul 10, 2023

The runners sometimes get stuck after adding runner but before the runner picks up a job. This PR configures alerts for situations like these.

Degraded performance:

--------------------------------------------------------------------------------
|        ____ _ _   _   _       _          _        _   _                      |
|       / ___(_) |_| | | |_   _| |__      / \   ___| |_(_) ___  _ __  ___      |
|      | |  _| | __| |_| | | | | '_ \    / _ \ / __| __| |/ _ \| '_ \/ __|     |
|      | |_| | | |_|  _  | |_| | |_) |  / ___ \ (__| |_| | (_) | | | \__ \     |
|       \____|_|\__|_| |_|\__,_|_.__/  /_/   \_\___|\__|_|\___/|_| |_|___/     |
|                                                                              |
|                       Self-hosted runner registration                        |
|                                                                              |
--------------------------------------------------------------------------------

# Authentication


√ Connected to GitHub

# Runner Registration




√ Runner successfully added
The HTTP request timed out after 00:01:40.

Expected performance:

--------------------------------------------------------------------------------
|        ____ _ _   _   _       _          _        _   _                      |
|       / ___(_) |_| | | |_   _| |__      / \   ___| |_(_) ___  _ __  ___      |
|      | |  _| | __| |_| | | | | '_ \    / _ \ / __| __| |/ _ \| '_ \/ __|     |
|      | |_| | | |_|  _  | |_| | |_) |  / ___ \ (__| |_| | (_) | | | \__ \     |
|       \____|_|\__|_| |_|\__,_|_.__/  /_/   \_\___|\__|_|\___/|_| |_|___/     |
|                                                                              |
|                       Self-hosted runner registration                        |
|                                                                              |
--------------------------------------------------------------------------------

# Authentication


√ Connected to GitHub

# Runner Registration




√ Runner successfully added
√ Runner connection is good

# Runner settings


√ Settings Saved.

[
  {
    group: Operating System,
    detail: Distribution: Ubuntu 22.04.2 LTS
Architecture: x86_64
  },
  {
    group: Runner Image,
    detail: AMI id: ami-0e5a762b84dbd7a3d
  }
]
Starting runner after 0:0:47
Starting the runner as user runner
Starting the runner in ephemeral mode

√ Connected to GitHub

Current runner version: '2.305.0'
2023-07-10 09:33:28Z: Listening for Jobs
2023-07-10 09:33:30Z: Running job: Test job

@galargh galargh merged commit 475a918 into main Jul 10, 2023
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.

1 participant