Skip to content

Commit 9adb224

Browse files
Merge branch 'master' into dkijania/fix_rosetta_3_0_3_1
2 parents 1d9f14c + a7117ef commit 9adb224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildkite/src/Monorepo.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ in \(args : { filter : PipelineFilter.Type, mode : PipelineMode.Type })
121121
, label =
122122
"Monorepo triage ${PipelineFilter.show args.filter}"
123123
, key = "cmds-${PipelineFilter.show args.filter}"
124-
, target = Size.Small
124+
, target = Size.Multi
125125
, docker = Some Docker::{
126126
, image =
127127
(./Constants/ContainerImages.dhall).toolchainBase

buildkite/src/Prepare.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let config
3939
]
4040
, label = "Prepare monorepo triage"
4141
, key = "monorepo-${mode}-${filter}"
42-
, target = Size.Small
42+
, target = Size.Multi
4343
, docker = Some Docker::{
4444
, image = (./Constants/ContainerImages.dhall).toolchainBase
4545
, environment = [ "BUILDKITE_AGENT_ACCESS_TOKEN" ]

0 commit comments

Comments
 (0)