mirror of
https://github.com/suitenumerique/docs
synced 2026-05-24 09:28:25 +00:00
Some checks are pending
Build and Push to GHCR / build-and-push-backend (push) Waiting to run
Build and Push to GHCR / build-and-push-frontend (push) Waiting to run
Update crowdin sources / install-dependencies (push) Waiting to run
Update crowdin sources / synchronize-with-crowdin (push) Blocked by required conditions
Docker Hub Workflow / build-and-push-backend (push) Waiting to run
Docker Hub Workflow / build-and-push-frontend (push) Waiting to run
Docker Hub Workflow / build-and-push-y-provider (push) Waiting to run
Docker Hub Workflow / notify-argocd (push) Blocked by required conditions
Build and Push to GHCR / build-and-push-y-provider (push) Waiting to run
Helmfile lint / helmfile-lint (push) Waiting to run
Frontend Workflow / install-dependencies (push) Waiting to run
Frontend Workflow / test-front (push) Blocked by required conditions
Frontend Workflow / lint-front (push) Blocked by required conditions
Frontend Workflow / test-e2e-chromium (push) Waiting to run
Frontend Workflow / test-e2e-other-browser (push) Blocked by required conditions
Frontend Workflow / bundle-size-check (push) Blocked by required conditions
Frontend Workflow / uikit-theme-checker (push) Blocked by required conditions
Main Workflow / install-dependencies (push) Waiting to run
Main Workflow / lint-git (push) Waiting to run
Main Workflow / check-changelog (push) Waiting to run
Main Workflow / lint-changelog (push) Waiting to run
Main Workflow / lint-spell-mistakes (push) Waiting to run
Main Workflow / lint-back (push) Waiting to run
Main Workflow / test-back (push) Blocked by required conditions
Strong flakiness started to appear. This commit aims to fix some of them by improving the stability of the tests and removing some redundant checks.
9 lines
298 B
Text
9 lines
298 B
Text
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="1000/minute"
|
|
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
|
|
SUSTAINED_THROTTLE_RATES="1000/minute"
|
|
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
|
|
|
|
# Throttle
|
|
API_DOCUMENT_THROTTLE_RATE=1000/min
|
|
API_CONFIG_THROTTLE_RATE=1000/min
|