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
56b7c252
Commit
56b7c252
authored
Sep 29, 2020
by
Aliaksandr Ramanovich (EPAM)
Browse files
Change integration test job - no tests for gcp yet
parent
ac8e3afd
Pipeline
#10365
failed with stage
in 1 minute and 58 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
56b7c252
...
...
@@ -53,7 +53,32 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/azure.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
'
master'
file
:
'
cloud-providers/osdu-gcp-cloudrun.yml'
osdu-gcp-test
:
image
:
maven:3.3.9-jdk-8
extends
:
-
.osdu-gcp-variables
stage
:
integration
needs
:
[
"
osdu-gcp-deploy"
]
allow_failure
:
true
variables
:
WORKFLOW_HOST
:
$OSDU_GCP_WORKFLOW_SERVICE_URL
INGEST_HOST
:
$OSDU_GCP_INGEST_HOST
TEST_FILE_ID
:
$OSDU_GCP_TEST_FILE_ID
FILE_SERVICE_HOST
:
$OSDU_GCP_FILE_URL
DELIVERY_HOST
:
$OSDU_GCP_DELIVERY_SERVICE_URL
SEARCH_HOST
:
$OSDU_GCP_SEARCH_HOST
STORAGE_HOST
:
$OSDU_GCP_STORAGE_URL
script
:
-
export INTEGRATION_TESTER=$(echo $OSDU_GCP_R3_INTEGRATION_TESTER)
-
export NO_DATA_ACCESS_TESTER=$(echo $OSDU_GCP_R3_NO_DATA_ACCESS_TESTER)
-
export GCP_DEPLOY_FILE=$(echo $OSDU_GCP_DEPLOY_FILE)
-
export SEARCH_INTEGRATION_TESTER=$(echo $OSDU_GCP_R3_INTEGRATION_TESTER)
-
mvn --batch-mode --settings=$CI_PROJECT_DIR/.mvn/community-maven.settings.xml -f testing/pom.xml verify --projects $OSDU_GCP_SERVICE-test-core
only
:
variables
:
-
$OSDU_GCP == 'true'
Write
Preview
Markdown
is supported
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