Skip to content

Commit

Permalink
ci: Increase timeouts for parallel-workload
Browse files Browse the repository at this point in the history
Artifact upload can take a while
  • Loading branch information
def- committed Oct 18, 2023
1 parent e47e437 commit 3cfaac5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ steps:
- id: parallel-workload-dml
label: "Parallel Workload (DML)"
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
timeout_in_minutes: 30
timeout_in_minutes: 40
agents:
queue: builder-linux-x86_64
plugins:
Expand All @@ -763,7 +763,7 @@ steps:
- id: parallel-workload-ddl
label: "Parallel Workload (DDL)"
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
timeout_in_minutes: 30
timeout_in_minutes: 40
agents:
queue: builder-linux-x86_64
plugins:
Expand All @@ -775,7 +775,7 @@ steps:
# - id: parallel-workload-100-threads
# label: "Parallel Workload (100 threads)"
# artifact_paths: [junit_*.xml, pw-*.log]
# timeout_in_minutes: 30
# timeout_in_minutes: 40
# agents:
# queue: builder-linux-x86_64
# plugins:
Expand All @@ -786,7 +786,7 @@ steps:
- id: parallel-workload-cancel
label: "Parallel Workload (cancel)"
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
timeout_in_minutes: 30
timeout_in_minutes: 40
agents:
queue: builder-linux-x86_64
plugins:
Expand All @@ -798,7 +798,7 @@ steps:
# - id: parallel-workload-kill
# label: "Parallel Workload (kill)"
# artifact_paths: [junit_*.xml, parallel-workload-queries.log]
# timeout_in_minutes: 30
# timeout_in_minutes: 40
# agents:
# queue: builder-linux-x86_64
# plugins:
Expand Down

0 comments on commit 3cfaac5

Please sign in to comment.