jest minimal 3/5
Passed Started
by
@furkanayhan

Furkan Ayhan
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-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-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:dbe958b16798d63b4e9b087c16e159dd892084397f3133389f4c4deb62bf68b1 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:0fbceb489337ce4ef10255420b84e2b2c53ec5a6b07d2c52e11d96e44fb977f1 ...11Running on runner-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1660817232-6b825d27...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: 104748, done. 18remote: Counting objects: 100% (104748/104748), done. 19remote: Compressing objects: 100% (72895/72895), done. 20remote: Total 104748 (delta 39194), reused 71770 (delta 27764), pack-reused 0 21Receiving objects: 100% (104748/104748), 107.61 MiB | 28.71 MiB/s, done.22Resolving deltas: 100% (39194/39194), done.24 * [new ref] refs/pipelines/616624931 -> refs/pipelines/61662493125Checking out ca1c1b5e as refs/merge-requests/95682/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-bullseye-test-14...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-14 31Successfully extracted cache33Downloading artifacts for detect-tests (2900522661)...34Downloading artifacts from coordinator... ok id=2900522661 responseStatus=200 OK token=nKDXJU1g35Downloading artifacts for rspec-all frontend_fixture 1/5 (2900522673)...36Downloading artifacts from coordinator... ok id=2900522673 responseStatus=200 OK token=nKDXJU1g37Downloading artifacts for rspec-all frontend_fixture 2/5 (2900522675)...38Downloading artifacts from coordinator... ok id=2900522675 responseStatus=200 OK token=nKDXJU1g39Downloading artifacts for rspec-all frontend_fixture 3/5 (2900522679)...40Downloading artifacts from coordinator... ok id=2900522679 responseStatus=200 OK token=nKDXJU1g41Downloading artifacts for rspec-all frontend_fixture 4/5 (2900522682)...42Downloading artifacts from coordinator... ok id=2900522682 responseStatus=200 OK token=nKDXJU1g43Downloading artifacts for rspec-all frontend_fixture 5/5 (2900522686)...44Downloading artifacts from coordinator... ok id=2900522686 responseStatus=200 OK token=nKDXJU1g46Using docker image sha256:dbe958b16798d63b4e9b087c16e159dd892084397f3133389f4c4deb62bf68b1 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:0fbceb489337ce4ef10255420b84e2b2c53ec5a6b07d2c52e11d96e44fb977f1 ...47$ echo $FOSS_ONLY48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh53Using decomposed database config (config/database.yml.decomposed-postgresql)54$ source scripts/utils.sh55$ run_timed_command "retry yarn install --frozen-lockfile"56$ retry yarn install --frozen-lockfile57yarn install v1.22.1758[1/5] Validating package.json...59[2/5] Resolving packages...60success Already up-to-date.61$ node ./scripts/frontend/postinstall.js62success Dependency postinstall check passed.63success Packages successfully patched.64Done in 1.15s.65==> 'retry yarn install --frozen-lockfile' succeeded in 2 seconds.66$ run_timed_command "yarn jest:ci:minimal"67$ yarn jest:ci:minimal68yarn run v1.22.1769$ jest --config jest.config.js --ci --coverage --findRelatedTests $(cat tmp/changed_files.txt) --passWithNoTests --testSequencer ./scripts/frontend/parallel_ci_sequencer.js70CI_NODE_INDEX: 371CI_NODE_TOTAL: 572Total number of tests: 4073Total number of tests for this runner: 874PASS ee/spec/frontend/analytics/cycle_analytics/components/create_value_stream_form/custom_stage_event_label_field_spec.js75PASS ee/spec/frontend/analytics/cycle_analytics/components/labels_selector_spec.js76PASS ee/spec/frontend/analytics/cycle_analytics/components/value_stream_aggregation_status_spec.js77PASS ee/spec/frontend/analytics/cycle_analytics/store/actions/stages_spec.js78PASS ee/spec/frontend/analytics/cycle_analytics/store/modules/duration_chart/getters_spec.js79PASS ee/spec/frontend/analytics/cycle_analytics/store/mutations_spec.js80PASS spec/frontend/cycle_analytics/path_navigation_spec.js81PASS spec/frontend/cycle_analytics/utils_spec.js82=============================== Coverage summary ===============================83Statements : 1.88% ( 1024/54184 )84Branches : 0.78% ( 173/21959 )85Functions : 1.09% ( 190/17425 )86Lines : 1.91% ( 992/51926 )87================================================================================88Test Suites: 8 passed, 8 total89Tests: 145 passed, 145 total90Snapshots: 2 passed, 2 total91Time: 308.446 s92Ran all test suites related to files matching /ee\/spec\/services\/ci\/create_pipeline_service_spec.rb|lib\/gitlab\/ci\/config\/entry\/processable.rb|lib\/gitlab\/ci\/config\/entry\/variables.rb|lib\/gitlab\/ci\/variables\/helpers.rb|lib\/gitlab\/ci\/yaml_processor\/result.rb|spec\/lib\/gitlab\/ci\/config\/entry\/root_spec.rb|spec\/lib\/gitlab\/ci\/pipeline\/seed\/build_spec.rb|spec\/lib\/gitlab\/ci\/variables\/helpers_spec.rb|spec\/lib\/gitlab\/ci\/yaml_processor\/result_spec.rb|spec\/lib\/gitlab\/ci\/yaml_processor_spec.rb|spec\/services\/ci\/create_pipeline_service\/parent_child_pipeline_spec.rb|spec\/services\/ci\/list_config_variables_service_spec.rb|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/stages.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/issue.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/plan.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/code.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/test.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/review.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/events\/staging.json|tmp\/tests\/frontend\/fixtures-ee\/projects\/analytics\/value_stream_analytics\/summary.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/value_stream_analytics\/stages.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/value_stream_analytics\/stages\/label-based-stage\/records.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/value_stream_analytics\/stages\/label-based-stage\/median.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/value_stream_analytics\/stages\/label-based-stage\/count.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/metrics\/value_stream_analytics\/summary.json|tmp\/tests\/frontend\/fixtures-ee\/analytics\/metrics\/value_stream_analytics\/time_summary.json/i.93Done in 313.44s.94==> 'yarn jest:ci:minimal' succeeded in 314 seconds.96Not uploading cache node-modules-bullseye-test-14 due to policy98Uploading artifacts...99coverage-frontend/: found 9209 matching files and directories 100junit_jest.xml: found 1 matching files and directories 101tmp/tests/frontend/: found 294 matching files and directories 102WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2900522768/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com103WARNING: Retrying... context=artifacts-uploader error=request redirected104Uploading artifacts as "archive" to coordinator... 201 Created id=2900522768 responseStatus=201 Created token=nKDXJU1g105Uploading artifacts...106junit_jest.xml: found 1 matching files and directories 107WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2900522768/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com108WARNING: Retrying... context=artifacts-uploader error=request redirected109Uploading artifacts as "junit" to coordinator... 201 Created id=2900522768 responseStatus=201 Created token=nKDXJU1g111Job succeeded