More CICD fixes again again again again again again again again again again again again again again again again again again again again again again again again again again again again
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 2m1s
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 2m1s
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
This commit is contained in:
@@ -65,8 +65,8 @@ jobs:
|
||||
|
||||
run-check:
|
||||
name: ${{ matrix.name }}
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 20
|
||||
needs: setup
|
||||
strategy:
|
||||
|
||||
@@ -65,8 +65,8 @@ jobs:
|
||||
|
||||
backend-tests:
|
||||
name: Backend Tests
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 25
|
||||
needs: setup
|
||||
steps:
|
||||
@@ -119,8 +119,8 @@ jobs:
|
||||
|
||||
frontend-tests:
|
||||
name: Frontend Tests
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 25
|
||||
needs: setup
|
||||
steps:
|
||||
@@ -137,8 +137,8 @@ jobs:
|
||||
|
||||
xdoctest:
|
||||
name: Backend Doctests
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 15
|
||||
needs: setup
|
||||
steps:
|
||||
@@ -156,8 +156,8 @@ jobs:
|
||||
|
||||
integration-tests:
|
||||
name: Integration Tests
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 20
|
||||
needs: [setup, backend-tests]
|
||||
steps:
|
||||
@@ -179,8 +179,8 @@ jobs:
|
||||
|
||||
e2e-tests:
|
||||
name: End-to-End Tests
|
||||
# Docker-capable runner required: pulls and runs the CICD container image.
|
||||
runs-on: ubuntu-act
|
||||
# Docker-capable 8GB runner required for stable container startup.
|
||||
runs-on: ubuntu-act-8gb
|
||||
timeout-minutes: 30
|
||||
needs: [setup, frontend-tests]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user