EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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
ESA
PRISM
VS
Commits
bc6a1180
Commit
bc6a1180
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
TEST
parent
97f3ac69
No related branches found
No related tags found
1 merge request
!49
Production release 1.1.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.emg.yml
+1
-2
1 addition, 2 deletions
docker-compose.emg.yml
testing/gitlab_test.sh
+5
-0
5 additions, 0 deletions
testing/gitlab_test.sh
with
6 additions
and
2 deletions
docker-compose.emg.yml
+
1
−
2
View file @
bc6a1180
...
...
@@ -2,8 +2,7 @@ version: "3.6"
services
:
database
:
image
:
mdillon/postgis:10
volumes
:
-
db-data:/var/lib/postgresql/data
# PUT BACK VOLUME AFTER TEST
env_file
:
-
env/emg.env
-
env/emg_db.env
...
...
This diff is collapsed.
Click to expand it.
testing/gitlab_test.sh
+
5
−
0
View file @
bc6a1180
...
...
@@ -41,6 +41,11 @@ docker service ls
# perform the testing
bash ./preprocessor_test.sh preprocessed_list.csv
bash ./registrar_test.sh product_list.csv
# REMOVE AFTER TEST
for
service
in
$(
docker service
ls
--format
"{{.Name}}"
)
;
do
docker service ps
$service
--no-trunc
docker service logs
$service
done
if
[
$?
-ne
0
]
then
...
...
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