Skip to content

Commit

Permalink
[HUDI-6902] Run Azure tests on different agents
Browse files Browse the repository at this point in the history
  • Loading branch information
linliu-code committed Jan 16, 2024
1 parent 744f2a1 commit 0e5a63d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines-20230430.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ stages:
jobs:
- job: UT_FT_1
displayName: UT FT common & flink & UT client/spark-client
pool:
name: agentPool1
timeoutInMinutes: '150'
steps:
- task: Maven@4
Expand Down Expand Up @@ -147,6 +149,8 @@ stages:
displayName: Top 100 long-running testcases
- job: UT_FT_2
displayName: FT client/spark-client & hudi-spark-datasource/hudi-spark
pool:
name: agentPool2
timeoutInMinutes: '150'
steps:
- task: Maven@4
Expand All @@ -173,6 +177,8 @@ stages:
displayName: Top 100 long-running testcases
- job: UT_FT_3
displayName: UT spark-datasource
pool:
name: agentPool3
timeoutInMinutes: '240'
steps:
- task: Maven@4
Expand All @@ -199,6 +205,8 @@ stages:
displayName: Top 100 long-running testcases
- job: UT_FT_4
displayName: UT FT other modules
pool:
name: agentPool4
timeoutInMinutes: '240'
steps:
- task: Maven@4
Expand Down

0 comments on commit 0e5a63d

Please sign in to comment.