Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seismic-dms-service
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
Domain Data Management Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
19542922
Commit
19542922
authored
1 year ago
by
Aliaksandr Ramanovich (EPAM)
Browse files
Options
Downloads
Plain Diff
Merge branch 'GONRG-6173-update-helm-ci-jobs' into 'master'
ci: GONRG-6173: update jobs See merge request
!664
parents
964115c0
6687ecff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!664
ci: GONRG-6173: update jobs
Pipeline
#174230
canceled
1 year ago
Stage: build
Stage: containerize
Stage: scan
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/sdms/devops/osdu/cloud-providers/gc.yml
+6
-3
6 additions, 3 deletions
app/sdms/devops/osdu/cloud-providers/gc.yml
devops/osdu/cloud-providers/gc-common-pipeline.yml
+3
-3
3 additions, 3 deletions
devops/osdu/cloud-providers/gc-common-pipeline.yml
with
9 additions
and
6 deletions
app/sdms/devops/osdu/cloud-providers/gc.yml
+
6
−
3
View file @
19542922
...
...
@@ -5,6 +5,7 @@ variables:
sdms-gc-helm-charts-gitlab
:
extends
:
.gc-helm-charts-gitlab
needs
:
[
"
sdms-gc-containerize-gitlab"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE
:
seismic-store
...
...
@@ -12,6 +13,7 @@ sdms-gc-helm-charts-gitlab:
sdms-gc-helm-charts-release-gitlab
:
extends
:
.gc-helm-charts-release-gitlab
needs
:
[
"
sdms-gc-containerize-gitlab"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE
:
seismic-store
...
...
@@ -19,6 +21,7 @@ sdms-gc-helm-charts-release-gitlab:
sdms-gc-helm-charts-release-gcr
:
extends
:
.gc-helm-charts-release-gcr
needs
:
[
"
sdms-gc-containerize-gcr"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE
:
seismic-store
...
...
@@ -69,7 +72,7 @@ sdms-gc-containerize-gcr:
sdms-gc-deploy
:
extends
:
.gc-deploy
needs
:
[
"
sdms-gc-
containerize
-gitlab"
]
needs
:
[
"
sdms-gc-
helm-charts
-gitlab"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE
:
seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
...
...
@@ -87,7 +90,7 @@ sdms-gc-deploy:
sdms-gc-dev2-deploy
:
extends
:
.gc-dev2-deploy
needs
:
[
"
sdms-gc-
containeriz
e-gitlab"
]
needs
:
[
"
sdms-gc-
helm-charts-releas
e-gitlab"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE
:
seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
...
...
@@ -131,7 +134,7 @@ sdms-gc-preship-deploy:
sdms-gc-anthos-deploy
:
extends
:
.gc-anthos-deploy
needs
:
[
"
sdms-gc-
containerize
-gitlab"
]
needs
:
[
"
sdms-gc-
helm-charts
-gitlab"
]
variables
:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE
:
seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR
:
"
app/sdms/devops/gc/deploy"
...
...
This diff is collapsed.
Click to expand it.
devops/osdu/cloud-providers/gc-common-pipeline.yml
+
3
−
3
View file @
19542922
...
...
@@ -126,7 +126,7 @@ variables:
.gc-helm-charts-gitlab
:
stage
:
build
stage
:
containerize
tags
:
[
"
osdu-small"
]
image
:
name
:
alpine/helm:3.9.0
...
...
@@ -148,7 +148,7 @@ variables:
when
:
on_success
.gc-helm-charts-release-gitlab
:
stage
:
build
stage
:
containerize
tags
:
[
"
osdu-small"
]
image
:
name
:
alpine/helm:3.9.0
...
...
@@ -168,7 +168,7 @@ variables:
when
:
on_success
.gc-helm-charts-release-gcr
:
stage
:
build
stage
:
containerize
tags
:
[
"
osdu-small"
]
image
:
name
:
alpine/helm:3.9.0
...
...
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