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

remove port and kubectl

parent 9cd2d723
No related branches found
No related tags found
1 merge request!452Introduce Partition-Core-Plus
Checking pipeline status
......@@ -66,15 +66,14 @@ core-plus-tests:
#required for integration tests
CLIENT_TENANT: osdu
ENVIRONMENT: dev #if this is not specified, it just assumes that the service is running locally
PARTITION_BASE_URL: http://partition_service_image:8080/
PARTITION_BASE_URL: http://partition_service_image/
CI_DEBUG_SERVICES: trace
script:
- echo "--- Install psql ---"
- apt-get update && apt-get install -y postgresql-client libpq-dev jq kubectl
- apt-get update && apt-get install -y postgresql-client libpq-dev jq
- 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