From 8274ebb51add5dbd4d1adb8bd63e9a1b21272122 Mon Sep 17 00:00:00 2001 From: Taleb Zeghmi Date: Tue, 21 May 2024 18:35:39 -0700 Subject: [PATCH] increase test parallelization 3->7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d29116307e..d3e49bbfba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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