diff --git a/tests/integration/test_lists/qa/README.md b/tests/integration/test_lists/qa/README.md index a0e3afb3dc..3e9e8ad70c 100644 --- a/tests/integration/test_lists/qa/README.md +++ b/tests/integration/test_lists/qa/README.md @@ -68,8 +68,8 @@ This directory contains various test configuration files: - `llm_triton_integration.txt` - Triton backend integration tests ### Release-Specific Tests -- `llm_digits_func.txt` - Functional tests for DIGITS release -- `llm_digits_perf.txt` - Performance tests for DIGITS release +- `llm_spark_func.txt` - Functional tests for DGX-Spark release +- `llm_spark_perf.yml` - Performance tests for DGX-Spark release ## Test Execution Schedule diff --git a/tests/integration/test_lists/qa/llm_digits_core.txt b/tests/integration/test_lists/qa/llm_spark_core.txt similarity index 100% rename from tests/integration/test_lists/qa/llm_digits_core.txt rename to tests/integration/test_lists/qa/llm_spark_core.txt diff --git a/tests/integration/test_lists/qa/llm_digits_func.txt b/tests/integration/test_lists/qa/llm_spark_func.txt similarity index 100% rename from tests/integration/test_lists/qa/llm_digits_func.txt rename to tests/integration/test_lists/qa/llm_spark_func.txt diff --git a/tests/integration/test_lists/qa/llm_digits_perf.yml b/tests/integration/test_lists/qa/llm_spark_perf.yml similarity index 96% rename from tests/integration/test_lists/qa/llm_digits_perf.yml rename to tests/integration/test_lists/qa/llm_spark_perf.yml index 7dfd4594fe..8447702dff 100644 --- a/tests/integration/test_lists/qa/llm_digits_perf.yml +++ b/tests/integration/test_lists/qa/llm_spark_perf.yml @@ -1,16 +1,10 @@ -llm_digits_perf: +version: 0.0.1 +llm_spark_perf: - condition: ranges: system_gpu_count: gte: 1 lte: 1 - wildcards: - gpu: - - '*gb10*' - linux_distribution_name: ubuntu* - cpu: aarch64 - terms: - backend: pytorch tests: - perf/test_perf.py::test_perf[gpt_oss_20b_fp4-bench-pytorch-streaming-float4-maxbs:1-input_output_len:2048,128-reqs:1-con:1] - perf/test_perf.py::test_perf[gpt_oss_120b_fp4-bench-pytorch-streaming-float4-maxbs:1-input_output_len:2048,128-reqs:1-con:1]