Skip to content

Commit

Permalink
[fix] CI for the images checks based on recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed May 29, 2024
1 parent 9c1d2ca commit 09bb81e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/check-params-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PARAMS_ENV_PATH="manifests/base/params.env"

# This value needs to be updated everytime we deliberately change number of the
# images we want to have in the `params.env` file.
EXPECTED_NUM_RECORDS=26
EXPECTED_NUM_RECORDS=27

# ---------------------------- DEFINED FUNCTIONS ----------------------------- #

Expand Down Expand Up @@ -184,13 +184,12 @@ function check_image_variable_matches_name_and_commitref() {
;;
odh-habana-notebook-image-n)
expected_name="odh-notebook-habana-jupyter-1.13.0-ubi8-python-3.8"
expected_commitref="2024a"
expected_commitref="release-2024a"
expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8-amd64"
;;
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)
Expand Down Expand Up @@ -336,4 +335,4 @@ else
echo "The '${PARAMS_ENV_PATH}' file isn't valid, please check above!"
fi

exit "${ret_code}"
exit "${ret_code}"

0 comments on commit 09bb81e

Please sign in to comment.