generate-apollo-graphl-schema
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 14.5.2 (e91107dd)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 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:48b1e8eeb9d375a8546e435e16be8b1c3b39739fe5b7820cf9f1503fc39cd044 for registry.gitlab.com/gitlab-org/gitlab-build-images:apollo with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d22446547e81fc969da7499061c9008a36492803e3af34979970cc7277ec7e98 ...11Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1639444609-e696aa97...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: 91326, done. 18remote: Counting objects: 100% (91326/91326), done. 19remote: Compressing objects: 100% (68267/68267), done. 20remote: Total 91326 (delta 30507), reused 60830 (delta 19269), pack-reused 0 21Receiving objects: 100% (91326/91326), 103.88 MiB | 27.99 MiB/s, done.22Resolving deltas: 100% (30507/30507), done.24 * [new ref] 74a38a79b62c49b1e9b89b9829f66b53abaed5a9 -> refs/pipelines/42880374425 * [new branch] master -> origin/master26Checking out 74a38a79 as master...27Skipping Git submodules setup29Downloading artifacts for graphql-schema-dump (1880797936)...30Downloading artifacts from coordinator... ok id=1880797936 responseStatus=200 OK token=QyLsqFmY32Using docker image sha256:48b1e8eeb9d375a8546e435e16be8b1c3b39739fe5b7820cf9f1503fc39cd044 for registry.gitlab.com/gitlab-org/gitlab-build-images:apollo with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:d22446547e81fc969da7499061c9008a36492803e3af34979970cc7277ec7e98 ...33$ echo $FOSS_ONLY34$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb35$ export GOPATH=$CI_PROJECT_DIR/.go36$ mkdir -p $GOPATH37$ source scripts/utils.sh38$ source scripts/prepare_build.sh39$ apollo client:download-schema --config=config/apollo.config.js ${GRAPHQL_SCHEMA_APOLLO_FILE}40Loading Apollo Project [started]41Loading Apollo Project [completed]42Saving schema to tmp/tests/graphql/gitlab_schema_apollo.graphql [started]43Saving schema to tmp/tests/graphql/gitlab_schema_apollo.graphql [completed]45Uploading artifacts...46tmp/tests/graphql/gitlab_schema_apollo.graphql: found 1 matching files and directories 47Uploading artifacts as "archive" to coordinator... ok id=1880797944 responseStatus=201 Created token=3yXvyosA49Job succeeded