Skip to content

Set up bare metal GiHub self-hosted runner on Oracle Cloud #2801

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
2 of 4 tasks
trask opened this issue Jun 6, 2025 · 2 comments
Open
2 of 4 tasks

Set up bare metal GiHub self-hosted runner on Oracle Cloud #2801

trask opened this issue Jun 6, 2025 · 2 comments
Labels
area/project-infra Non-GitHub project infra (DockerHub, etc.)

Comments

@trask
Copy link
Member

trask commented Jun 6, 2025

Our current bare metal self-hosted runners are going away, so we are working on setting up a bare metal instance in Oracle Cloud as a GitHub self-hosted runner.

So far

  • Set up the Bare Metal instance in Oracle Cloud
  • Set it up as a GitHub self-hosted runner as (but need to leave it disabled for now, see below)

Todo:

  • Migrate all existing usages of runs-on: self-hosted to runs-on: equinix-bare-metal
    • This is needed because all self-hosted runners have the self-hosted label, and so as soon as we enable the new self-hosted runner, those workflows will sometimes get one and sometimes get the other.
    • Usages of the new self-hosted runner should use runs-on: oracle-bare-metal-64cpu-512gb-x86-64 to differentiate.
  • Decide if we want to use container-based workflows in order to isolate environments, or do we want to run the jobs directly on the host, in which case what software do we need to install on the host?

Related to

@lquerel
Copy link

lquerel commented Jun 6, 2025

I’ll let @cijothomas and @clhain explicitly answer the questions mentioned in this issue. From my perspective, a key criterion is selecting a solution that maximizes our chances of obtaining benchmark results with minimal external interference and dependencies, ensuring the results remain as stable as possible over time.

@trask
Copy link
Member Author

trask commented Jun 6, 2025

Migrate all existing usages of runs-on: self-hosted to runs-on: equinix-bare-metal

PRs have been sent to all the repos that are using runs-on: self-hosted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/project-infra Non-GitHub project infra (DockerHub, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants