Skip to content

Commit

Permalink
temp disable other CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Aug 25, 2022
1 parent 7b9b82f commit 622e2bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -88,6 +88,7 @@ stages:
- stage: test
jobs:
- job: UT_FT_1
condition: false
displayName: UT FT common & flink & UT client/spark-client
timeoutInMinutes: '150'
steps:
Expand Down Expand Up @@ -118,6 +119,7 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_2
condition: false
displayName: FT client/spark-client
timeoutInMinutes: '150'
steps:
Expand All @@ -139,6 +141,7 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: UT_FT_3
condition: false
displayName: UT FT clients & cli & utilities & sync
timeoutInMinutes: '150'
steps:
Expand Down Expand Up @@ -190,6 +193,7 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- task: Maven@3.205.1
condition: false
displayName: FT other modules
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -199,6 +203,7 @@ stages:
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- job: IT
condition: false
displayName: IT modules
timeoutInMinutes: '150'
steps:
Expand Down

0 comments on commit 622e2bd

Please sign in to comment.