Skip to content

WIP: use cncf hosted gha runners #1195

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jeefy
Copy link

@jeefy jeefy commented Mar 6, 2025

CNCF has hosted ephemeral GitHub runners in Oracle that we're wanting projects to use rather than the GitHub hosted ones, which are now incur a cost to use. This PR is currently a WIP to work through any tests that break or dependencies that may be missing. <3

Please direct any questions to myself, @krook and @RobertKielty

@jeefy jeefy requested a review from a team as a code owner March 6, 2025 22:34
@jeefy jeefy requested a review from sayboras March 6, 2025 22:34
@sayboras
Copy link
Member

sayboras commented Mar 6, 2025

Oh thanks a lot for your help, my previous attempt was with equinix (which was announced as EOL shortly after).

#979

@jeefy
Copy link
Author

jeefy commented Mar 7, 2025

Somewhat consistent test failure here: https://github.com/cilium/proxy/actions/runs/13709538606/job/38386691311#step:17:1670

Immediate thinking is it's something with the job running in a pod and not a VM (primary difference between GH hosted and self-hosted using GitHub ARC Runners) -- Ideas appreciated before I dive down this rabbit hole :)

@jeefy jeefy force-pushed the cncf-gha-runners branch from c901e10 to 811139a Compare March 7, 2025 21:44
@jeefy
Copy link
Author

jeefy commented Mar 7, 2025

@sayboras Any idea on why this would still be running on the hosted GH runner rather than the CNCF Runner? https://github.com/cilium/proxy/actions/runs/13729868767/job/38404564433?pr=1195#step:1:2

@sayboras
Copy link
Member

sayboras commented Mar 7, 2025

Any idea on why this would still be running on the hosted GH runner rather than the CNCF Runner?

The workflow is configured with pull_request_target, so you need to push a branch to cilium/proxy repo, one additional commit is required (see the second commit in #1196 for example).

jeefy added 2 commits April 15, 2025 13:39
Signed-off-by: Jeffrey Sica <[email protected]>
Signed-off-by: Jeffrey Sica <[email protected]>
@jeefy jeefy force-pushed the cncf-gha-runners branch from 68d17e2 to f421aab Compare April 15, 2025 18: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.

2 participants