jest-integration
Passed Started
by
@peterhegman
Peter Hegman
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 1d6b581d3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:5ba30b2efcbe583314cc76f63951dc9434780296f6f0c0927d24b4ce4fb73622 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c4091382b5a12b75ca112f017f8cecffed2cf1a087968e3a03143d55ec67d3bf ...11Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1632943988-d874ac87...13$ eval "$CI_PRE_CLONE_SCRIPT"14Downloading archived master...15Connecting to storage.googleapis.com (172.217.193.128:443)16saving to '/tmp/gitlab.tar.gz'17gitlab.tar.gz 51% |**************** | 177M 0:00:00 ETA18gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA19'/tmp/gitlab.tar.gz' saved20Extracting tarball into /builds/gitlab-org/gitlab...21Fetching changes with git depth set to 20...22Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 187, done. 25remote: Counting objects: 100% (123/123), done. 26remote: Compressing objects: 100% (54/54), done. 27remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 29 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945930Checking out 6c9cdce5 as refs/merge-requests/70878/merge...31Skipping Git submodules setup33Checking cache for node-modules-test-v1-4...34Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-4 35Successfully extracted cache37Downloading artifacts for graphql-schema-dump (1635190637)...38Downloading artifacts from coordinator... ok id=1635190637 responseStatus=200 OK token=nxCCQgUm39Downloading artifacts for rspec-all frontend_fixture 1/5 (1635190620)...40Downloading artifacts from coordinator... ok id=1635190620 responseStatus=200 OK token=DSR7V7AM41Downloading artifacts for rspec-all frontend_fixture 2/5 (1635190623)...42Downloading artifacts from coordinator... ok id=1635190623 responseStatus=200 OK token=21fwqfFh43Downloading artifacts for rspec-all frontend_fixture 3/5 (1635190625)...44Downloading artifacts from coordinator... ok id=1635190625 responseStatus=200 OK token=sAJHU4Hy45Downloading artifacts for rspec-all frontend_fixture 4/5 (1635190628)...46Downloading artifacts from coordinator... ok id=1635190628 responseStatus=200 OK token=MBupdi-k47Downloading artifacts for rspec-all frontend_fixture 5/5 (1635190631)...48Downloading artifacts from coordinator... ok id=1635190631 responseStatus=200 OK token=8AkikwFF50Using docker image sha256:5ba30b2efcbe583314cc76f63951dc9434780296f6f0c0927d24b4ce4fb73622 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c4091382b5a12b75ca112f017f8cecffed2cf1a087968e3a03143d55ec67d3bf ...51$ source scripts/utils.sh52$ run_timed_command "retry yarn install --frozen-lockfile"53$ retry yarn install --frozen-lockfile54yarn install v1.22.1055[1/5] Validating package.json...56[2/5] Resolving packages...57[3/5] Fetching packages...58info fsevents@2.1.3: The platform "linux" is incompatible with this module.59info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.60[4/5] Linking dependencies...61warning "@gitlab/eslint-plugin > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".62warning " > eslint-import-resolver-jest@3.0.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".63warning " > eslint-import-resolver-webpack@0.13.1" has unmet peer dependency "eslint-plugin-import@>=1.4.0".64[5/5] Building fresh packages...65$ node ./scripts/frontend/postinstall.js66success Dependency postinstall check passed.67Done in 102.29s.68==> 'retry yarn install --frozen-lockfile' succeeded in 103 seconds.69$ run_timed_command "yarn jest:integration --ci"70$ yarn jest:integration --ci71yarn run v1.22.1072$ jest --config jest.config.integration.js --ci73PASS spec/frontend_integration/fly_out_nav_browser_spec.js74PASS spec/frontend_integration/ide/ide_integration_spec.js75PASS spec/frontend_integration/ide/user_opens_ide_spec.js76PASS spec/frontend_integration/diffs/diffs_interopability_spec.js77PASS ee/spec/frontend_integration/security_dashboard/vulnerability_report_init_integration_spec.js78PASS spec/frontend_integration/lib/utils/browser_spec.js79PASS spec/frontend_integration/ide/user_opens_file_spec.js80PASS ee/spec/frontend_integration/vulnerabilities/vulnerabilities_init_integration_spec.js81PASS ee/spec/frontend_integration/security_dashboard/security_dashboard_init_integration_spec.js82PASS spec/frontend_integration/ide/user_opens_mr_spec.js83PASS spec/frontend_integration/test_helpers/utils/obj_spec.js84Test Suites: 11 passed, 11 total85Tests: 91 passed, 91 total86Snapshots: 4 passed, 4 total87Time: 98.783 s88Ran all test suites.89Done in 103.73s.90==> 'yarn jest:integration --ci' succeeded in 104 seconds.92Not uploading cache node-modules-test-v1-4 due to policy94Job succeeded