From 502de809517ecb3f1b241efe1f1a9e7cf620da05 Mon Sep 17 00:00:00 2001 From: Feng Chao Date: Tue, 4 Mar 2025 10:25:23 +0800 Subject: [PATCH] fix: Update taosd-ci.yml 1. Remove the trigger condition to debug the TDinternal CI workflow 2. Update variable for the same configuration of windows runner --- .github/workflows/taosd-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/taosd-ci.yml b/.github/workflows/taosd-ci.yml index f92db448f6..d2c743aac6 100644 --- a/.github/workflows/taosd-ci.yml +++ b/.github/workflows/taosd-ci.yml @@ -1,14 +1,14 @@ name: TDengine CI Test on: - pull_request: - branches: - - 'main' - - '3.0' - - '3.1' - paths-ignore: - - 'packaging/**' - - 'docs/**' + # pull_request: + # branches: + # - 'main' + # - '3.0' + # - '3.1' + # paths-ignore: + # - 'packaging/**' + # - 'docs/**' repository_dispatch: types: [run-tests] @@ -333,7 +333,7 @@ jobs: WIN_INTERNAL_ROOT: "C:\\workspace\\TDinternal" WIN_COMMUNITY_ROOT: "C:\\workspace\\TDinternal\\community" WIN_SYSTEM_TEST_ROOT: "C:\\workspace\\TDinternal\\community\\tests\\system-test" - WIN_VS_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" + WIN_VS_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" WIN_CPU_TYPE: "x64" steps: - name: Output the environment information