Skip to content

Commit 138664a

Browse files
chore(ci): skip rds tests in 1.4 (#2295)
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent bcca310 commit 138664a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ibm/pipelines/openshift-ci-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ main() {
500500
check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}"
501501
# Only test TLS config with RDS and Change configuration at runtime in nightly jobs
502502
if [[ "$JOB_NAME" == *periodic* ]]; then
503-
initiate_rds_deployment "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
504-
check_and_test "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
503+
# initiate_rds_deployment "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
504+
# check_and_test "${RELEASE_NAME}" "${NAME_SPACE_RDS}"
505505

506506
# Deploy `showcase-runtime` to run tests that require configuration changes at runtime
507507
configure_namespace "${NAME_SPACE_RUNTIME}"

0 commit comments

Comments
 (0)