Commit 3b989ce4 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Dont run :geo specs in EE steps. They run in specific Geo only.

parent 6c8fd3fa
......@@ -149,7 +149,7 @@ stages:
- export KNAPSACK_REPORT_PATH=knapsack/${CI_PROJECT_NAME}/${JOB_NAME[0]}_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report-ee.json
- cp ${EE_KNAPSACK_RSPEC_SUITE_REPORT_PATH} ${KNAPSACK_REPORT_PATH}
- scripts/gitaly-test-spawn
- knapsack rspec -Ispec --color --format documentation
- knapsack rspec "-Ispec --color --format documentation --tag ~geo"
.rspec-ee-pg: &rspec-ee-pg
<<: *rspec-metadata-ee
......
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