From 761b846d9391d8a194d69c4da4edd5cf9b4a84cc Mon Sep 17 00:00:00 2001 From: Alan Braz <alanbraz@br.ibm.com> Date: Fri, 22 May 2020 07:46:13 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f646489b2..4bd1353d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,11 @@ variables: 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: "ibm" @@ -23,9 +27,9 @@ include: - 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 +# - 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 -- GitLab