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
5a7561b5
Verified
Commit
5a7561b5
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Added dependencies
parent
19436af9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
5a7561b5
...
...
@@ -157,6 +157,8 @@ lint-helm:
-
/^release-.*/
needs
:
-
build-metadata-service
dependencies
:
-
build-metadata-service
script
:
-
apk add sed helm curl
-
helm lint ./helm/dbrepo
...
...
@@ -169,6 +171,8 @@ test-metadata-service:
-
/^release-.*/
needs
:
-
build-metadata-service
dependencies
:
-
build-metadata-service
script
:
-
"
mvn
-f
./dbrepo-metadata-service/pom.xml
clean
test
$MAVEN_OPTS
verify"
-
"
cat
./dbrepo-metadata-service/report/target/site/jacoco-aggregate/index.html
|
grep
-o
'Total[^%]*%'
|
sed
's/<.*>/
/;
s/Total/Jacoco
Coverage
Total:/'"
...
...
@@ -190,6 +194,8 @@ test-data-service:
-
/^release-.*/
needs
:
-
build-data-service
dependencies
:
-
build-data-service
script
:
-
"
mvn
-f
./dbrepo-data-service/pom.xml
clean
test
verify
$MAVEN_OPTS"
-
"
cat
./dbrepo-data-service/report/target/site/jacoco-aggregate/index.html
|
grep
-o
'Total[^%]*%'
|
sed
's/<.*>/
/;
s/Total/Jacoco
Coverage
Total:/'"
...
...
@@ -213,6 +219,8 @@ test-analyse-service:
PIPENV_PIPFILE
:
"
./dbrepo-analyse-service/Pipfile"
needs
:
-
build-analyse-service
dependencies
:
-
build-analyse-service
script
:
-
"
pip
install
pipenv"
-
"
pipenv
install
gunicorn
&&
pipenv
install
--dev
--system
--deploy"
...
...
@@ -238,6 +246,8 @@ test-search-service:
PIPENV_PIPFILE
:
"
./dbrepo-search-service/Pipfile"
needs
:
-
build-search-service
dependencies
:
-
build-search-service
script
:
-
"
pip
install
pipenv"
-
"
pipenv
install
gunicorn
&&
pipenv
install
--dev
--system
--deploy"
...
...
@@ -263,6 +273,8 @@ test-lib:
PIPENV_PIPFILE
:
"
./lib/python/Pipfile"
needs
:
-
build-lib
dependencies
:
-
build-lib
script
:
-
"
pip
install
pipenv"
-
"
pipenv
install
gunicorn
&&
pipenv
install
--dev
--system
--deploy"
...
...
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