Skip to content
Snippets Groups Projects
Verified Commit b3f96ebe authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent c95f185b
No related branches found
No related tags found
No related merge requests found
Pipeline #9367 failed
...@@ -171,9 +171,9 @@ test: ...@@ -171,9 +171,9 @@ test:
# here the server and the mysql backend docker are being started # here the server and the mysql backend docker are being started
- CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d - CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
# store versions of CaosDB parts # store versions of CaosDB parts
- docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_server_commit > hash_server - docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_server_commit | tee hash_server
- docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_mysqlbackend_commit > hash_mysql - docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_mysqlbackend_commit | tee hash_mysql
- docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_proto_commit > hash_server - docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_proto_commit | tee hash_server
# the pyinttest docker writes the return value of the tests into the # the pyinttest docker writes the return value of the tests into the
# file result # file result
...@@ -199,6 +199,7 @@ test: ...@@ -199,6 +199,7 @@ test:
- exit $rc - exit $rc
timeout: 3h timeout: 3h
artifacts: artifacts:
when: on_failure
paths: paths:
- caosdb_log.txt - caosdb_log.txt
- mariadb_log.txt - mariadb_log.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment