From 92ae490410bcea243c4711132e66fd79c3eddc1e Mon Sep 17 00:00:00 2001 From: JennyLiu <141791095+JennyLiu-nv@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:07:11 +0800 Subject: [PATCH] [None][test] Spark - Change testlist name and perf yml format (#10626) Signed-off-by: Jenny Liu Co-authored-by: Jenny Liu --- tests/integration/test_lists/qa/README.md | 4 ++-- .../qa/{llm_digits_core.txt => llm_spark_core.txt} | 0 .../qa/{llm_digits_func.txt => llm_spark_func.txt} | 0 .../qa/{llm_digits_perf.yml => llm_spark_perf.yml} | 10 ++-------- 4 files changed, 4 insertions(+), 10 deletions(-) rename tests/integration/test_lists/qa/{llm_digits_core.txt => llm_spark_core.txt} (100%) rename tests/integration/test_lists/qa/{llm_digits_func.txt => llm_spark_func.txt} (100%) rename tests/integration/test_lists/qa/{llm_digits_perf.yml => llm_spark_perf.yml} (96%) 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]