mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 09:37:23 +00:00
test 16 cores
This commit is contained in:
parent
9cd6fb6d55
commit
50904d7914
82
.github/workflows/ffo-test.yml
vendored
82
.github/workflows/ffo-test.yml
vendored
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user