Skip to content
Snippets Groups Projects
Commit 5ed6d24f authored by saketh somaraju [EPAM]'s avatar saketh somaraju [EPAM] :warning:
Browse files

Merge branch 'az/sa-fix-it' into 'master'

Fix integration tests execution in azure

See merge request !562
parents 57245b50 f28f1d75
No related branches found
No related tags found
1 merge request!562Fix integration tests execution in azure
Pipeline #214581 failed
......@@ -27,7 +27,7 @@ variables:
DATA_PARTITION: opendes
AZURE_AD_APP_RESOURCE_ID: $AZURE_APP_ID
AZURE_STORAGE_CONNECTION_STRING: DefaultEndpointsProtocol=https;AccountName=${AZURE_BASE}data;AccountKey=${AZURE_STORAGE_KEY};EndpointSuffix=core.windows.net
AZURE_COVERAGE_THRESHOLD: $AZURE_CODE_COVERAGE_THRESHOLD
AZURE_COVERAGE_THRESHOLD: $AZURE_CODE_COVERAGE_THRESHOLD
AWS_BUILD_SUBDIR: provider/schema-aws/build-aws
AWS_TEST_SUBDIR: testing/schema-test-core
......@@ -83,6 +83,7 @@ include:
- local: "devops/gc/pipeline/override-stages.yml"
- local: "/devops/azure/gitlab-bootstrap.yml"
- local: "/devops/azure/override-stages.yml"
- local: "/devops/aws/bootstrap.yaml"
- local: "/devops/ibm/bootstrap.yaml"
......@@ -192,8 +193,6 @@ azure_containerize:
variables:
AZURE_CONTAINERIZE_REPOSITORY: "-b jdk-17 https://gitlab-ci-token:${CI_JOB_TOKEN}@community.opengroup.org/osdu/platform/deployment-and-operations/base-containers-azure/service-base-image"
azure_test:
image: community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1
aws-test-java:
image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.0
......
azure_test:
image: community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1
script:
- $MAVEN_BUILD . test-results.log verify -q -f $AZURE_TEST_SUBDIR/pom.xml
artifacts:
when: always
paths:
- test-results.log
expire_in: 3 days
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment