From f54b1c84f245875636793a6a4be71bdd40dee5d2 Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Wed, 7 Aug 2024 13:34:21 +0200 Subject: [PATCH] [CI] remove the workaround for the Habana 1.10 image check --- ci/check-params-env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/check-params-env.sh b/ci/check-params-env.sh index eac0b498c..640ab2863 100755 --- a/ci/check-params-env.sh +++ b/ci/check-params-env.sh @@ -212,8 +212,7 @@ function check_image_variable_matches_name_and_commitref() { ;; odh-habana-notebook-image-n-1) expected_name="odh-notebook-habana-jupyter-1.10.0-ubi8-python-3.8" - # expected_commitref="release-2023b" - expected_commitref="rhods-1.34" + expected_commitref="release-2023b" expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8-amd64" ;; odh-codeserver-notebook-image-n)