Skip to content

AMW-495 Move runners from hosted to self-hosted env#16

Open
RanabirChakraborty wants to merge 1 commit intoansible-middleware:rootpermfrom
RanabirChakraborty:AMW-495
Open

AMW-495 Move runners from hosted to self-hosted env#16
RanabirChakraborty wants to merge 1 commit intoansible-middleware:rootpermfrom
RanabirChakraborty:AMW-495

Conversation

@RanabirChakraborty
Copy link
Copy Markdown
Member

@RanabirChakraborty
Copy link
Copy Markdown
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

Copy link
Copy Markdown
Member

@hcherukuri hcherukuri left a comment

Choose a reason for hiding this comment

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

I want to test out this changes, the github actions on keycloak are failing after the recent changes.

Copy link
Copy Markdown

@iweiss iweiss left a comment

Choose a reason for hiding this comment

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

It would be good to test these before merging. Any suggestions how to do it?

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.

3 participants