From 20e6195b6cdfa6da132ad2a4d8ceeac2dd1cc06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Dr=C3=A1pela?= Date: Mon, 9 Dec 2024 14:05:23 +0100 Subject: [PATCH] Test periodic --- .ibm/pipelines/openshift-ci-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ibm/pipelines/openshift-ci-tests.sh b/.ibm/pipelines/openshift-ci-tests.sh index 85f57c9fc7..fbe664abad 100755 --- a/.ibm/pipelines/openshift-ci-tests.sh +++ b/.ibm/pipelines/openshift-ci-tests.sh @@ -7,6 +7,7 @@ LOGFILE="test-log" export DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" export secret_name="rhdh-k8s-plugin-secret" OVERALL_RESULT=0 +JOB_NAME=periodic cleanup() { echo "Cleaning up before exiting"