Skip to content
Snippets Groups Projects
Commit 9f891839 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-677: log tango database logs as well

parent 654bda6d
No related branches found
No related tags found
1 merge request!287L2SS-677: Save docker logs and tangodb dump as Gitlab CI artefacts
...@@ -86,10 +86,10 @@ then ...@@ -86,10 +86,10 @@ then
make run integration-test recv_cluster || TEST_RESULT=$? make run integration-test recv_cluster || TEST_RESULT=$?
fi fi
# Dump logs of important devices # Dump logs of important containers
for device in $DEVICES for container in $DEVICES databaseds dsconfig tangodb
do do
docker logs "${CONTAINER_NAME_PREFIX}${device}" >& "${ARTIFACT_DIR}/${device}.log" docker logs "${CONTAINER_NAME_PREFIX}${container}" >& "${ARTIFACT_DIR}/${container}.log"
done done
exit $TEST_RESULT exit $TEST_RESULT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment