Skip to content

Change runner type from self-hosted to general-runner#161

Open
idelcano wants to merge 1 commit intodevelopmentfrom
ci/general-runner-migration
Open

Change runner type from self-hosted to general-runner#161
idelcano wants to merge 1 commit intodevelopmentfrom
ci/general-runner-migration

Conversation

@idelcano
Copy link
Copy Markdown
Contributor

Pull Request: Update GitHub Actions runner tags
Summary
This PR updates the workflow configuration to change the runner label from self-hosted to general-runner.

Note: Some minor whitespace changes in the workflow file were auto-formatted by the GitHub web editor.

Context
Currently, we use the self-hosted tag, which is a default label shared across all custom runners not managed by GitHub. To improve our infrastructure management, we have deployed new virtual machines and need a way to differentiate between them.

Changes
Updated runs-on: self-hosted to runs-on: general-runner in all workflow files.

Why this is necessary
Using general-runner allows us to:

Isolate workloads: Ensure jobs run on the specific VM intended for these tasks.

Granular Control: Avoid resource conflicts with other custom runners using the generic self-hosted tag.

Scalability: Better tracking of runner usage and performance.

@idelcano idelcano requested a review from adrianq March 26, 2026 19:39
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