Unverified Commit fb4432e1 authored by Pavithra Vijayakrishnan's avatar Pavithra Vijayakrishnan Committed by GitHub
Browse files

ci: Remove the function level gpu config mark and update the markers in Dynamo...


ci: Remove the function level gpu config mark and update the markers in Dynamo pre-merge workflow (#4682)
Signed-off-by: default avatarpvijayakrish <pvijayakrish@nvidia.com>
parent 5708b702
......@@ -65,7 +65,7 @@ jobs:
docker compose down
- name: Run pytest (parallel tests with xdist)
env:
PYTEST_MARKS: "pre_merge and parallel"
PYTEST_MARKS: "pre_merge and parallel and not (vllm or trtllm or sglang or k8s)"
run: |
docker run -w /workspace \
--name ${{ env.CONTAINER_ID }}_pytest_parallel \
......@@ -77,7 +77,7 @@ jobs:
docker cp ${{ env.CONTAINER_ID }}_pytest_parallel:/workspace/${{ env.PYTEST_PARALLEL_XML_FILE }} . || echo "No parallel test report found"
- name: Run pytest (sequential tests)
env:
PYTEST_MARKS: "(pre_merge and not parallel) or mypy"
PYTEST_MARKS: "(pre_merge and not parallel and not (vllm or trtllm or sglang or k8s)) or mypy"
run: |
docker run -w /workspace \
--name ${{ env.CONTAINER_ID }}_pytest \
......
......@@ -337,7 +337,6 @@ def vllm_config_test(request):
@pytest.mark.vllm
@pytest.mark.e2e
@pytest.mark.gpu_1
@pytest.mark.nightly
def test_serve_deployment(
vllm_config_test, request, runtime_services, predownload_models, image_server
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment