Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Security and Compliance
Legal
Commits
cc06dd42
Commit
cc06dd42
authored
2 years ago
by
Nastassia Rabeichykava (EPAM)
Committed by
Oleksandr Kosse (EPAM)
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-5062: refactore anthos pipeline
parent
de864421
No related branches found
Branches containing commit
No related tags found
2 merge requests
!265
Update core-lib-gcp to use universal auth token requester, refactor mappers...
,
!243
GONRG-5062: refactore anthos pipeline
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-15
2 additions, 15 deletions
.gitlab-ci.yml
devops/gcp/pipeline/override-stages.yml
+15
-0
15 additions, 0 deletions
devops/gcp/pipeline/override-stages.yml
with
17 additions
and
15 deletions
.gitlab-ci.yml
+
2
−
15
View file @
cc06dd42
...
...
@@ -13,21 +13,6 @@ variables:
GCP_PROJECT
:
opendes-evt
GCP_TENANT_NAME
:
opendes-evt
OSDU_GCP_SERVICE
:
legal
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.googleAudiences=$GOOGLE_AUDIENCE
--set data.logLevel=INFO
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2
:
>
--set data.googleAudiences=$GOOGLE_AUDIENCE
--set data.logLevel=INFO
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
>
--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA
--set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s
OSDU_GCP_HELM_CONFIG_SERVICE
:
legal-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
legal-deploy
OSDU_GCP_HELM_PACKAGE_CHARTS
:
"
devops/gcp/deploy
devops/gcp/configmap"
IBM_BUILD_SUBDIR
:
provider/legal-ibm
IBM_INT_TEST_SUBDIR
:
testing/legal-test-ibm
...
...
@@ -65,3 +50,5 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
publishing/pages.yml"
-
local
:
"
devops/gcp/pipeline/override-stages.yml"
This diff is collapsed.
Click to expand it.
devops/gcp/pipeline/override-stages.yml
0 → 100644
+
15
−
0
View file @
cc06dd42
variables
:
OSDU_GCP_SERVICE
:
legal
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.googleAudiences=$GOOGLE_AUDIENCE
--set data.logLevel=INFO
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2
:
>
--set data.googleAudiences=$GOOGLE_AUDIENCE
--set data.logLevel=INFO
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
>
--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA
--set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s
OSDU_GCP_HELM_CONFIG_SERVICE
:
legal-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
legal-deploy
OSDU_GCP_HELM_PACKAGE_CHARTS
:
"
devops/gcp/deploy
devops/gcp/configmap"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment