From 21c7881d628ebe24e1c141a7752cf287e18a3645 Mon Sep 17 00:00:00 2001 From: Taleb Zeghmi Date: Fri, 13 Oct 2023 21:38:59 -0700 Subject: [PATCH] --pipeline-tag pipeline_iid_${CI_PIPELINE_IID} --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca02115011a..8801e8abe90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,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 ${CI_PIPELINE_IID} + 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} " artifacts: when: always