test 16 cores

This commit is contained in:
Florian Forster 2025-02-19 17:07:26 +01:00
parent 9cd6fb6d55
commit 50904d7914
No known key found for this signature in database
2 changed files with 2 additions and 82 deletions

View File

@ -10,89 +10,9 @@ permissions:
contents: read
jobs:
github-no-cache:
timeout-minutes: 20
runs-on:
group: zitadel-public
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
targets: build, lint ,core-unit
no-cache: true
github-cache:
timeout-minutes: 20
runs-on:
group: zitadel-public
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
targets: build, lint ,core-unit
no-cache: false
depot-no-cache:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: depot/setup-action@v1
- uses: depot/bake-action@v1
with:
project: w47wkxzdtw
push: false
targets: build, lint ,core-unit
no-cache: true
load: false
depot-cache:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: depot/setup-action@v1
- uses: depot/bake-action@v1
with:
project: w47wkxzdtw
push: false
targets: build, lint ,core-unit
no-cache: false
load: false
depot-gh-no-cache:
timeout-minutes: 20
runs-on: depot-ubuntu-22.04-8
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
targets: build, lint ,core-unit
no-cache: true
load: false
depot-gh-cache:
timeout-minutes: 20
runs-on: depot-ubuntu-22.04-8
runs-on: depot-ubuntu-22.04-16
steps:
- uses: actions/checkout@v4
with:

View File

@ -1,5 +1,5 @@
issues:
new-from-rev: HEAD
new-from-rev: HEAD~1
# Set to 0 to disable.
max-issues-per-linter: 0
# Set to 0 to disable.