From d480380ef7f04bbb656de7e0d0b89461b00e2a4c Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Tue, 9 Jun 2026 12:46:21 +0300 Subject: [PATCH] ci: Update GH runner labels (#4121) * ci: migrate workflows off deprecated oracle-vm runners Switch CI jobs from oracle-vm-* runner labels to cncf-ubuntu-* as the oracle-cm-* CNCF runner labels are deprecated. Signed-off-by: Andrei Aaron * ci: increase resources available for ecosystem tools tests Signed-off-by: Andrei Aaron --------- Signed-off-by: Andrei Aaron --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/ecosystem-tools.yaml | 2 +- .github/workflows/gc-stress-test.yaml | 8 ++++---- .github/workflows/nightly.yaml | 8 ++++---- .github/workflows/test.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 2e5d4d55..4dfbfafd 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: benchmark: name: Performance regression check - runs-on: oracle-vm-8cpu-32gb-x86-64 + runs-on: cncf-ubuntu-8-32-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/ecosystem-tools.yaml b/.github/workflows/ecosystem-tools.yaml index 1bfd4b9e..4676b084 100644 --- a/.github/workflows/ecosystem-tools.yaml +++ b/.github/workflows/ecosystem-tools.yaml @@ -14,7 +14,7 @@ permissions: read-all jobs: client-tools: name: Check client tools - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-32-128-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/gc-stress-test.yaml b/.github/workflows/gc-stress-test.yaml index eabfc029..b78a3e7c 100644 --- a/.github/workflows/gc-stress-test.yaml +++ b/.github/workflows/gc-stress-test.yaml @@ -14,7 +14,7 @@ permissions: read-all jobs: gc-referrers-stress-local: name: GC(with referrers) on filesystem with short interval - runs-on: oracle-vm-8cpu-32gb-x86-64 + runs-on: cncf-ubuntu-8-32-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -56,7 +56,7 @@ jobs: gc-stress-local: name: GC(without referrers) on filesystem with short interval - runs-on: oracle-vm-8cpu-32gb-x86-64 + runs-on: cncf-ubuntu-8-32-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -98,7 +98,7 @@ jobs: gc-referrers-stress-s3: name: GC(with referrers) on S3(minio) with short interval - runs-on: oracle-vm-8cpu-32gb-x86-64 + runs-on: cncf-ubuntu-8-32-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -185,7 +185,7 @@ jobs: gc-stress-s3: name: GC(without referrers) on S3(minio) with short interval - runs-on: oracle-vm-8cpu-32gb-x86-64 + runs-on: cncf-ubuntu-8-32-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index a464127a..18b971f0 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -72,7 +72,7 @@ jobs: gc-referrers-stress-s3: name: GC(with referrers) on S3(localstack) with short interval - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-16-64-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -118,7 +118,7 @@ jobs: gc-stress-s3: name: GC(without referrers) on S3(localstack) with short interval - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-16-64-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -264,7 +264,7 @@ jobs: cloud-scale-out: name: s3+dynamodb scale-out - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-16-64-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -335,7 +335,7 @@ jobs: cloud-scale-out-redis: name: s3+redis scale-out - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-16-64-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 847ce772..b868133f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: - uses: ./.github/actions/teardown-localstack test-run-extensions: name: Run zot with extensions tests - runs-on: oracle-vm-16cpu-64gb-x86-64 + runs-on: cncf-ubuntu-16-64-x86 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: