mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
check containers resource usage
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user