Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
custom-metrics
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
Deployment and Operations
base-containers-gc
custom-metrics
Compare revisions
e79b0ecb0c6752712f5285c38ce9d7132eb844ab to 0ea6536b475bc3a8c5cdca162c32a5a7b551d28d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
osdu/platform/deployment-and-operations/base-containers-gcp/custom-metrics
Select target project
No results found
0ea6536b475bc3a8c5cdca162c32a5a7b551d28d
Select Git revision
Branches
main
Tags
v0.1.0
Swap
Target
osdu/platform/deployment-and-operations/base-containers-gcp/custom-metrics
Select target project
osdu/platform/deployment-and-operations/base-containers-gcp/custom-metrics
1 result
e79b0ecb0c6752712f5285c38ce9d7132eb844ab
Select Git revision
Branches
main
Tags
v0.1.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
GONRG-10472-Refactoring-pipelines-for-new-AR
· 94ac7723
Vadzim Beuzo [EPAM / GCP]
authored
3 months ago
and
Oleksandr Kosse (EPAM)
committed
3 months ago
94ac7723
Merge branch 'GONRG-10472-Refactoring-pipelines-for-new-AR' into 'main'
· 0ea6536b
Oleksandr Kosse (EPAM)
authored
3 months ago
GONRG-10472-Refactoring-pipelines-for-new-AR See merge request
!2
0ea6536b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
pipelines/helm-package.yml
+4
-2
4 additions, 2 deletions
pipelines/helm-package.yml
with
7 additions
and
5 deletions
.gitlab-ci.yml
View file @
0ea6536b
variables
:
GC_GCR_REGISTRY
:
gcr.io/osdu-anthos
include
:
include
:
# Stages and standard settings
# Stages and standard settings
-
local
:
"
pipelines/stages.yml"
-
local
:
"
pipelines/stages.yml"
# Common scripts used in other jobs
# Common scripts used in other jobs
-
project
:
"
osdu/platform/ci-cd-pipelines"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/gc-scripts.yml"
file
:
"
cloud-providers/gc-scripts.yml"
# Common variables used in other jobs
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/gc-global-variables.yml"
# Helm logic
# Helm logic
-
local
:
"
pipelines/helm-package.yml"
-
local
:
"
pipelines/helm-package.yml"
# Scripts check logic
# Scripts check logic
...
...
This diff is collapsed.
Click to expand it.
pipelines/helm-package.yml
View file @
0ea6536b
variables
:
variables
:
GC_HELM_DEPLOYMENT_DIR
:
"
chart"
GC_HELM_DEPLOYMENT_DIR
:
"
chart"
GC_HELM_PACKAGE_NAME
:
"
custom-metrics"
GC_HELM_PACKAGE_NAME
:
"
custom-metrics"
GC_GCR_REGISTRY
:
"
gcr.io/osdu-anthos"
.gc_get_latest_helm_package_version
:
.gc_get_latest_helm_package_version
:
script
:
script
:
...
@@ -50,6 +49,9 @@ gc-helm-charts-release-gcr:
...
@@ -50,6 +49,9 @@ gc-helm-charts-release-gcr:
name
:
Google_Cloud
name
:
Google_Cloud
stage
:
package
stage
:
package
tags
:
[
"
osdu-small"
]
tags
:
[
"
osdu-small"
]
id_tokens
:
GITLAB_OIDC_TOKEN
:
aud
:
https://iam.googleapis.com/projects/${GC_PROJECT_NUMBER}/locations/global/workloadIdentityPools/${GC_POOL_ID}/providers/${GC_PROVIDER_ID}
image
:
image
:
name
:
gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
name
:
gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
...
@@ -59,7 +61,7 @@ gc-helm-charts-release-gcr:
...
@@ -59,7 +61,7 @@ gc-helm-charts-release-gcr:
before_script
:
before_script
:
-
apk add --no-cache curl bash
-
apk add --no-cache curl bash
-
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | VERIFY_CHECKSUM=false bash
-
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | VERIFY_CHECKSUM=false bash
-
gcloud auth activate-service-account --key-file=${GC_BAREMETAL_DEPLOY_FILE}
-
!reference
[
.gc_obtain_credentials
,
script
]
-
gcloud auth configure-docker gcr.io
-
gcloud auth configure-docker gcr.io
script
:
script
:
-
!reference
[
.gc_define_version
,
script
]
-
!reference
[
.gc_define_version
,
script
]
...
...
This diff is collapsed.
Click to expand it.