Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
9b6aed7e
Verified
Commit
9b6aed7e
authored
Apr 06, 2021
by
Raphaël Flores
Browse files
Configure DAG with needs keyword for CI.
GNP-5796
parent
45e21dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9b6aed7e
...
...
@@ -471,6 +471,7 @@ deploy-rare-to-beta-openstack:
refs
:
-
master
allow_failure
:
false
# mandatory to block the execution of the pipeline
needs
:
[
"
build-rare"
]
deploy-rare-to-staging-openstack
:
stage
:
deploy-staging
...
...
@@ -488,6 +489,7 @@ deploy-rare-to-staging-openstack:
refs
:
-
master
when
:
manual
needs
:
[
"
build-rare"
]
deploy-rare-to-prod-proxmox
:
stage
:
deploy-production
...
...
@@ -501,6 +503,7 @@ deploy-rare-to-prod-proxmox:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-rare"
]
# ALPHA
deploy-rare-to-prod-openstack
:
...
...
@@ -517,6 +520,7 @@ deploy-rare-to-prod-openstack:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-rare"
]
deploy-brc4env-to-beta-openstack
:
stage
:
deploy-beta
...
...
@@ -534,6 +538,7 @@ deploy-brc4env-to-beta-openstack:
refs
:
-
master
allow_failure
:
false
# mandatory to block the execution of the pipeline
needs
:
[
"
build-brc4env"
]
deploy-brc4env-to-staging-openstack
:
stage
:
deploy-staging
...
...
@@ -551,6 +556,7 @@ deploy-brc4env-to-staging-openstack:
refs
:
-
master
when
:
manual
needs
:
[
"
build-brc4env"
]
# ALPHA
deploy-brc4env-to-prod-openstack
:
...
...
@@ -567,6 +573,7 @@ deploy-brc4env-to-prod-openstack:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-brc4env"
]
deploy-wheatis-to-beta-openstack
:
stage
:
deploy-beta
...
...
@@ -584,6 +591,7 @@ deploy-wheatis-to-beta-openstack:
refs
:
-
master
allow_failure
:
false
needs
:
[
"
build-wheatis"
]
deploy-wheatis-to-staging-openstack
:
stage
:
deploy-staging
...
...
@@ -601,6 +609,7 @@ deploy-wheatis-to-staging-openstack:
refs
:
-
master
when
:
manual
needs
:
[
"
build-wheatis"
]
deploy-wheatis-to-prod-proxmox
:
stage
:
deploy-production
...
...
@@ -614,6 +623,7 @@ deploy-wheatis-to-prod-proxmox:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-wheatis"
]
# ALPHA
deploy-wheatis-to-prod-openstack
:
...
...
@@ -630,6 +640,7 @@ deploy-wheatis-to-prod-openstack:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-wheatis"
]
deploy-data-discovery-to-beta-openstack
:
stage
:
deploy-beta
...
...
@@ -647,6 +658,7 @@ deploy-data-discovery-to-beta-openstack:
refs
:
-
master
allow_failure
:
false
needs
:
[
"
build-data-discovery"
]
deploy-data-discovery-to-staging-openstack
:
stage
:
deploy-staging
...
...
@@ -664,6 +676,7 @@ deploy-data-discovery-to-staging-openstack:
refs
:
-
master
when
:
manual
needs
:
[
"
build-data-discovery"
]
deploy-data-discovery-to-prod-proxmox
:
stage
:
deploy-production
...
...
@@ -677,6 +690,7 @@ deploy-data-discovery-to-prod-proxmox:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-data-discovery"
]
# ALPHA
deploy-data-discovery-to-prod-openstack
:
...
...
@@ -693,6 +707,7 @@ deploy-data-discovery-to-prod-openstack:
-
master
when
:
manual
allow_failure
:
false
needs
:
[
"
build-data-discovery"
]
.data-integration-proxmox
:
&data-integration-proxmox
# do not retry to avoid overloading the Elasticsearch cluster
...
...
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