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
Merge requests
!58
WIP_master_test_mz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP_master_test_mz
WIP_master_test_mz
into
master
Overview
0
Commits
3
Pipelines
7
Changes
1
Closed
Mykola Zamkovyi (EPAM)
requested to merge
WIP_master_test_mz
into
master
4 years ago
Overview
0
Commits
3
Pipelines
7
Changes
1
Expand
WIP_master_test_mz
0
0
Merge request reports
Viewing commit
f1b6dc1f
Prev
Next
Show latest version
1 file
+
0
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f1b6dc1f
Update .gitlab-ci.yml
· f1b6dc1f
Oleksandr Kosse (EPAM)
authored
4 years ago
.gitlab-ci.yml
+
31
−
13
Options
@@ -6,39 +6,57 @@ variables:
GCP_BUILD_SUBDIR
:
provider/legal-gcp
GCP_INT_TEST_SUBDIR
:
testing/legal-test-gcp
GCP_APPLICATION_NAME
:
os-legal
GCP_ENVIRONMENT
:
testing
GCP_PROJECT
:
opendes-evt
GCP_TENANT_NAME
:
opendes-evt
# GCP_DEPLOY_ENV: p4d
# GCP_DOMAIN: cloud.slb-ds.com
# GCP_STORAGE_URL: https://osdu-search-dot-opendes.appspot.com/api/storage/v2/
OSDU_GCP_BUILD_SUBDIR
:
provider/legal-gcp
OSDU_GCP_INT_TEST_SUBDIR
:
testing/integration-tests/legal-test-gcp
OSDU_GCP_APPLICATION_NAME
:
os-legal
IBM_BUILD_SUBDIR
:
provider/legal-ibm
IBM_INT_TEST_SUBDIR
:
testing/legal-test-ibm
AZURE_SERVICE
:
legal
AZURE_BUILD_SUBDIR
:
provider/legal-azure
AZURE_TEST_SUBDIR
:
testing/legal-test-azure
IBM_BUILD_SUBDIR
:
provider/legal-ibm
IBM_INT_TEST_SUBDIR
:
testing/legal-test-ibm
include
:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
standard-setup.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
build/maven.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
master"
file
:
"
cloud-providers/azure.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
master"
file
:
'
cloud-providers/gcp.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
file
:
'
cloud-providers/aws.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
file
:
'
cloud-providers/ibm.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/fossa.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/gitlab-ultimate.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/aws.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/ibm.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/azure.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
WIP-MR-Legal-CICD"
file
:
'
cloud-providers/osdu-gcp.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
master"
file
:
'
cloud-providers/gcp.yml'
compile-and-unit-test
:
variables
:
GOOGLE_CLOUD_PROJECT
:
opendes-evt
Loading