generate-apollo-graphql-schema as-if-foss
Passed Started
by
@fguibert
Florie Guibert
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:apollo ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:apollo ...9Using docker image sha256:075d0897777b07bcb721945789e5a513ceeb35454b3e1fe66655812dc2ae91a5 for registry.gitlab.com/gitlab-org/gitlab-build-images:apollo with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:bb0ec357dbde37ae22ebe97ff51ab0bc09f4085507237bd83186e9349cdb5779 ...11Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1657155073-29d25c72...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 107798, done. 18remote: Counting objects: 100% (107798/107798), done. 19remote: Compressing objects: 100% (76542/76542), done. 20remote: Total 107798 (delta 42645), reused 69839 (delta 27219), pack-reused 0 21Receiving objects: 100% (107798/107798), 104.24 MiB | 34.29 MiB/s, done.22Resolving deltas: 100% (42645/42645), done.24 * [new ref] refs/pipelines/581948065 -> refs/pipelines/58194806525Checking out 5ef8e465 as refs/merge-requests/91652/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Downloading artifacts for graphql-schema-dump as-if-foss (2688594893)...30Downloading artifacts from coordinator... ok id=2688594893 responseStatus=200 OK token=rPm8zVj_32Using docker image sha256:075d0897777b07bcb721945789e5a513ceeb35454b3e1fe66655812dc2ae91a5 for registry.gitlab.com/gitlab-org/gitlab-build-images:apollo with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:bb0ec357dbde37ae22ebe97ff51ab0bc09f4085507237bd83186e9349cdb5779 ...33$ echo $FOSS_ONLY34135$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb36$ export GOPATH=$CI_PROJECT_DIR/.go37$ mkdir -p $GOPATH38$ source scripts/utils.sh39$ source scripts/prepare_build.sh40Using decomposed database config (config/database.yml.decomposed-postgresql)41$ apollo client:download-schema --config=config/apollo.config.js ${GRAPHQL_SCHEMA_APOLLO_FILE}42Loading Apollo Project [started]43Loading Apollo Project [completed]44Saving schema to tmp/tests/graphql/gitlab_schema_apollo.graphql [started]45Saving schema to tmp/tests/graphql/gitlab_schema_apollo.graphql [completed]47Uploading artifacts...48tmp/tests/graphql/gitlab_schema_apollo.graphql: found 1 matching files and directories 49WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2688594916/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com50WARNING: Retrying... context=artifacts-uploader error=request redirected51Uploading artifacts as "archive" to coordinator... 201 Created id=2688594916 responseStatus=201 Created token=rPm8zVj_53Job succeeded