Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Register
Commits
a754fcdb
Commit
a754fcdb
authored
Mar 30, 2021
by
Oleksandr Kosse (EPAM)
Browse files
Define OSDU_GCP_LOG_LEVEL for the service [GONRG-2132]
parent
595f62f5
Pipeline
#33986
passed with stages
in 29 minutes and 17 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a754fcdb
...
@@ -5,6 +5,7 @@ variables:
...
@@ -5,6 +5,7 @@ variables:
OSDU_GCP_SERVICE
:
register
OSDU_GCP_SERVICE
:
register
OSDU_GCP_ENV_VARS
:
GOOGLE_CLOUD_PROJECT=${OSDU_GCP_PROJECT},ENTITLEMENTS_API=${OSDU_GCP_ENTITLEMENTS_URL},GCLOUD_REGION=${OSDU_GCP_CLOUDRUN_REGION},STORAGE_API=${OSDU_GCP_STORAGE_URL},INTEGRATION_TEST_AUDIENCES=${GOOGLE_AUDIENCE},SUBSCRIBER_SECRET=${OSDU_GCP_SUBSCRIBER_SECRET},SUBSCRIBER_PRIVATE_KEY_ID=${OSDU_GCP_SUBSCRIBER_PRIVATE_KEY_ID},ENVIRONMENT=${OSDU_GCP_ENVIRONMENT},CRON_JOB_EXPECTED_IP=${CRON_JOB_EXPECTED_IP},RECORDS_CHANGE_PUBSUB_ENDPOINT=${RECORDS_CHANGE_PUBSUB_ENDPOINT},SERVICE_IDENTITY=${SERVICE_IDENTITY}
OSDU_GCP_ENV_VARS
:
GOOGLE_CLOUD_PROJECT=${OSDU_GCP_PROJECT},ENTITLEMENTS_API=${OSDU_GCP_ENTITLEMENTS_URL},GCLOUD_REGION=${OSDU_GCP_CLOUDRUN_REGION},STORAGE_API=${OSDU_GCP_STORAGE_URL},INTEGRATION_TEST_AUDIENCES=${GOOGLE_AUDIENCE},SUBSCRIBER_SECRET=${OSDU_GCP_SUBSCRIBER_SECRET},SUBSCRIBER_PRIVATE_KEY_ID=${OSDU_GCP_SUBSCRIBER_PRIVATE_KEY_ID},ENVIRONMENT=${OSDU_GCP_ENVIRONMENT},CRON_JOB_EXPECTED_IP=${CRON_JOB_EXPECTED_IP},RECORDS_CHANGE_PUBSUB_ENDPOINT=${RECORDS_CHANGE_PUBSUB_ENDPOINT},SERVICE_IDENTITY=${SERVICE_IDENTITY}
OSDU_GCP_TEST_SUBDIR
:
testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
OSDU_GCP_TEST_SUBDIR
:
testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
OSDU_GCP_LOG_LEVEL
:
INFO
AWS_BUILD_SUBDIR
:
provider/register-aws/build-aws
AWS_BUILD_SUBDIR
:
provider/register-aws/build-aws
AWS_TEST_SUBDIR
:
testing/register-test-aws
AWS_TEST_SUBDIR
:
testing/register-test-aws
...
@@ -31,8 +32,8 @@ include:
...
@@ -31,8 +32,8 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/gcp.yml"
file
:
"
cloud-providers/gcp.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines
'
-
project
:
"
osdu/platform/ci-cd-pipelines
"
file
:
'
cloud-providers/aws.yml
'
file
:
"
cloud-providers/aws.yml
"
-
project
:
"
osdu/platform/ci-cd-pipelines"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/ibm.yml"
file
:
"
cloud-providers/ibm.yml"
...
@@ -40,12 +41,12 @@ include:
...
@@ -40,12 +41,12 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/gitlab-ultimate.yml"
file
:
"
scanners/gitlab-ultimate.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines
'
-
project
:
"
osdu/platform/ci-cd-pipelines
"
file
:
'
cloud-providers/osdu-gcp-cloudrun.yml
'
file
:
"
cloud-providers/osdu-gcp-cloudrun.yml
"
-
project
:
'
osdu/platform/ci-cd-pipelines
'
-
project
:
"
osdu/platform/ci-cd-pipelines
"
ref
:
master
ref
:
master
file
:
'
cloud-providers/azure.yml
'
file
:
"
cloud-providers/azure.yml
"
# disable the eslint scanner
# disable the eslint scanner
# I think this is being generated from the presence of an HTML file, but there
# I think this is being generated from the presence of an HTML file, but there
...
@@ -53,7 +54,3 @@ include:
...
@@ -53,7 +54,3 @@ include:
eslint-sast
:
eslint-sast
:
rules
:
rules
:
-
when
:
never
-
when
:
never
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment