From af8e24874407f3d2a5409bff2988827452966271 Mon Sep 17 00:00:00 2001 From: Tim Lobl <lobtimo@amazon.com> Date: Wed, 19 Feb 2025 13:02:47 -0600 Subject: [PATCH] Fix: aws acceptance tests --- .gitlab-ci.yml | 1 + devops/aws/pipeline/override-stages.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 devops/aws/pipeline/override-stages.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34a2bbf01..7053f3f88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,7 @@ include: file: "cloud-providers/ibm-one-pipeline.yml" - local: "devops/gc/pipeline/override-stages.yml" + - local: "devops/aws/pipeline/override-stages.yml" - local: "/publish.yml" download_plugins: diff --git a/devops/aws/pipeline/override-stages.yml b/devops/aws/pipeline/override-stages.yml new file mode 100644 index 000000000..938697e93 --- /dev/null +++ b/devops/aws/pipeline/override-stages.yml @@ -0,0 +1,12 @@ +aws-acceptance-test: + variables: + CUCUMBER_OPTIONS: "--tags @default,@health,@SpatialLongitudeExtendedRange" + GROUP_ID: $DOMAIN + script: + - > + $MAVEN_BUILD . test-results.log + verify -DdisableXmlReport=true + --quiet + --file $ACCEPTANCE_TEST_DIR/pom.xml + --update-snapshots + -Dcucumber.filter.tags="${CUCUMBER_OPTIONS}" -- GitLab