Commit ed3f04bf authored by Albert Salim's avatar Albert Salim

Merge branch '338545-warn-run-all-rspec' into 'master'

Print a warning if dependant file doesn't exist

See merge request gitlab-org/gitlab!68392
parents f2925c1b 3f028a46
......@@ -43,5 +43,6 @@ update-tests-metadata:
script:
- run_timed_command "retry gem install fog-aws mime-types activesupport rspec_profiling postgres-copy --no-document"
- source ./scripts/rspec_helpers.sh
- test -f rspec_flaky/report-suite.json || echo -e "\e[31m" 'Consider add ~"pipeline:run-all-rspec" to run full rspec jobs' "\e[0m"
- update_tests_metadata
- update_tests_mapping
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment