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

run_actions_on_self_hosted #1458

Merged
merged 16 commits into from
Oct 30, 2024
Merged

Conversation

nachog00
Copy link
Contributor

@nachog00 nachog00 commented Oct 17, 2024

For the self-hosted runner to pick up on actions jobs, they must have the property:

runs-on: self-hosted

I changed only the jobs on CI.yaml for now.

@nachog00 nachog00 marked this pull request as ready for review October 17, 2024 01:16
@nachog00 nachog00 changed the title changed runs-on to self-hosted in ci.yaml run_actions_on_self_hosted Oct 17, 2024
zancas
zancas previously approved these changes Oct 17, 2024
Idea is to have this dep already in the runner image, but not break github hosted runner compatibility.
@zancas
Copy link
Member

zancas commented Oct 28, 2024

Hi @nachog00 is this PR still active? Or has it been superceded?

@nachog00
Copy link
Contributor Author

Hi @nachog00 is this PR still active? Or has it been superceded?

no. When self hosted runners handle jobs correctly, merging this will make all jobs be picked up by them.

.github/workflows/test.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@fluidvanadium fluidvanadium left a comment

Choose a reason for hiding this comment

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

buenok

@zancas
Copy link
Member

zancas commented Oct 30, 2024

Since this is blocked on CI... and since it should speed up CI, I am going to merge it.

@zancas zancas merged commit 88a2e09 into zingolabs:dev Oct 30, 2024
17 checks passed
This was referenced Oct 31, 2024
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