1
0

Revert "[MINOR] Fix CI issue with TestHiveSyncTool (#6110)" (#6192)

This reverts commit d5c904e10e.
This commit is contained in:
Shiyan Xu
2022-07-22 14:20:39 -05:00
committed by GitHub
parent 716dd3512b
commit 6b84384022
10 changed files with 152 additions and 102 deletions

View File

@@ -88,7 +88,6 @@ stages:
- stage: test
jobs:
- job: UT_FT_1
condition: false
displayName: UT FT common & flink & UT client/spark-client
timeoutInMinutes: '120'
steps:
@@ -119,7 +118,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_2
condition: false
displayName: FT client/spark-client
timeoutInMinutes: '120'
steps:
@@ -171,7 +169,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_4
condition: false
displayName: UT FT other modules
timeoutInMinutes: '120'
steps:
@@ -202,7 +199,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: IT
condition: false
displayName: IT modules
timeoutInMinutes: '120'
steps: