From c8e43d2decf9897e3ba457f5ad8d3c5b80c37812 Mon Sep 17 00:00:00 2001 From: "Zhong, Ruijie" Date: Thu, 19 Dec 2024 06:02:54 +0000 Subject: [PATCH] update torch xpu ut log name --- .github/workflows/_linux_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_linux_ut.yml b/.github/workflows/_linux_ut.yml index 7f958535e..c59249b8e 100644 --- a/.github/workflows/_linux_ut.yml +++ b/.github/workflows/_linux_ut.yml @@ -227,7 +227,7 @@ jobs: if [ -f "test/test_xpu.py" ]; then test_cmd="${test_cmd} test_xpu.py" fi - eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/Inductor_ut_torch_xpu_test.log + eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/torch_xpu_test.log - name: UT Test Results Check shell: bash run: |