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
OSDU - Aha Testing
Platform
System
Search
Commits
91d8b2e6
Commit
91d8b2e6
authored
Apr 20, 2021
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'osdu_gcp_cicd_fix' into 'master'
OSDU-GCP CI/CD Fix See merge request
osdu/platform/system/search-service!99
parents
5fcb04bd
20efbe7d
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
91d8b2e6
...
...
@@ -17,7 +17,7 @@ variables:
# --- osdu gcp specific variables for cloudrun ---
OSDU_GCP_SERVICE
:
search
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_ENV_VARS
:
ENVIRONMENT=$OSDU_GCP_SPRING_PROFILES_ACTIVE,GOOGLE_CLOUD_PROJECT=$OSDU_GCP_PROJECT,REDIS_SEARCH_HOST=$REDIS_SEARCH_HOST,REDIS_SEARCH_PORT=$OSDU_GCP_REDIS_SEARCH_PORT,INDEXER_HOST=$OSDU_GCP_INDEXER_HOST_SEARCH,AUTHORIZE_API=$OSDU_GCP_AUTHORIZE_API,ENTITLEMENTS_HOST=$OSDU_GCP_ENTITLEMENTS_URL,SECURITY_HTTPS_CERTIFICATE_TRUST=$OSDU_SECURITY_HTTPS_CERTIFICATE_TRUST --vpc-connector=$OSDU_GCP_VPC_CONNECTOR
OSDU_GCP_ENV_VARS
:
ENVIRONMENT=$OSDU_GCP_SPRING_PROFILES_ACTIVE,GOOGLE_CLOUD_PROJECT=$OSDU_GCP_PROJECT,REDIS_SEARCH_HOST=$REDIS_SEARCH_HOST,REDIS_SEARCH_PORT=$OSDU_GCP_REDIS_SEARCH_PORT,
REDIS_GROUP_HOST=$REDIS_GROUP_HOST,
INDEXER_HOST=$OSDU_GCP_INDEXER_HOST_SEARCH,AUTHORIZE_API=$OSDU_GCP_AUTHORIZE_API,ENTITLEMENTS_HOST=$OSDU_GCP_ENTITLEMENTS_URL,SECURITY_HTTPS_CERTIFICATE_TRUST=$OSDU_SECURITY_HTTPS_CERTIFICATE_TRUST --vpc-connector=$OSDU_GCP_VPC_CONNECTOR
# Variables should be partially removed after migration on cloudrun gcp
OSDU_GCP_BUILD_SUBDIR
:
provider/search-gcp
OSDU_GCP_INT_TEST_SUBDIR
:
testing/integration-tests/search-test-gcp
...
...
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