AMW-495 Move runners from hosted to self-hosted env#16
Open
RanabirChakraborty wants to merge 1 commit intoansible-middleware:rootpermfrom
Open
AMW-495 Move runners from hosted to self-hosted env#16RanabirChakraborty wants to merge 1 commit intoansible-middleware:rootpermfrom
RanabirChakraborty wants to merge 1 commit intoansible-middleware:rootpermfrom
Conversation
Member
Author
|
@hcherukuri @iweiss We're migrating from GitHub-hosted runners to self-hosted runners to reduce GitHub Actions costs. Following the official GitHub documentation: https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners/use-in-a-workflow, we're using runs-on: self-hosted instead of hardcoding specific runner labels like ubuntu-latest, which allows GitHub Actions to automatically select any available self-hosted runner for jobs that don't require specific configurations. We've kept specific labels like molecule-2.18, molecule-2.19, molecule-2.20 for jobs that require particular Ansible/molecule versions. Please review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: https://redhat.atlassian.net/browse/AMW-495