detect-tests as-if-foss
Passed Started
by
@mikolaj_wawrzyniak

Mikołaj Wawrzyniak
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on docker-auto-scale-com 9538b0ab3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7 ...9Using docker image sha256:89699f4d76cf5c92356a89e29f0db2b49d4b989df0278237468b04f2f60d63b9 for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7 with digest gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby@sha256:843ff10f4195ff6fb28ddefedac6d05492186d1b3ddbc4b7c9cd12c73fab30de ...11Running on runner-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1629267384-63094f58...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 66% |********************* | 230M 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: Enumerating objects: 193, done. 25remote: Counting objects: 100% (141/141), done. 26remote: Compressing objects: 100% (55/55), done. 27remote: Total 91 (delta 78), reused 47 (delta 36), pack-reused 0 29 * [new ref] 87ccd58290a6f21a5fb92623e3970840943714e8 -> refs/pipelines/35508967230 * [new branch] master -> origin/master31Checking out 87ccd582 as master...32Skipping Git submodules setup34Using docker image sha256:89699f4d76cf5c92356a89e29f0db2b49d4b989df0278237468b04f2f60d63b9 for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7 with digest gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby@sha256:843ff10f4195ff6fb28ddefedac6d05492186d1b3ddbc4b7c9cd12c73fab30de ...35$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb36$ source ./scripts/utils.sh37$ source ./scripts/rspec_helpers.sh38$ install_gitlab_gem39Successfully installed multi_xml-0.6.040Successfully installed mime-types-data-3.2021.070441Successfully installed mime-types-3.3.142When you HTTParty, you must party hard!43Successfully installed httparty-0.18.1444 gems installed45Successfully installed unicode-display_width-1.7.046Successfully installed terminal-table-1.8.047Successfully installed gitlab-4.17.0483 gems installed49$ install_tff_gem50Successfully installed test_file_finder-0.1.1511 gem installed52$ retrieve_tests_mapping53Writing unpacked crystalball/mapping.json54Saved crystalball/mapping.json.55$ if [ -n "$CI_MERGE_REQUEST_IID" ]; then tooling/bin/find_tests ${MATCHED_TESTS_FILE}; fi56$ if [ -n "$CI_MERGE_REQUEST_IID" ]; then echo "test files affected: $(cat $MATCHED_TESTS_FILE)"; fi58Uploading artifacts...59WARNING: tmp/matching_foss_tests.txt: no matching files 60ERROR: No files to upload 62Job succeeded