Skip to content
Snippets Groups Projects
Commit 5b8dce6b authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

Seperate prod test triggers

parent 36ef1c52
No related branches found
No related tags found
1 merge request!5Seperate prod test triggers
Pipeline #63224 passed
......@@ -75,7 +75,7 @@ build-wasm-multiarch:
- echo "PREVIOUS_JOB_ID=${CI_JOB_ID}" >> build.env
- echo "JOB_TARGET_ARCH=${QDS_CI_JOB_TARGET_ARCH}" >> build.env
trigger-deployment:
.trigger-common:
stage : trigger
variables: # these variables are passed to the downstream pipeline
QDS_CI_PARENT_PIPELINE_ID: ${CI_PIPELINE_ID}
......@@ -93,3 +93,16 @@ trigger-deployment:
forward:
yaml_variables: true
pipeline_variables: false
trigger-test-deployment:
extends: .trigger-common
rules:
- if: $CI_COMMIT_TAG == null
trigger-prod-deployment:
extends: .trigger-common
rules:
- if: $CI_COMMIT_TAG
variables:
QDS_CI_PARENT_PIPELINE_RELEASE_TAG: $CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment