.gitlab-ci.yml updated v90
This commit is contained in:
parent
a6c1b560c4
commit
1058719aac
2 changed files with 6 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ test:
|
|||
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
|
||||
artifacts:
|
||||
paths:
|
||||
- clr_test/mnt/
|
||||
- /builds/mfd/clearing/clr_test/mnt
|
||||
script:
|
||||
- pwd
|
||||
- echo "Installing maven and python" && apk update && apk add maven python3
|
||||
|
|
@ -51,3 +51,4 @@ test:
|
|||
# - echo "Copying jar files to clearing-all/bin" && cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clearing-all/bin
|
||||
# - echo "Copying DDL.sql to db directory" && cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./db
|
||||
- python3 run_test_docker_containers.py
|
||||
- ls /builds/mfd/clearing/clr_test/mnt/results
|
||||
|
|
|
|||
|
|
@ -34,10 +34,10 @@ services:
|
|||
- "7020:7020"
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./mnt/results/:/opt/clearing/clearing_testing_utils/store/results/
|
||||
- ./mnt/logs/clearing/:/opt/clearing/bin/log/
|
||||
- ./mnt/logs/tester/:/opt/clearing/clearing_testing_utils/clearing-tester/logs/
|
||||
- ./mnt/logs/converter/:/opt/clearing/clearing_testing_utils/clearing-converter/logs/
|
||||
- ./mnt/results:/opt/clearing/clearing_testing_utils/store/results
|
||||
- ./mnt/logs/clearing:/opt/clearing/bin/log
|
||||
- ./mnt/logs/tester:/opt/clearing/clearing_testing_utils/clearing-tester/logs
|
||||
- ./mnt/logs/converter:/opt/clearing/clearing_testing_utils/clearing-converter/logs
|
||||
# restart: always
|
||||
|
||||
zookeeper:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue