Commit 6c22a770 authored by Rémy Coutable's avatar Rémy Coutable

Don't run Geo specs in non-Geo jobs

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent cf5801ba
......@@ -117,7 +117,7 @@ stages:
- '[[ -f $FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${FLAKY_RSPEC_REPORT_PATH}'
- '[[ -f $NEW_FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${NEW_FLAKY_RSPEC_REPORT_PATH}'
- scripts/gitaly-test-spawn
- knapsack rspec "--color --format documentation"
- knapsack rspec "--color --format documentation --tag ~geo"
artifacts:
expire_in: 31d
when: always
......
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