Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
DBLab Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Postgres.AI
DBLab Engine
Merge requests
!453
fix(common): demarcate pipeline jobs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(common): demarcate pipeline jobs
pipeline-jobs-demarcation
into
master
Overview
0
Commits
2
Pipelines
1
Changes
4
Merged
Artyom Kartasov
requested to merge
pipeline-jobs-demarcation
into
master
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
4
Expand
Description
Demarcate pipeline jobs:
fix(engine): disable building jobs for external components tags
fix(ui): disable ui jobs for external trigger events
fix(ui): parse release tags properly
Related issue
Examples
Checklist
the MR description has been reviewed
this MR does NOT have text changes OR there are text changes and they have been reviewed
this MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed
this MR does NOT have UI changes OR there are UI changes and they have been reviewed
Edited
3 years ago
by
Nikolay Samokhvalov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c6c1e24d
2 commits,
3 years ago
4 files
+
12
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
engine/.gitlab-ci.yml
+
3
−
1
Options
@@ -11,7 +11,9 @@ stages:
## Conditions
.only_engine
:
&only_engine
rules
:
-
changes
:
-
if
:
$CI_COMMIT_TAG =~ /^v[a-zA-Z0-9_.-]*/
-
if
:
$CI_COMMIT_BRANCH
changes
:
-
engine/**/*
.only_dle_tag_release
:
&only_tag_release
Loading