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
Search
Commits
1dac7685
Commit
1dac7685
authored
Sep 17, 2020
by
Aliaksandr Ramanovich (EPAM)
Browse files
Revert changes
parent
db628675
Pipeline
#9089
failed with stages
in 22 minutes and 49 seconds
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1dac7685
...
@@ -58,27 +58,3 @@ include:
...
@@ -58,27 +58,3 @@ include:
aws-test
:
aws-test
:
tags
:
[
'
aws-internal-test'
]
tags
:
[
'
aws-internal-test'
]
osdu-gcp-test
:
image
:
maven:3.3.9-jdk-8
extends
:
-
.osdu-gcp-variables
stage
:
integration
needs
:
[
"
osdu-gcp-deploy"
]
allow_failure
:
true
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 WORKFLOW_HOST=$OSDU_GCP_WORKFLOW_SERVICE_URL
-
export INGEST_HOST=$OSDU_GCP_INGEST_HOST
-
export TEST_FILE_ID=$OSDU_GCP_TEST_FILE_ID
-
export FILE_SERVICE_HOST=$OSDU_GCP_FILE_URL
-
export DELIVERY_HOST=$OSDU_GCP_DELIVERY_SERVICE_URL
-
export SEARCH_HOST=$OSDU_GCP_SEARCH_HOST
-
export STORAGE_HOST=$OSDU_GCP_STORAGE_URL
-
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,$OSDU_GCP_SERVICE-test-gcp
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