We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca310 commit 138664aCopy full SHA for 138664a
.ibm/pipelines/openshift-ci-tests.sh
@@ -500,8 +500,8 @@ main() {
500
check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}"
501
# Only test TLS config with RDS and Change configuration at runtime in nightly jobs
502
if [[ "$JOB_NAME" == *periodic* ]]; then
503
- initiate_rds_deployment "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
504
- check_and_test "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
+ # initiate_rds_deployment "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
+ # check_and_test "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
505
506
# Deploy `showcase-runtime` to run tests that require configuration changes at runtime
507
configure_namespace "${NAME_SPACE_RUNTIME}"
0 commit comments