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
33a68843
Unverified
Commit
33a68843
authored
Nov 14, 2022
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Added test stage
parent
709c56f1
No related branches found
No related tags found
1 merge request
!106
Dev
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+64
-0
64 additions, 0 deletions
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
65 additions
and
1 deletion
.gitlab-ci.yml
+
64
−
0
View file @
33a68843
...
...
@@ -19,6 +19,7 @@ image: "docker/compose:latest"
stages
:
-
build-backend
-
build-frontend
-
test-backend
-
build-docker
-
release
...
...
@@ -90,6 +91,69 @@ build-backend-metadata:
script
:
-
"
make
build-backend-metadata"
test-backend-authentication
:
stage
:
test-backend
needs
:
-
build-backend-authentication
script
:
-
"
make
test-authentication-service"
test-backend-identifier
:
stage
:
test-backend
needs
:
-
build-backend-authentication
script
:
-
"
make
test-identifier-service"
test-backend-container
:
stage
:
test-backend
needs
:
-
build-backend-container
script
:
-
"
make
test-container-service"
test-backend-database
:
stage
:
test-backend
needs
:
-
build-backend-database
script
:
-
"
make
test-database-service"
test-backend-discovery
:
stage
:
test-backend
needs
:
-
build-backend-discovery
script
:
-
"
make
test-discovery-service"
test-backend-query
:
stage
:
test-backend
needs
:
-
build-backend-query
script
:
-
"
make
test-query-service"
test-backend-table
:
stage
:
test-backend
needs
:
-
build-backend-table
script
:
-
"
make
test-table-service"
test-backend-metadata
:
stage
:
test-backend
needs
:
-
build-backend-metadata
script
:
-
"
make
test-metadata-service"
test-backend-gateway
:
stage
:
test-backend
needs
:
-
build-backend-gateway
script
:
-
"
make
test-gateway-service"
build-docker
:
stage
:
build-docker
needs
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
33a68843
...
...
@@ -193,7 +193,7 @@ pull-metadata:
test-backend
:
test-authentication-service test-container-service test-database-service test-discovery-service test-gateway-service test-query-service test-table-service test-identifier-service test-metadata-service
test-
backend-auth
:
test-
authentication-service
:
mvn
-f
./fda-authentication-service/pom.xml clean
test
verify
test-identifier-service
:
...
...
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