From f7062864b230d13b03a6cc24225f103886331873 Mon Sep 17 00:00:00 2001 From: Michal Kovarik Date: Feb 11 2020 09:07:25 +0000 Subject: Deploy krb5, ldap and koji for integration testing Before switching to new playbooks which are using kerberos auth it's necessary to add these services. Koji is also used in new configuration. --- diff --git a/openshift/pipelines/templates/snippets/waiverdb-full-integration-test.groovy b/openshift/pipelines/templates/snippets/waiverdb-full-integration-test.groovy index 7f22724..f265524 100644 --- a/openshift/pipelines/templates/snippets/waiverdb-full-integration-test.groovy +++ b/openshift/pipelines/templates/snippets/waiverdb-full-integration-test.groovy @@ -26,7 +26,7 @@ stage('Run integration tests') { '-e', "WAIVERDB_IMAGE=${env.IMAGE}", '-e', "PIPELINE_ID=${env.PIPELINE_ID}", '-e', "PAAS_DOMAIN=${env.PAAS_DOMAIN}", - '-e', "SERVICES_TO_DEPLOY='resultsdb-updater datanommer greenwave resultsdb umb waiverdb datagrepper'", + '-e', "SERVICES_TO_DEPLOY='resultsdb-updater datanommer greenwave resultsdb umb waiverdb datagrepper krb5 ldap koji'", '-e', "TRIGGERED_BY=${env.BUILD_URL}" ) }