Skip to content
Snippets Groups Projects
Commit d15839f9 authored by Deepa Kumari's avatar Deepa Kumari
Browse files

adding svc logs as artifact

parent 7552ffb5
No related branches found
No related tags found
1 merge request!452Introduce Partition-Core-Plus
Pipeline #214068 failed
......@@ -68,12 +68,12 @@ core-plus-tests:
ENVIRONMENT: dev #if this is not specified, it just assumes that the service is running locally
PARTITION_BASE_URL: http://partition_service_image:8080/
script:
- kubectl logs partition_service_image -A > svc0.log
- echo "--- Install psql ---"
- apt-get update && apt-get install -y postgresql-client libpq-dev jq
- apt-get update && apt-get install -y postgresql-client libpq-dev jq kubectl
- echo "--- Bootstrap tables ---"
- chmod +x devops/core-plus/test/bootstrap.sh
- devops/core-plus/test/bootstrap.sh
- kubectl logs partition_service_image -A > svc0.log
- echo "--- Run integration tests ---"
- >
$MAVEN_BUILD . test-results.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment