updating circle config

This commit is contained in:
Ryan Baxter
2020-08-26 16:48:25 -04:00
parent db66a0331e
commit f7e670b470

View File

@@ -112,10 +112,19 @@ jobs:
export KUBECONFIG=/tmp/kubeconfig
cd spring-cloud-kubernetes-integration-tests
../mvnw -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring
- store_test_results:
path: $HOME/artifacts/junit/
- run:
name: "Aggregate test results"
when: always
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} ~/junit/ \;
bash <(curl -s https://codecov.io/bash)
- store_artifacts:
path: $HOME/artifacts/
path: ~/junit/
destination: artifacts
- store_test_results:
path: ~/junit/
destination: testartifacts
notify:
webhooks:
- url: https://webhooks.gitter.im/e/22e6bb4eb945dd61ba54