qa:selectors
Passed Started
by
@ahegyi
Adam Hegyi
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)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/debian-bullseye-ruby-2.7:bundler-2.3-chrome-103-docker-20.10.14 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-chrome-103-docker-20.10.14 ...9Using docker image sha256:9dab99afe90c02bca545088f9bf00097920c7d88f127634f9587edb68730a4bb for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-chrome-103-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:d445c01d997f1aba6d048be6e44b21733b2589761024a2de389f9ca19589b782 ...11Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1667560764-985eba45...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: 131941, done. 18remote: Counting objects: 100% (131941/131941), done. 19remote: Compressing objects: 100% (84791/84791), done. 20remote: Total 131941 (delta 60034), reused 91700 (delta 42339), pack-reused 0 21Receiving objects: 100% (131941/131941), 114.94 MiB | 33.40 MiB/s, done.22Resolving deltas: 100% (60034/60034), done.24 * [new ref] refs/pipelines/685831713 -> refs/pipelines/68583171325 * [new branch] master -> origin/master26Checking out 58c4ca27 as master...27Skipping Git submodules setup28$ git remote set-url origin "${CI_REPOSITORY_URL}"30Checking cache for qa-ruby-gems-debian-bullseye-ruby-2.7-c024813829a9b2fde33730d433c2e8037a0bbdc3-16...31Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/qa-ruby-gems-debian-bullseye-ruby-2.7-c024813829a9b2fde33730d433c2e8037a0bbdc3-16 32Successfully extracted cache34Using docker image sha256:9dab99afe90c02bca545088f9bf00097920c7d88f127634f9587edb68730a4bb for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-chrome-103-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:d445c01d997f1aba6d048be6e44b21733b2589761024a2de389f9ca19589b782 ...35$ echo $FOSS_ONLY36$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb37$ export GOPATH=$CI_PROJECT_DIR/.go38$ mkdir -p $GOPATH39$ source scripts/utils.sh40$ source scripts/prepare_build.sh41Using decomposed database config (config/database.yml.decomposed-postgresql)42$ cd qa && bundle install43Bundle complete! 37 Gemfile dependencies, 123 gems now installed.44Gems in the groups 'production' and 'development' were not installed.45Bundled gems are installed into `./vendor`46$ bundle exec bin/qa Test::Sanity::Selectors47[Nov 04 2022 14:11:16 UTC (QA Tests)] INFO -- Views / selectors validation passed!49Not uploading cache qa-ruby-gems-debian-bullseye-ruby-2.7-c024813829a9b2fde33730d433c2e8037a0bbdc3-16 due to policy51Job succeeded