check containers resource usage

This commit is contained in:
Claudia Agache
2020-10-07 15:38:43 +03:00
parent f2767f164a
commit f8154f81e4

View File

@@ -96,6 +96,7 @@ jobs:
before_script: before_script:
- bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH - bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH
- bash scripts/waitForAlfrescoToStart.sh - bash scripts/waitForAlfrescoToStart.sh
- docker stats
script: script:
- mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -Dskip.automationtests=false - mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -Dskip.automationtests=false
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000 after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000