Skip to content

Commit

Permalink
Remove unnecessary calls to UBI 8 images
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Stourac <[email protected]>
  • Loading branch information
daniellutz and jstourac committed Sep 20, 2024
1 parent 273e419 commit b546862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ test-%: bin/kubectl
$(call test_with_papermill,intel/ml,ubi9,python-$(PYTHON_VERSION)) \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "trustyai-ubi9"; then \
$(call test_with_papermill,trustyai,ubi9,python-$(PYTHON_VERSION)) \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "datascience-ubi8"; then \
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "anaconda"; then \
echo "There is no test notebook implemented yet for Anaconda Notebook...." \
else \
Expand Down

0 comments on commit b546862

Please sign in to comment.