Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt Design Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Design Studio
QML Viewer Projects
Qt Design Viewer
Commits
5b8dce6b
Commit
5b8dce6b
authored
1 year ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
Seperate prod test triggers
parent
36ef1c52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Seperate prod test triggers
Pipeline
#63224
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cicd/stages/build.yml
+14
-1
14 additions, 1 deletion
cicd/stages/build.yml
with
14 additions
and
1 deletion
cicd/stages/build.yml
+
14
−
1
View file @
5b8dce6b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment