Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
C
ChEMBL
Delayed Jobs
Delayed Jobs API
Commits
5c0ccdd9
Commit
5c0ccdd9
authored
Oct 13, 2020
by
David Mendez
Browse files
CI: do deployment to production datacenters in parallel
parent
845576bf
Changes
1
Pipelines
82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
.gitlab-ci.yml
.gitlab-ci.yml
+6
-9
No files found.
.gitlab-ci.yml
View file @
5c0ccdd9
...
...
@@ -38,12 +38,9 @@ stages:
-
prepare_config_staging
-
deploy_to_staging
-
test_staging
# - prepare_config_hx
# - deploy_to_prod_hx
# - test_prod_hx
-
prepare_config_hh
-
deploy_to_prod_hh
-
test_prod_hh
-
prepare_config_hx_hh
-
deploy_to_prod_hx_hh
-
test_prod_hx_hh
-
functional_tests_prod_public
-
schedules
...
...
@@ -313,7 +310,7 @@ functional_tests:
# Deployment to prod hh
# ----------------------------------------------------------------------------------------------------------------------
prepare_config_prod_hh
:
stage
:
prepare_config_hh
stage
:
prepare_config_
hx_
hh
image
:
name
:
alpine/git
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
...
...
@@ -333,7 +330,7 @@ prepare_config_prod_hh:
-
${AUTOSCALER_PROD_HH_FILE_PATH}
deploy_to_prod_hh
:
stage
:
deploy_to_prod_hh
stage
:
deploy_to_prod_
hx_
hh
image
:
name
:
lachlanevenson/k8s-kubectl:latest
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
...
...
@@ -381,7 +378,7 @@ deploy_to_prod_hh:
-
kubectl apply -n ${CHEMBL_NS_PROD} -f ${AUTOSCALER_PROD_HH_FILE_PATH}
functional_tests_prod_hh
:
stage
:
test_prod_hh
stage
:
test_prod_
hx_
hh
image
:
name
:
$SERVER_IMAGE_TAG
entrypoint
:
[
"
"
]
...
...
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