From b4f495ff3de05784318e06faad410c4d61d72818 Mon Sep 17 00:00:00 2001 From: Michal Kovarik Date: Jan 19 2021 13:01:32 +0000 Subject: C3I - Reduce deployed services Remove datanommer, datagrepper and koji-hub. For koji-hub there is necesary to disable integration with koji in greenwave. --- diff --git a/openshift/pipelines/snippets/waiverdb-full-integration-test.groovy b/openshift/pipelines/snippets/waiverdb-full-integration-test.groovy index e9a79eb..18817c0 100644 --- a/openshift/pipelines/snippets/waiverdb-full-integration-test.groovy +++ b/openshift/pipelines/snippets/waiverdb-full-integration-test.groovy @@ -10,7 +10,8 @@ stage('Run integration tests') { '-e', "WAIVERDB_IMAGE=${env.TRACKED_CONTAINER_REPO}:${env.TRACKED_TAG}", '-e', "PIPELINE_ID=${env.PIPELINE_ID}", '-e', "PAAS_DOMAIN=${env.PAAS_DOMAIN}", - '-e', "SERVICES_TO_DEPLOY='resultsdb-updater datanommer greenwave resultsdb umb waiverdb datagrepper krb5 ldap koji-hub'", + '-e', "SERVICES_TO_DEPLOY='resultsdb-updater greenwave resultsdb umb waiverdb krb5 ldap'", + '-e', "PIPELINE_PARAMS='{\"greenwave_wrapper_koji\": \"\", \"greenwave_side_tags_url_template\": \"\", \"greenwave_dist_git_url_template\": \"\" }'", '-e', "TRIGGERED_BY=${env.BUILD_URL}" ) }