Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -119,7 +118,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_2
condition: false
displayName: FT client/spark-client
timeoutInMinutes: '120'
steps:
Expand Down Expand Up @@ -171,7 +169,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_4
condition: false
displayName: UT FT other modules
timeoutInMinutes: '120'
steps:
Expand Down Expand Up @@ -202,7 +199,6 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: IT
condition: false
displayName: IT modules
timeoutInMinutes: '120'
steps:
Expand Down