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
2f139ed0
Commit
2f139ed0
authored
Feb 15, 2021
by
Gitlab Runner
Browse files
Merge branch 'master' of
https://community.opengroup.org/osdu/platform/system/schema-service
parents
6cff0e12
6049f332
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f139ed0
...
...
@@ -34,6 +34,7 @@ variables:
OSDU_GCP_SERVICE
:
schema
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_APPLICATION_NAME
:
os-schema
OSDU_GCP_TESTS_SUBDIR
:
testing/schema-test-core
OSDU_GCP_ENV_VARS
:
AUTHORIZE_API=$OSDU_GCP_ENTITLEMENTS_URL,AUTHORIZE_API_KEY=$OSDU_GCP_AUTHORIZE_API_KEY,LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=DEBUG,SHARED_TENANT_NAME=$TENANT --vpc-connector=$OSDU_GCP_VPC_CONNECTOR
include
:
...
...
@@ -44,10 +45,7 @@ include:
file
:
"
build/maven.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/fossa.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/gcp.yml"
file
:
"
scanners/fossa-maven.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
file
:
'
cloud-providers/aws.yml'
...
...
@@ -67,3 +65,22 @@ include:
-
local
:
"
/devops/azure/gitlab-bootstrap.yml"
-
local
:
"
/devops/aws/bootstrap.yaml"
osdu-gcp-test
:
image
:
maven:3.6.3-jdk-8
script
:
-
>
mvn verify
--batch-mode
--quiet
-s $CI_PROJECT_DIR/.mvn/community-maven.settings.xml
-f $OSDU_GCP_TESTS_SUBDIR/pom.xml
> test-results.log
artifacts
:
when
:
always
paths
:
-
test-results.log
-
$OSDU_GCP_TESTS_SUBDIR/target/*/TEST-*.xml
reports
:
junit
:
-
$OSDU_GCP_TESTS_SUBDIR/target/*/TEST-*.xml
\ No newline at end of file
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