diff --git a/.gitlab/ci/.gitlab-ci.yml b/.gitlab/ci/.gitlab-ci.yml index 7abed4322..1467f3e9a 100644 --- a/.gitlab/ci/.gitlab-ci.yml +++ b/.gitlab/ci/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: - CURRENT_BRANCH_NAME: $INFRA_BRANCH + CURRENT_BRANCH_NAME: remove-firebase-authenticate include: - file: "/.gitlab/ci/content-docs/.gitlab-ci.yml" - ref: $INFRA_BRANCH + ref: remove-firebase-authenticate project: "${CI_PROJECT_NAMESPACE}/infra" diff --git a/content-repo/gendocs.py b/content-repo/gendocs.py index 2a7afb5dc..2a7338e55 100755 --- a/content-repo/gendocs.py +++ b/content-repo/gendocs.py @@ -73,7 +73,7 @@ def timestamped_print(*args, **kwargs): NO_HTML = '' YES_HTML = '' BRANCH = os.getenv('HEAD', 'master') -MAX_FAILURES = int(os.getenv('MAX_FAILURES', 40)) # if we have more than this amount in a single category we fail the build +MAX_FAILURES = int(os.getenv('MAX_FAILURES', 60)) # if we have more than this amount in a single category we fail the build # env vars for faster development MAX_FILES = int(os.getenv('MAX_FILES', -1)) FILE_REGEX = os.getenv('FILE_REGEX')