Skip to content

Commit 9d4e989

Browse files
committed
Enable concurrent tests in docker
1 parent 79ee4c3 commit 9d4e989

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
PIPELINE_FAMILY := general
22
PIPELINE_PACKAGE := general
33
PACKAGE_NAME := prepline_${PIPELINE_PACKAGE}
4-
ARCH := $(shell uname -m)
54

65
.PHONY: help
76
help: Makefile

scripts/docker-smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ await_server_ready 8000
8080
# Smoke Tests
8181
#######################
8282
echo Running smoke tests with SKIP_INFERENCE_TESTS: "$SKIP_INFERENCE_TESTS"
83-
PYTHONPATH=. SKIP_INFERENCE_TESTS=$SKIP_INFERENCE_TESTS uv run pytest -vv scripts/smoketest.py
83+
PYTHONPATH=. SKIP_INFERENCE_TESTS=$SKIP_INFERENCE_TESTS uv run pytest -n auto -vv scripts/smoketest.py
8484

8585
#######################
8686
# Test parallel vs single mode

0 commit comments

Comments
 (0)