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
(cherry picked from commit 248047b)
  • Loading branch information
jstourac committed Jun 14, 2024
1 parent 5b9d23d commit 4ea1ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/check-params-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -185,7 +185,7 @@ 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)
Expand Down

0 comments on commit 4ea1ec2

Please sign in to comment.