From dcae7fbea87ddae5fe64bc67f836247a26ede711 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Tue, 15 Apr 2025 14:23:23 -0500 Subject: [PATCH] use cncf-hosted gha runners Signed-off-by: Jeffrey Sica --- .github/workflows/main.yml | 3 +-- .github/workflows/mpi-operator-docker-image-publish.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50cd4b562..8d1072619 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,7 @@ jobs: run: make test e2e: name: E2E - runs-on: - labels: ubuntu-latest-16-cores + runs-on: oracle-16cpu-64gb-x86-64 # Pull requests from the same repository won't trigger this checks as they were already triggered by the push if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: diff --git a/.github/workflows/mpi-operator-docker-image-publish.yml b/.github/workflows/mpi-operator-docker-image-publish.yml index b536dc447..12fffbf8d 100644 --- a/.github/workflows/mpi-operator-docker-image-publish.yml +++ b/.github/workflows/mpi-operator-docker-image-publish.yml @@ -15,8 +15,7 @@ env: jobs: build-push-docker-image: - runs-on: - labels: ubuntu-latest-16-cores + runs-on: oracle-16cpu-64gb-x86-64 steps: - name: Checkout uses: actions/checkout@v3