Skip to content

switch gha runner#109

Merged
p-hoffmann merged 1 commit into
developfrom
p-hoffmann/ghar
Aug 3, 2025
Merged

switch gha runner#109
p-hoffmann merged 1 commit into
developfrom
p-hoffmann/ghar

Conversation

@p-hoffmann

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 3, 2025 06:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR switches GitHub Actions runners from a custom runner group named "trex" to the standard GitHub-hosted ubuntu-latest runners across multiple workflow files.

  • Replaces custom runner group configuration with standard GitHub-hosted runners
  • Updates three workflow files to use ubuntu-latest instead of the trex group
  • Simplifies runner configuration by removing the multi-line YAML syntax

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/npm-ci.yml Updates build job to use ubuntu-latest runner
.github/workflows/docker-build-push.yml Updates build-push-image job to use ubuntu-latest runner
.github/workflows/ci.yml Updates cargo-test job to use ubuntu-latest runner
Comment thread .github/workflows/npm-ci.yml
Comment thread .github/workflows/docker-build-push.yml
Comment thread .github/workflows/ci.yml
@p-hoffmann p-hoffmann merged commit 15c7a72 into develop Aug 3, 2025
8 checks passed
@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 16701913753

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.006%) to 38.411%

Files with Coverage Reduction New Missed Lines %
crates/base/src/worker/supervisor/mod.rs 1 58.85%
Totals Coverage Status
Change from base Build 16701886504: 0.006%
Covered Lines: 14843
Relevant Lines: 38643

💛 - Coveralls
@p-hoffmann p-hoffmann deleted the p-hoffmann/ghar branch August 10, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants