diff --git a/.fossa.yml b/.fossa.yml index 185a8a978a99056c7fe2d58748b63cfc114c6244..005b660973c55b1ecb92b77bff52c5159978f3db 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -28,3 +28,7 @@ analyze: type: mvn target: provider/indexer-gcp/pom.xml path: . + - name: indexer-ibm + type: mvn + target: provider/indexer-ibm/pom.xml + path: . diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29aea813863e3270b5412e143f841682193e3689..4bd1353d7bcdc8952e4b8b1da6188e926b41ef11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,25 @@ variables: GCP_DEPLOY_ENV: p4d GCP_DOMAIN: cloud.slb-ds.com GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/ - + IBM_BUILD_SUBDIR: provider/indexer-ibm + IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm + IBM_SKIP_BUILD: 'true' + IBM_SKIP_DEPLOY: 'true' + IBM_SKIP_TEST: 'false' + include: - - project: 'osdu/platform/ci-cd-pipelines' - ref: 'master' - file: 'temp-service.gitlab-ci.yml' + - project: "osdu/platform/ci-cd-pipelines" + ref: "ibm" + file: "standard-setup.yml" + - project: "osdu/platform/ci-cd-pipelines" + ref: "ibm" + file: "build/maven.yml" + - project: "osdu/platform/ci-cd-pipelines" + ref: "ibm" + file: "cloud-providers/ibm.yml" +# - project: "osdu/platform/ci-cd-pipelines" +# ref: "ibm" +# file: "scanners/fossa.yml" +# - project: "osdu/platform/ci-cd-pipelines" +# ref: "ibm" +# file: "scanners/gitlab-ultimate.yml" \ No newline at end of file