DBZ-3846 Removing existng CRDs prior to creation and added missing tag exclusion parameter to system test CI job

This commit is contained in:
jcechace 2021-08-10 14:27:45 +02:00
parent 85a732d7dc
commit d9561548db
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,8 @@ pipelineJob('ocp-debezium-testing-system') {
stringParam('TEST_WAIT_SCALE', '1', 'Wait time scaling factor')
stringParam('TEST_VERSION_KAFKA', '', 'Kafka version')
booleanParam('TEST_APICURIO_REGISTRY', false, 'Run tests with Apicurio Registry and Avro serialization')
stringParam('TEST_TAGS', '', '')
stringParam('TEST_TAGS', '', 'Which test tags to run (empty for all)')
stringParam('TEST_TAGS_EXCLUDE', '', 'Which test tags to skip (empty for none)')
}
definition {

View File

@ -80,6 +80,7 @@ pipeline {
sh '''
set -x
sed -i "s/namespace: .*/namespace: ${OCP_PROJECT_DEBEZIUM}/" strimzi/install/cluster-operator/*RoleBinding*.yaml
oc delete -f ${STRZ_RESOURCES} -n ${OCP_PROJECT_DEBEZIUM} --ignore-not-found
oc create -f ${STRZ_RESOURCES} -n ${OCP_PROJECT_DEBEZIUM}
'''
sh '''