From e12ec1bb868d86ca2faaa8e97992d7f85ddb5ab4 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Mon, 14 Sep 2020 21:05:51 +0000 Subject: [PATCH] Updated CI for GL commit dbe7d3fd Author: Rucha Deshpande <deshruch@amazon.com> Date: Mon Sep 14 2020 10:13:50 GMT-0500 (Central Daylight Time) prep for GL CI --- .fossa.yml | 4 ++++ .gitlab-ci.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.fossa.yml b/.fossa.yml index 7e3c71b30..7b11f22f8 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -24,3 +24,7 @@ analyze: type: mvn target: provider/schema-azure/pom.xml path: . + - name: os-schema-aws + type: mvn + target: provider/schema-aws/pom.xml + path: . diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 961ae0cae..8070cb06a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,11 @@ variables: AZURE_TEST_SUBDIR: testing/schema-test-core AZURE_SKIP_TEST: 'true' + AWS_BUILD_SUBDIR: provider/schema-aws/build-aws + AWS_TEST_SUBDIR: testing/schema-test-aws + AWS_SERVICE: schema-service + AWS_ENVIRONMENT: dev + include: - project: "osdu/platform/ci-cd-pipelines" -- GitLab