Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
ec3bf08f
Commit
ec3bf08f
authored
Apr 18, 2023
by
Waqas Riaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated needs,rules to only in gitlab-ci
parent
e1b7249f
Pipeline
#4166
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
.gitlab-ci.yml
.gitlab-ci.yml
+21
-11
No files found.
.gitlab-ci.yml
View file @
ec3bf08f
...
@@ -21,9 +21,11 @@ build_dashboards_job:
...
@@ -21,9 +21,11 @@ build_dashboards_job:
# - dashboards/*
# - dashboards/*
# - when: manual
# - when: manual
tags
:
tags
:
-
ci
-
ci
-test
only
:
only
:
-
master
changes
:
-
dashboards/*
build_alerts_job
:
build_alerts_job
:
stage
:
build_alerts
stage
:
build_alerts
...
@@ -42,10 +44,14 @@ build_alerts_job:
...
@@ -42,10 +44,14 @@ build_alerts_job:
# - alerts/*
# - alerts/*
# - alerts-config/*
# - alerts-config/*
# - when: manual
# - when: manual
tags
:
-
ci
only
:
only
:
-
master
changes
:
-
alerts/*
-
alerts-config/*
tags
:
-
ci-test
# only:
# - master
deploy_dashboards_job
:
deploy_dashboards_job
:
stage
:
deploy_dashboards
stage
:
deploy_dashboards
...
@@ -60,10 +66,12 @@ deploy_dashboards_job:
...
@@ -60,10 +66,12 @@ deploy_dashboards_job:
# needs:
# needs:
# - job:
# - job:
# - build_dashboards
# - build_dashboards
dependencies
:
-
build_dashboards_job
tags
:
tags
:
-
cd
-
cd
-test
only
:
#
only:
-
master
#
- master
deploy_alerts_job
:
deploy_alerts_job
:
stage
:
deploy_alerts
stage
:
deploy_alerts
...
@@ -78,7 +86,9 @@ deploy_alerts_job:
...
@@ -78,7 +86,9 @@ deploy_alerts_job:
# needs:
# needs:
# - job:
# - job:
# - build_alerts
# - build_alerts
dependencies
:
-
build_alerts_job
tags
:
tags
:
-
cd
-
cd-test
only
:
# only:
-
master
# - master
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment