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:
parent
997ea8691a
commit
502de80951
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue