Skip to content

Commit 731098b

Browse files
committed
ci: merge main branch
2 parents d684623 + 656d8d1 commit 731098b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TESTS_DIR=$HOME/opendatahub-tests/
66
ENV UV_PYTHON=python3.12
77
ENV UV_COMPILE_BYTECODE=1
88
ENV UV_NO_SYNC=1
9-
ENV UV_CACHE_DIR=${TESTS_DIR}/.cache
9+
ENV UV_NO_CACHE=1
1010

1111
ENV BIN_DIR="$HOME_DIR/.local/bin"
1212
ENV PATH="$PATH:$BIN_DIR"

tests/workbenches/notebook-controller/test_spawning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
class TestNotebook:
9+
@pytest.mark.smoke
910
@pytest.mark.parametrize(
1011
"unprivileged_model_namespace,users_persistent_volume_claim,default_notebook",
1112
[

0 commit comments

Comments
 (0)