From 047a417ceefe3319fd3bb8fe5414703221e8b8eb Mon Sep 17 00:00:00 2001 From: elliot-barn Date: Mon, 27 Oct 2025 20:04:02 +0000 Subject: [PATCH 1/2] updating python version Signed-off-by: elliot-barn --- release/release_tests.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/release/release_tests.yaml b/release/release_tests.yaml index 363f355b3c3e..0e79c8b46a9d 100644 --- a/release/release_tests.yaml +++ b/release/release_tests.yaml @@ -528,6 +528,7 @@ ######################## - name: tune_scalability_bookkeeping_overhead + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -558,6 +559,7 @@ cluster_compute: kuberay.yaml - name: tune_scalability_durable_trainable + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -591,6 +593,7 @@ - name: tune_scalability_durable_multifile_checkpoints + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -623,6 +626,7 @@ alert: tune_tests - name: tune_scalability_long_running_large_checkpoints + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -657,6 +661,7 @@ cluster_compute: tpl_gce_1x32_hd.yaml - name: tune_scalability_network_overhead + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -695,6 +700,7 @@ cluster_compute: tpl_gce_100x2.yaml - name: tune_scalability_result_throughput_cluster + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests @@ -722,7 +728,8 @@ cluster: cluster_compute: tpl_gce_16x64.yaml -- name: tune_scalability_result_throughput_single_node +- name: pytest_tune_scalability_result_throughput_single_node + python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests From 0808280f1b0536f8ee2a607ed6119628dfec3be7 Mon Sep 17 00:00:00 2001 From: elliot-barn Date: Mon, 27 Oct 2025 20:16:42 +0000 Subject: [PATCH 2/2] reverting prefix Signed-off-by: elliot-barn --- release/release_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/release_tests.yaml b/release/release_tests.yaml index 0e79c8b46a9d..bcbc72872792 100644 --- a/release/release_tests.yaml +++ b/release/release_tests.yaml @@ -728,7 +728,7 @@ cluster: cluster_compute: tpl_gce_16x64.yaml -- name: pytest_tune_scalability_result_throughput_single_node +- name: tune_scalability_result_throughput_single_node python: "3.10" group: Tune scalability tests working_dir: tune_tests/scalability_tests