mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
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 <andreifdaaron@gmail.com> * ci: increase resources available for ecosystem tools tests Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com> --------- Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user