From 41a331ddc1a045878aed38f078dea339531b3c93 Mon Sep 17 00:00:00 2001 From: "Oleksandr Kosse (EPAM)" <oleksandr_kosse@epam.com> Date: Tue, 30 Mar 2021 14:09:51 +0000 Subject: [PATCH] Define OSDU_GCP_LOG_LEVEL for the service [GONRG-2132] --- .gitlab-ci.yml | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42e7bdf74..4d78da942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ variables: OSDU_GCP_REGISTER_BASE_URL: https://os-register-attcrcktoa-uc.a.run.app/api/register/v1 OSDU_GCP_ENV_VARS: APP_PROJECT=$OSDU_GCP_PROJECT,APP_ENTITLEMENTS=$OSDU_GCP_ENTITLEMENTS_URL,APP_REGISTER=$OSDU_GCP_REGISTER_BASE_URL,APP_GOOGLEAUDIENCE=$GOOGLE_AUDIENCE OSDU_GCP_ENVIRONMENT: dev_gke - + OSDU_GCP_LOG_LEVEL: INFO + AWS_BUILD_SUBDIR: provider/notification-aws/build-aws AWS_TEST_SUBDIR: testing/notification-test-aws AWS_SERVICE: notification @@ -21,35 +22,35 @@ variables: IBM_INT_TEST_SUBDIR: testing/notification-test-ibm include: - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'standard-setup.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "master" + file: "standard-setup.yml" - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'build/maven.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "master" + file: "build/maven.yml" - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'scanners/fossa.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "master" + file: "scanners/fossa.yml" - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'scanners/gitlab-ultimate.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "master" + file: "scanners/gitlab-ultimate.yml" - project: "osdu/platform/ci-cd-pipelines" - ref: 'master' + ref: "master" file: "cloud-providers/azure.yml" - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'cloud-providers/osdu-gcp-cloudrun.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "master" + file: "cloud-providers/osdu-gcp-cloudrun.yml" + + - project: "osdu/platform/ci-cd-pipelines" + file: "cloud-providers/aws.yml" - - project: 'osdu/platform/ci-cd-pipelines' - file: 'cloud-providers/aws.yml' - - - project: 'osdu/platform/ci-cd-pipelines' - file: 'cloud-providers/ibm.yml' + - project: "osdu/platform/ci-cd-pipelines" + file: "cloud-providers/ibm.yml" osdu-gcp-test: variables: -- GitLab