Skip to content

Commit b18d860

Browse files
committed
TEMPORARY: run 1 test only
1 parent 538d345 commit b18d860

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
pip install poetry
123123
poetry install --with test,docs
124124
echo "Running e2e tests..."
125-
poetry run pytest -v -s ./tests/e2e -m 'kind and nvidia_gpu' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
125+
poetry run pytest -v -s ./tests/e2e/local_interactive_sdk_kind_test.py -m 'kind' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
126126
env:
127127
GRPC_DNS_RESOLVER: "native"
128128

tests/e2e/local_interactive_sdk_kind_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def run_local_interactives(
6161
worker_memory_requests=1,
6262
worker_memory_limits=4,
6363
worker_extended_resource_requests={gpu_resource_name: number_of_gpus},
64+
image="rayproject/ray:2.47.1",
6465
verify_tls=False,
6566
)
6667
)

0 commit comments

Comments
 (0)