Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
e10439c3
Verified
Commit
e10439c3
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Update pipeline to Kubernetes
parent
5a66db24
No related branches found
No related tags found
4 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
,
!190
Resolve "More env variables for Azure deployment"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-23
7 additions, 23 deletions
.gitlab-ci.yml
with
7 additions
and
23 deletions
.gitlab-ci.yml
+
7
−
23
View file @
e10439c3
before_script
:
-
"
docker
version"
-
"
docker
compose
version"
-
"
docker
system
prune
-f"
-
"
mvn
--version"
-
"
python3
--version"
-
"
df
/
-h"
-
"
docker
logout"
-
"
docker
logout
ghcr.io"
-
"
docker
logout
registry.hub.docker.com"
-
"
docker
logout
${AZURE_REPO}"
variables
:
HOSTALIASES
:
./hosts
DOCKER_TLS_CERTDIR
:
/certs
TAG
:
"
${TAG:-latest}"
TRIVY_NO_PROGRESS
:
"
true"
TRIVY_CACHE_DIR
:
"
.trivycache/"
cache
:
paths
:
-
/root/.m2/repository/
-
/root/.npm/
image
:
"
docker/compose:latest"
stages
:
...
...
@@ -34,21 +16,23 @@ stages:
-
release-docker
build-metadata-service
:
image
:
openjdk:17-alpine
stage
:
build-backend
script
:
-
"
m
ake
build
-metadata-service"
-
"
m
vn
-f
./dbrepo
-metadata-service
/pom.xml
clean
test
verify
"
build-analyse-service
:
image
:
python:3.9-slim
stage
:
build-backend
script
:
-
"
m
ake
build
-analyse-service"
-
"
m
vn
-f
./dbrepo
-analyse-service
/pom.xml
clean
test
verify
"
build-search-sync-agent
:
image
:
openjdk:17-alpine
stage
:
build-backend
needs
:
-
build-metadata-service
script
:
-
"
make
build-search-sync-agent"
-
"
mvn
-f
./dbrepo-metadata-service/pom.xml
clean
install
-DskipTests"
-
"
mvn
-f
./dbrepo-search-sync-agent/pom.xml
clean
package
-DskipTests"
test-metadata-service
:
stage
:
test-backend
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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