Skip to content

Commit 8c7dfb5

Browse files
committed
RHOAIENG-8388: rm(intel): fixup to remove one forgotten intel case that's now causing the script to fail
``` ./scripts/test_jupyter_with_papermill.sh: line 345: jupyter_ml_notebook_id: unbound variable ```
1 parent e6c4978 commit 8c7dfb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/test_jupyter_with_papermill.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ function _handle_test()
352352
*-${jupyter_trustyai_notebook_id}-*)
353353
notebook_id="${jupyter_trustyai_notebook_id}"
354354
;;
355-
*-${jupyter_ml_notebook_id}-*)
356-
notebook_id="${accelerator_flavor:+$accelerator_flavor/}${jupyter_ml_notebook_id}"
357-
;;
358355
*${jupyter_tensorflow_notebook_id}-*)
359356
notebook_id="${accelerator_flavor:+$accelerator_flavor/}${jupyter_tensorflow_notebook_id}"
360357
;;

0 commit comments

Comments
 (0)