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
This commit is contained in:
Feng Chao 2025-03-04 10:25:23 +08:00 committed by GitHub
parent 997ea8691a
commit 502de80951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
name: TDengine CI Test name: TDengine CI Test
on: on:
pull_request: # pull_request:
branches: # branches:
- 'main' # - 'main'
- '3.0' # - '3.0'
- '3.1' # - '3.1'
paths-ignore: # paths-ignore:
- 'packaging/**' # - 'packaging/**'
- 'docs/**' # - 'docs/**'
repository_dispatch: repository_dispatch:
types: [run-tests] types: [run-tests]
@ -333,7 +333,7 @@ jobs:
WIN_INTERNAL_ROOT: "C:\\workspace\\TDinternal" WIN_INTERNAL_ROOT: "C:\\workspace\\TDinternal"
WIN_COMMUNITY_ROOT: "C:\\workspace\\TDinternal\\community" WIN_COMMUNITY_ROOT: "C:\\workspace\\TDinternal\\community"
WIN_SYSTEM_TEST_ROOT: "C:\\workspace\\TDinternal\\community\\tests\\system-test" 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" WIN_CPU_TYPE: "x64"
steps: steps:
- name: Output the environment information - name: Output the environment information