From 9cd2d7231c9db856b1ebbc866dd26760befe9b29 Mon Sep 17 00:00:00 2001 From: Deepa_Kumari <deepa_kumari@epam.com> Date: Wed, 27 Sep 2023 13:29:08 +0530 Subject: [PATCH] adding trace for services --- devops/core-plus/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/devops/core-plus/pipeline.yml b/devops/core-plus/pipeline.yml index d7ce38036..8cde8990c 100644 --- a/devops/core-plus/pipeline.yml +++ b/devops/core-plus/pipeline.yml @@ -67,6 +67,7 @@ core-plus-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/ + CI_DEBUG_SERVICES: trace script: - echo "--- Install psql ---" - apt-get update && apt-get install -y postgresql-client libpq-dev jq kubectl -- GitLab