From 94878b50eb5f4cf41c12361dc0e59a9193866163 Mon Sep 17 00:00:00 2001 From: gasoonjia Date: Tue, 10 Mar 2026 22:19:32 -0700 Subject: [PATCH] [executorch] create an extra session for backend infra test Differential Revision: [D96078481](https://our.internmc.facebook.com/intern/diff/D96078481/) [ghstack-poisoned] --- .ci/scripts/cuda_benchmark.py | 1 + .ci/scripts/generate_test_pass_rate_in_v3_format.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.ci/scripts/cuda_benchmark.py b/.ci/scripts/cuda_benchmark.py index b135925d4b4..dc258f46748 100644 --- a/.ci/scripts/cuda_benchmark.py +++ b/.ci/scripts/cuda_benchmark.py @@ -584,6 +584,7 @@ def to_v3_format( # Create base extra_info base_extra_info = { + "board name": "cuda benchmark", "backend": "cuda", "quantization": quantization, "git_sha": git_sha, diff --git a/.ci/scripts/generate_test_pass_rate_in_v3_format.py b/.ci/scripts/generate_test_pass_rate_in_v3_format.py index 32010e1d82e..3d174a95b27 100644 --- a/.ci/scripts/generate_test_pass_rate_in_v3_format.py +++ b/.ci/scripts/generate_test_pass_rate_in_v3_format.py @@ -58,6 +58,7 @@ def build_v3_record( "name": "ExecuTorch", "mode": "test", "extra_info": { + "board name": "backend infra test", "backend": "cuda", "suite": suite, "flow": flow,