Skip to content
Snippets Groups Projects
Commit c69905ad authored by David Diederich's avatar David Diederich
Browse files

Create Release Branch for version 0.25

parent 807faaa0
No related branches found
No related tags found
No related merge requests found
Pipeline #230763 failed
......@@ -22,34 +22,40 @@ variables:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "build/maven.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/fossa-maven.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/gc-global.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/ibm.yml"
ref: release/0.25
# aws
- local: "devops/aws/pipeline/override-stages.yml"
- local: "devops/gc/pipeline/override-stages.yml"
.maven:
image: maven:3.9.3-eclipse-temurin-17
tags: ['osdu-medium']
tags: [ 'osdu-medium' ]
variables:
MAVEN_REPO_PATH: "$CI_PROJECT_DIR/.m2/repository"
MAVEN_CLI_OPTS: "--batch-mode --settings=$CI_PROJECT_DIR/.mvn/community-maven.settings.xml"
......@@ -159,7 +165,6 @@ azure_test:
aws-test-java:
image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.1
fossa-analyze:
image: $CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17
fossa-check-notice:
......
......@@ -15,12 +15,16 @@
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global-variables.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global.yml"
ref: release/0.25
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-maven.yml"
ref: release/0.25
aws-test-java:
script:
......@@ -34,4 +38,3 @@ aws-test-java:
- trap "python3 $PUSH_ENDPOINT_PATH/setup_teardown_endpoint.py --delete --environment_file $PUSH_ENDPOINT_PATH/environment_file.sh --kube_file $PUSH_ENDPOINT_PATH/push-endpoint-manifest.yaml" EXIT
- source $PUSH_ENDPOINT_PATH/environment_file.sh
- $MAVEN_BUILD $INTEGRATION_TEST_DIR maven-aws-integration-test-output.log ${AWS_MAVEN_TEST_COMMAND_OVERRIDE:-test} --update-snapshots -DdisableXmlReport=true
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