jest-integration
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-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.2.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...9Using docker image sha256:9b06bf3dd0ab8d484e8c9e9c611f75eab098939f568d587a7fd23a3c96eceb87 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-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:eb4fdeb3196481dd022d7d166468834e40a046b46a29e3349fb3bf3657176290 ...11Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1629290152-d753905b...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 58% |****************** | 203M 0:00:00 ETA18gitlab.tar.gz 100% |********************************| 347M 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: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 26 * [new ref] 46bb9dc7a79a016d7bc25d076e151617a34eacba -> refs/pipelines/35523861727 * [new branch] master -> origin/master28Checking out 46bb9dc7 as master...29Skipping Git submodules setup31Checking cache for node-modules-test-v1-4...32Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-test-v1-4 33Successfully extracted cache35Downloading artifacts for graphql-schema-dump (1513592693)...36Downloading artifacts from coordinator... ok id=1513592693 responseStatus=200 OK token=fcBSxyL937Downloading artifacts for rspec frontend_fixture (1513592683)...38Downloading artifacts from coordinator... ok id=1513592683 responseStatus=200 OK token=HwABcBJB39Downloading artifacts for rspec-ee frontend_fixture 1/3 (1513592686)...40Downloading artifacts from coordinator... ok id=1513592686 responseStatus=200 OK token=JdnswXfj41Downloading artifacts for rspec-ee frontend_fixture 2/3 (1513592687)...42Downloading artifacts from coordinator... ok id=1513592687 responseStatus=200 OK token=FJKgG61143Downloading artifacts for rspec-ee frontend_fixture 3/3 (1513592689)...44Downloading artifacts from coordinator... ok id=1513592689 responseStatus=200 OK token=H8MNM2vu46Using docker image sha256:9b06bf3dd0ab8d484e8c9e9c611f75eab098939f568d587a7fd23a3c96eceb87 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-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:eb4fdeb3196481dd022d7d166468834e40a046b46a29e3349fb3bf3657176290 ...47$ source scripts/utils.sh48$ run_timed_command "retry yarn install --frozen-lockfile"49$ retry yarn install --frozen-lockfile50yarn install v1.22.1051[1/5] Validating package.json...52[2/5] Resolving packages...53success Already up-to-date.54$ node ./scripts/frontend/postinstall.js55success Dependency postinstall check passed.56Done in 0.98s.57==> 'retry yarn install --frozen-lockfile' succeeded in 1 seconds.58$ run_timed_command "yarn jest:integration --ci"59$ yarn jest:integration --ci60yarn run v1.22.1061$ jest --config jest.config.integration.js --ci62PASS spec/frontend_integration/ide/ide_integration_spec.js63PASS spec/frontend_integration/ide/user_opens_ide_spec.js64PASS spec/frontend_integration/diffs/diffs_interopability_spec.js65PASS ee/spec/frontend_integration/security_dashboard/vulnerability_report_init_integration_spec.js66PASS spec/frontend_integration/ide/user_opens_file_spec.js67PASS ee/spec/frontend_integration/vulnerabilities/vulnerabilities_init_integration_spec.js68PASS ee/spec/frontend_integration/security_dashboard/security_dashboard_init_integration_spec.js69PASS spec/frontend_integration/ide/user_opens_mr_spec.js70PASS spec/frontend_integration/test_helpers/utils/obj_spec.js71Test Suites: 9 passed, 9 total72Tests: 62 passed, 62 total73Snapshots: 4 passed, 4 total74Time: 102.796 s75Ran all test suites.76Done in 109.33s.77==> 'yarn jest:integration --ci' succeeded in 110 seconds.79Not uploading cache node-modules-test-v1-4 due to policy81Job succeeded