Unverified Commit cf08f794 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

chore: Run all pytest lifecycle markers nightly (#7449)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent f81f5277
...@@ -31,10 +31,10 @@ jobs: ...@@ -31,10 +31,10 @@ jobs:
${{ github.ref_name == 'main' && format('main-vllm-{0}', github.sha) || '' }} ${{ github.ref_name == 'main' && format('main-vllm-{0}', github.sha) || '' }}
builder_name: b-${{ github.run_id }}-${{ github.run_attempt }} builder_name: b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes: 180 build_timeout_minutes: 180
cpu_only_test_markers: 'nightly and vllm and gpu_0' cpu_only_test_markers: 'vllm and gpu_0'
single_gpu_test_markers: 'nightly and vllm and gpu_1' single_gpu_test_markers: 'vllm and gpu_1'
single_gpu_test_timeout_minutes: 35 single_gpu_test_timeout_minutes: 35
multi_gpu_test_markers: 'nightly and vllm and (gpu_2 or gpu_4)' multi_gpu_test_markers: 'vllm and (gpu_2 or gpu_4)'
multi_gpu_test_timeout_minutes: 120 multi_gpu_test_timeout_minutes: 120
secrets: inherit secrets: inherit
...@@ -54,9 +54,9 @@ jobs: ...@@ -54,9 +54,9 @@ jobs:
${{ github.ref_name == 'main' && format('main-sglang-{0}', github.sha) || '' }} ${{ github.ref_name == 'main' && format('main-sglang-{0}', github.sha) || '' }}
builder_name: b-${{ github.run_id }}-${{ github.run_attempt }} builder_name: b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes: 180 build_timeout_minutes: 180
cpu_only_test_markers: 'nightly and sglang and gpu_0' cpu_only_test_markers: 'sglang and gpu_0'
single_gpu_test_markers: 'nightly and sglang and gpu_1' single_gpu_test_markers: 'sglang and gpu_1'
multi_gpu_test_markers: 'nightly and sglang and (gpu_2 or gpu_4)' multi_gpu_test_markers: 'sglang and (gpu_2 or gpu_4)'
multi_gpu_test_timeout_minutes: 120 multi_gpu_test_timeout_minutes: 120
secrets: inherit secrets: inherit
...@@ -76,9 +76,9 @@ jobs: ...@@ -76,9 +76,9 @@ jobs:
${{ github.ref_name == 'main' && format('main-trtllm-{0}', github.sha) || '' }} ${{ github.ref_name == 'main' && format('main-trtllm-{0}', github.sha) || '' }}
builder_name: b-${{ github.run_id }}-${{ github.run_attempt }} builder_name: b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes: 180 build_timeout_minutes: 180
cpu_only_test_markers: 'nightly and trtllm and gpu_0' cpu_only_test_markers: 'trtllm and gpu_0'
single_gpu_test_markers: 'nightly and trtllm and gpu_1' single_gpu_test_markers: 'trtllm and gpu_1'
multi_gpu_test_markers: 'nightly and trtllm and (gpu_2 or gpu_4)' multi_gpu_test_markers: 'trtllm and (gpu_2 or gpu_4)'
multi_gpu_test_timeout_minutes: 120 multi_gpu_test_timeout_minutes: 120
secrets: inherit secrets: inherit
......
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