mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ci: stop using the non-free 4-core runners (#2695)
Signed-off-by: Jeffrey Sica <me@jeefy.dev> Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> Co-authored-by: Jeffrey Sica <me@jeefy.dev>
This commit is contained in:
parent
8553712613
commit
df4f9ca9d3
6 changed files with 8 additions and 8 deletions
2
.github/workflows/cluster.yaml
vendored
2
.github/workflows/cluster.yaml
vendored
|
@ -14,7 +14,7 @@ permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
client-tools:
|
client-tools:
|
||||||
name: Stateless zot with shared reliable storage
|
name: Stateless zot with shared reliable storage
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
# services:
|
# services:
|
||||||
# minio:
|
# minio:
|
||||||
# image: minio/minio:RELEASE.2024-07-16T23-46-41Z
|
# image: minio/minio:RELEASE.2024-07-16T23-46-41Z
|
||||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -25,7 +25,7 @@ permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: read
|
contents: read
|
||||||
|
|
2
.github/workflows/gqlgen.yaml
vendored
2
.github/workflows/gqlgen.yaml
vendored
|
@ -19,7 +19,7 @@ permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
gqlgen:
|
gqlgen:
|
||||||
name: Check GQL generation
|
name: Check GQL generation
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
|
|
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
|
@ -16,7 +16,7 @@ permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
dedupe:
|
dedupe:
|
||||||
name: Dedupe/restore blobs
|
name: Dedupe/restore blobs
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
name: Sync harness
|
name: Sync harness
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out source code
|
- name: Check out source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -14,7 +14,7 @@ permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
test-run-minimal:
|
test-run-minimal:
|
||||||
name: Running zot without extensions tests
|
name: Running zot without extensions tests
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install go
|
- name: Install go
|
||||||
|
@ -93,7 +93,7 @@ jobs:
|
||||||
- uses: ./.github/actions/teardown-localstack
|
- uses: ./.github/actions/teardown-localstack
|
||||||
test-run-devmode:
|
test-run-devmode:
|
||||||
name: Running privileged tests on Linux
|
name: Running privileged tests on Linux
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
|
|
2
.github/workflows/web-scan.yaml
vendored
2
.github/workflows/web-scan.yaml
vendored
|
@ -15,7 +15,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
zap_scan:
|
zap_scan:
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest
|
||||||
name: Scan ZOT using ZAP
|
name: Scan ZOT using ZAP
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue