Skip to content

Commit

Permalink
Merge pull request MaterializeInc#24177 from def-/pr-smaller-agents
Browse files Browse the repository at this point in the history
ci: Try smaller agents
  • Loading branch information
def- authored Jan 3, 2024
2 parents 23aac7e + 2cd36ac commit e2a45eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
28 changes: 12 additions & 16 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ steps:
label: "Zippy Kafka Sources"
timeout_in_minutes: 120
agents:
# Workload takes slightly more than 8Gb, so it OOMs
# on the instances from the linux-x86_64 queue
queue: builder-linux-x86_64
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand All @@ -306,7 +304,7 @@ steps:
label: "Zippy Kafka Parallel Insert"
timeout_in_minutes: 120
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand Down Expand Up @@ -372,9 +370,7 @@ steps:
label: "Zippy w/ latest CRDB"
timeout_in_minutes: 120
agents:
# Workload takes slightly more than 8Gb, so it OOMs
# on the instances from the linux-x86_64 queue
queue: builder-linux-x86_64
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand Down Expand Up @@ -965,7 +961,7 @@ steps:
timeout_in_minutes: 15
artifact_paths: junit_*.xml
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: pubsub-disruption
Expand All @@ -988,7 +984,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -999,7 +995,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1010,7 +1006,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1021,7 +1017,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1032,7 +1028,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1044,7 +1040,7 @@ steps:
timeout_in_minutes: 60
skip: "TODO(def-): Reenable when #2392 is fixed"
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1055,7 +1051,7 @@ steps:
artifact_paths: [junit_*.xml, parallel-workload-queries.log.zst]
timeout_in_minutes: 60
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand All @@ -1067,7 +1063,7 @@ steps:
timeout_in_minutes: 60
skip: "TODO(def-): Properly stop all db actions during backup & restore"
agents:
queue: builder-linux-x86_64
queue: linux-x86_64
plugins:
- ./ci/plugins/mzcompose:
composition: parallel-workload
Expand Down
12 changes: 6 additions & 6 deletions ci/release-qualification/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
# 48h
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand All @@ -48,7 +48,7 @@ steps:
# 48h
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand All @@ -59,7 +59,7 @@ steps:
label: "Large Zippy PogresCdc"
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand All @@ -70,7 +70,7 @@ steps:
label: "Longer Zippy ClusterReplicas"
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand All @@ -82,7 +82,7 @@ steps:
label: "Large Zippy w/ user tables"
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand Down Expand Up @@ -116,7 +116,7 @@ steps:
label: "Longer Zippy Kafka Parallel Insert"
timeout_in_minutes: 2880
agents:
queue: linux-x86_64-large
queue: linux-x86_64
artifact_paths: junit_*.xml
plugins:
- ./ci/plugins/mzcompose:
Expand Down

0 comments on commit e2a45eb

Please sign in to comment.