From a7c9f0cc8cbd2699e6362de04217a39f1188bc3b Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 9 Dec 2021 20:45:48 -0800 Subject: [PATCH] Disable apollo test job This job is running out of memory (https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/1869674487) and blocking pipelines from completing. We can let the "apollo push" build stay in case we need do more testing. --- .gitlab/ci/custom.images.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index f3b7f49..2d35a05 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -60,7 +60,9 @@ gitlab-operator-build-base test: *test_build alpine-bash-jq-curl-git test: *test_build # Used by frontend related tasks for linting GraphQL -apollo test: *test_build +# Disabled due out out of memory: +# https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/1869674487 +# apollo test: *test_build # Used by https://gitlab.com/gitlab-org/charts/auto-deploy-app/-/blob/master/.gitlab-ci.yml