jest predictive 11/12
Passed Started
by
@dstull
Doug Stull
1Running with gitlab-runner 16.11.0~pre.21.gaa21be2d (aa21be2d)2 on blue-1.shared-gitlab-org.runners-manager.gitlab.com/default KzYhZxBv, system ID: s_e6befde69e263 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:4d97a6e6b48a500f28599f739761ccb23dc0b775b23fe71357e1f48df9074e52 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:56b23cca550b55e86db3c2471a1223d2b3a97ddff9a4bf6bd246dcef3ec64284 ...11Running on runner-kzyhzxbv-project-278964-concurrent-0 via runner-kzyhzxbv-shared-gitlab-org-1712347592-827b41ba...13Fetching changes with git depth set to 20...14Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/15Created fresh repository.16remote: Enumerating objects: 156751, done. 17remote: Counting objects: 100% (156751/156751), done. 18remote: Compressing objects: 100% (106793/106793), done. 19remote: Total 156751 (delta 70777), reused 103266 (delta 43683), pack-reused 0 20Receiving objects: 100% (156751/156751), 130.77 MiB | 29.76 MiB/s, done.21Resolving deltas: 100% (70777/70777), done.23 * [new ref] refs/pipelines/1242132973 -> refs/pipelines/124213297324Checking out 3252f31f as detached HEAD (ref is refs/merge-requests/147698/merge)...25Skipping Git submodules setup26$ git remote set-url origin "${CI_REPOSITORY_URL}"28Checking cache for node-modules-debian-bookworm-test-17...29Downloading cache from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-debian-bookworm-test-17 30Successfully extracted cache32Downloading artifacts for detect-tests (6560797948)...33Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797948 responseStatus=200 OK token=glcbt-6534Downloading artifacts for rspec-all frontend_fixture 1/7 (6560797971)...35Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797971 responseStatus=200 OK token=glcbt-6536Downloading artifacts for rspec-all frontend_fixture 2/7 (6560797976)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797976 responseStatus=200 OK token=glcbt-6538Downloading artifacts for rspec-all frontend_fixture 3/7 (6560797985)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797985 responseStatus=200 OK token=glcbt-6540Downloading artifacts for rspec-all frontend_fixture 4/7 (6560797994)...41Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797994 responseStatus=200 OK token=glcbt-6542Downloading artifacts for rspec-all frontend_fixture 5/7 (6560797998)...43Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560797998 responseStatus=200 OK token=glcbt-6544Downloading artifacts for rspec-all frontend_fixture 6/7 (6560798003)...45Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560798003 responseStatus=200 OK token=glcbt-6546Downloading artifacts for rspec-all frontend_fixture 7/7 (6560798007)...47Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6560798007 responseStatus=200 OK token=glcbt-6549Using docker image sha256:4d97a6e6b48a500f28599f739761ccb23dc0b775b23fe71357e1f48df9074e52 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:56b23cca550b55e86db3c2471a1223d2b3a97ddff9a4bf6bd246dcef3ec64284 ...50$ echo $FOSS_ONLY51$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb52$ export GOPATH=$CI_PROJECT_DIR/.go53$ mkdir -p $GOPATH54$ source scripts/utils.sh55$ source scripts/prepare_build.sh56Using decomposed database config (config/database.yml.decomposed-postgresql)57Geo DB won't be set up.58Embedding DB won't be set up.59$ yarn_install_script114$ if [[ -s "$RSPEC_CHANGED_FILES_PATH" ]] || [[ -s "$RSPEC_MATCHING_JS_FILES_PATH" ]]; then run_timed_command "yarn jest:ci:predictive"; fi115$ yarn jest:ci:predictive116yarn run v1.22.19117$ jest --config jest.config.js --ci --coverage --findRelatedTests $(cat $RSPEC_CHANGED_FILES_PATH) $(cat $RSPEC_MATCHING_JS_FILES_PATH) --passWithNoTests --testSequencer ./scripts/frontend/parallel_ci_sequencer.js118CI_NODE_INDEX: 11119CI_NODE_TOTAL: 12120Total number of tests: 0121Total number of tests for this runner: 0122No tests found, exiting with code 0123=============================== Coverage summary ===============================124Statements : Unknown% ( 0/0 )125Branches : Unknown% ( 0/0 )126Functions : Unknown% ( 0/0 )127Lines : Unknown% ( 0/0 )128================================================================================129Done in 13.14s.130==> 'yarn jest:ci:predictive' succeeded in 14 seconds.132Not uploading cache node-modules-debian-bookworm-test-17 due to policy134Uploading artifacts...135coverage-frontend/: found 14 matching artifact files and directories 136junit_jest.xml: found 1 matching artifact files and directories 137tmp/tests/frontend/: found 397 matching artifact files and directories 138WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6560798126/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com139WARNING: Retrying... context=artifacts-uploader error=request redirected140Uploading artifacts as "archive" to coordinator... 201 Created id=6560798126 responseStatus=201 Created token=glcbt-65141Uploading artifacts...142junit_jest.xml: found 1 matching artifact files and directories 143WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6560798126/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com144WARNING: Retrying... context=artifacts-uploader error=request redirected145Uploading artifacts as "junit" to coordinator... 201 Created id=6560798126 responseStatus=201 Created token=glcbt-65147Job succeeded