Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Literature-services
public-projects
xpub-epmc
Commits
9573f606
Commit
9573f606
authored
3 years ago
by
Rakesh Choorikkadu
Browse files
Options
Downloads
Patches
Plain Diff
pipeline enabled for HX
parent
22336351
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!382
Dev k8s release merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-27
28 additions, 27 deletions
.gitlab-ci.yml
with
28 additions
and
27 deletions
.gitlab-ci.yml
+
28
−
27
View file @
9573f606
...
...
@@ -5,9 +5,10 @@ variables:
stages
:
-
build
-
lint
-
deploy_beta
-
test
-
deploy_production
-
deploy_beta
-
deploy_hx_production
-
deploy_hh_production
build_beta
:
stage
:
build
...
...
@@ -119,33 +120,33 @@ e2e_test:
only
:
-
dev_k8s
#
deploy_hx_prod:
#
stage: deploy_production
#
environment:
#
name: production
#
url: https://plus.europepmc.org/
#
tags:
#
- docker:dind
#
variables:
#
APP_NAME: xpub-epmc
#
APP_LABEL: production
#
DEPLOY_HOST: plus.europepmc.org
#
DATA_CENTER: HX
#
image: dockerhub.ebi.ac.uk/literature-services/development/docker_git:v1.13.2
#
script:
#
- ls -ltr
#
- kubectl cluster-info
#
- kubectl -n default get pods
#
- kubectl -n default delete cronjobs --all
#
- cat xpub-epmc-config/k8s-ebi/xpub-epmc-deployment-auto.yaml | envsubst | kubectl -n default apply -f -
#
- cat xpub-epmc-config/k8s-ebi/xpub-epmc-ftp-jobs.yaml | envsubst | kubectl -n default apply -f -
#
- cat xpub-epmc-config/k8s-ebi/cronjobs-HX.yaml | envsubst | kubectl -n default apply -f -
#
- sh scripts/verify-k8s-deployment.sh xpub-epmc
#
only:
#
- master
deploy_hx_prod
:
stage
:
deploy_
hx_
production
environment
:
name
:
production
url
:
https://plus.europepmc.org/
tags
:
-
docker:dind
variables
:
APP_NAME
:
xpub-epmc
APP_LABEL
:
production
DEPLOY_HOST
:
plus.europepmc.org
DATA_CENTER
:
HX
image
:
dockerhub.ebi.ac.uk/literature-services/development/docker_git:v1.13.2
script
:
-
ls -ltr
-
kubectl cluster-info
-
kubectl -n default get pods
#- kubectl -n default delete cronjobs --all
-
cat xpub-epmc-config/k8s-ebi/xpub-epmc-deployment-auto.yaml | envsubst | kubectl -n default apply -f -
#- cat xpub-epmc-config/k8s-ebi/xpub-epmc-ftp-jobs.yaml | envsubst | kubectl -n default apply -f -
#- cat xpub-epmc-config/k8s-ebi/cronjobs-HX.yaml | envsubst | kubectl -n default apply -f -
-
sh scripts/verify-k8s-deployment.sh xpub-epmc
only
:
-
master
deploy_hl_prod
:
stage
:
deploy_production
stage
:
deploy_
hh_
production
environment
:
name
:
hl-production
url
:
https://plus.europepmc.org/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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