From 07806dba2c4c97efc4dfd129d1810549a95ab536 Mon Sep 17 00:00:00 2001 From: Michal Kovarik Date: Feb 06 2020 01:14:44 +0000 Subject: C3I: Use new SERVICES_TO_DEPLOY parameter Allows to whitelist services to be installed. --- diff --git a/openshift/integration/koji/pipelines/templates/snippets/mbs-integration-test.groovy b/openshift/integration/koji/pipelines/templates/snippets/mbs-integration-test.groovy index 44b6147..aee010e 100644 --- a/openshift/integration/koji/pipelines/templates/snippets/mbs-integration-test.groovy +++ b/openshift/integration/koji/pipelines/templates/snippets/mbs-integration-test.groovy @@ -12,13 +12,8 @@ stage('Run integration tests') { c3i.buildAndWait(script: this, objs: "bc/pipeline-as-a-service", '-e', "DEFAULT_IMAGE_TAG=${env.ENVIRONMENT}", '-e', "PIPELINE_ID=${env.PIPELINE_ID}", - '-e', "WAIVERDB_IMAGE=", + '-e', "SERVICES_TO_DEPLOY='umb mbs-frontend mbs-backend krb5 ldap koji-hub'" '-e', "C3IAAS_PROJECT=${env.C3IAAS_PROJECT ?: ''}", - '-e', "RESULTSDB_IMAGE=", - '-e', "RESULTSDB_UPDATER_IMAGE=", - '-e', "GREENWAVE_IMAGE=", - '-e', "DATAGREPPER_IMAGE=", - '-e', "DATANOMMER_IMAGE=", '-e', "MBS_BACKEND_IMAGE=${env.BACKEND_IMAGE_REF}", '-e', "MBS_FRONTEND_IMAGE=${env.FRONTEND_IMAGE_REF}", '-e', "PAAS_DOMAIN=${env.PAAS_DOMAIN}"