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
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
7e5dad75
Commit
7e5dad75
authored
May 23, 2022
by
Mikhail Piatliou (EPAM)
Browse files
GONRG-4968: finalized changes
parent
7e2c4259
Pipeline
#110448
failed with stages
in 76 minutes and 34 seconds
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7e5dad75
...
...
@@ -62,7 +62,6 @@ include:
file
:
"
cloud-providers/azure.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
gcp-int-tests-anthos"
file
:
"
cloud-providers/osdu-gcp-gke.yml"
-
local
:
"
devops/gcp/pipeline/override-stages.yml"
...
...
devops/gcp/pipeline/override-stages.yml
View file @
7e5dad75
...
...
@@ -4,7 +4,7 @@ variables:
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_HELM_CONFIG_SERVICE
:
schema-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
schema-deploy
OSDU_GCP_HELM_TIMEOUT
:
"
--timeout
20
m"
OSDU_GCP_HELM_TIMEOUT
:
"
--timeout
15
m"
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.log_level=INFO
--set data.google_audiences=$GOOGLE_AUDIENCE
...
...
@@ -24,6 +24,14 @@ variables:
# FIXME add value below for DEV2 pipeline
# OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS_DEV2: >
osdu-gcp-containerize-bootstrap-gitlab
:
variables
:
BUILD_PATH
:
devops/$OSDU_GCP_VENDOR/bootstrap-osdu-module/Dockerfile
osdu-gcp-containerize-bootstrap-gcr
:
variables
:
BUILD_PATH
:
devops/$OSDU_GCP_VENDOR/bootstrap-osdu-module/Dockerfile
# REFACTOR to common pipeline
osdu-gcp-deploy-deployment
:
needs
:
...
...
@@ -55,6 +63,12 @@ osdu-gcp-deploy-deployment:
# - echo $STATUS
# - if [[ "$STATUS" != *"met"* ]]; then echo "POD didn't start correctly" ; exit 1 ; fi
osdu-gcp-anthos-deploy-deployment
:
needs
:
-
osdu-gcp-containerize-gitlab
-
osdu-gcp-containerize-bootstrap-gitlab
-
osdu-gcp-anthos-deploy-configmap
osdu-gcp-test
:
script
:
-
$MAVEN_BUILD . test-results.log verify -q -f testing/schema-test-core/pom.xml
...
...
@@ -91,17 +105,3 @@ osdu-gcp-anthos-test:
reports
:
junit
:
-
testing/schema-test-core/target/*/TEST-*.xml
osdu-gcp-containerize-bootstrap-gitlab
:
variables
:
BUILD_PATH
:
devops/$OSDU_GCP_VENDOR/bootstrap-osdu-module/Dockerfile
osdu-gcp-containerize-bootstrap-gcr
:
variables
:
BUILD_PATH
:
devops/$OSDU_GCP_VENDOR/bootstrap-osdu-module/Dockerfile
osdu-gcp-anthos-deploy-deployment
:
needs
:
-
osdu-gcp-containerize-gitlab
-
osdu-gcp-containerize-bootstrap-gitlab
-
osdu-gcp-anthos-deploy-configmap
Write
Preview
Supports
Markdown
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