.gitlab-ci.yml updated v49
This commit is contained in:
parent
403e262f83
commit
1959e2ece9
2 changed files with 6 additions and 5 deletions
|
|
@ -50,8 +50,7 @@ test:
|
||||||
- pwd
|
- pwd
|
||||||
- cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clearing-all/bin
|
- cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clearing-all/bin
|
||||||
- cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./db
|
- cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./db
|
||||||
- mkdir mnt
|
- mkdir -p mnt/testFiles
|
||||||
- mkdir mnt/testFiles
|
|
||||||
- python3 run_test_docker_containers.py
|
- python3 run_test_docker_containers.py
|
||||||
- ls mnt
|
- ls mnt
|
||||||
- ls mnt/testFiles
|
- ls mnt/testFiles
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- "7020:7020"
|
- "7020:7020"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- "/builds/mfd/clearing/clr_test/mnt/testFiles:/opt/clearing/clearing_testing_utils/store/results"
|
- /builds/mfd/clearing/clr_test/mnt/testFiles:/opt/clearing/clearing_testing_utils/store/results
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
|
|
@ -79,12 +79,14 @@ services:
|
||||||
command: user:Aa111111:1001
|
command: user:Aa111111:1001
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
db:
|
||||||
|
driver: local
|
||||||
|
clearing_system:
|
||||||
|
driver: local
|
||||||
zookeeper_data:
|
zookeeper_data:
|
||||||
driver: local
|
driver: local
|
||||||
kafka_data:
|
kafka_data:
|
||||||
driver: local
|
driver: local
|
||||||
db:
|
|
||||||
driver: local
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
clearing-net:
|
clearing-net:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue