Skip to content
Snippets Groups Projects
Commit b61875d2 authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Fixing AWS integration tests

parent 53cf1b19
No related branches found
No related tags found
1 merge request!589JDK 17 migration (GONRG-7477)
Pipeline #201756 canceled
...@@ -172,7 +172,8 @@ azure_test: ...@@ -172,7 +172,8 @@ azure_test:
image: community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1 image: community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1
aws-test-java: aws-test-java:
image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.0 image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.1
tags: [ "aws-internal-test-ubuntu22.04" ]
fossa-analyze: fossa-analyze:
image: $CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17 image: $CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17
......
...@@ -56,6 +56,8 @@ trap '{ ...@@ -56,6 +56,8 @@ trap '{
#### RUN INTEGRATION TEST ######################################################################### #### RUN INTEGRATION TEST #########################################################################
JAVA_HOME=$JAVA17_HOME
mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml" mvn -ntp test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml"
# mvn -Dmaven.surefire.debug test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml" # mvn -Dmaven.surefire.debug test -f "$SCRIPT_SOURCE_DIR"/../pom.xml -Dcucumber.options="--plugin junit:target/junit-report.xml"
TEST_EXIT_CODE=$? TEST_EXIT_CODE=$?
......
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