Skip to content

Commit

Permalink
Merge pull request #298 from zillow/tz/bump-test-parallelization
Browse files Browse the repository at this point in the history
increase test parallelization 3->7
  • Loading branch information
talebzeghmi authored May 22, 2024
2 parents b4c3270 + 8274ebb commit 58ae174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stages:
bash -c "
set -x &&
cd /home/zservice/metaflow/metaflow/plugins/aip/tests &&
python -m pytest -s -n 3 run_integration_tests.py --image ${IMAGE_REPOSITORY_TAG} --opsgenie-api-token ${OPSGENIE_API_TOKEN} --cov-config=setup.cfg --pipeline-tag pipeline_iid_${CI_PIPELINE_IID}
python -m pytest -s -n 7 run_integration_tests.py --image ${IMAGE_REPOSITORY_TAG} --opsgenie-api-token ${OPSGENIE_API_TOKEN} --cov-config=setup.cfg --pipeline-tag pipeline_iid_${CI_PIPELINE_IID}
"
artifacts:
when: always
Expand Down

0 comments on commit 58ae174

Please # to comment.