提交 42b6a4f0 编写于 作者: P prattj

Update buildkite agent and set instance type

上级 85fe7801
...@@ -21,7 +21,8 @@ steps: ...@@ -21,7 +21,8 @@ steps:
echo "--- :beers: Done" echo "--- :beers: Done"
label: ":_: Undefined Sanitizer" label: ":_: Undefined Sanitizer"
agents: agents:
- "role=automation-builder-large" role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths: artifact_paths:
- "build.tar.gz" - "build.tar.gz"
- "ninja.log" - "ninja.log"
...@@ -64,7 +65,8 @@ steps: ...@@ -64,7 +65,8 @@ steps:
echo "--- :beers: Done" echo "--- :beers: Done"
label: ":_: Address Sanitizer" label: ":_: Address Sanitizer"
agents: agents:
- "role=automation-builder-large" role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths: artifact_paths:
- "build.tar.gz" - "build.tar.gz"
- "ninja.log" - "ninja.log"
...@@ -96,7 +98,8 @@ steps: ...@@ -96,7 +98,8 @@ steps:
ctest -j8 -LE _tests -V -O sanitizer.log || true ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Undefined Sanitizer Tests" label: ":_: Undefined Sanitizer Tests"
agents: agents:
- "role=automation-builder-large" role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths: artifact_paths:
- "mongod.log" - "mongod.log"
- "sanitizer.log" - "sanitizer.log"
...@@ -118,7 +121,8 @@ steps: ...@@ -118,7 +121,8 @@ steps:
ctest -j8 -LE _tests -V -O sanitizer.log || true ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Address Sanitizer Tests" label: ":_: Address Sanitizer Tests"
agents: agents:
- "role=automation-builder-large" role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths: artifact_paths:
- "mongod.log" - "mongod.log"
- "sanitizer.log" - "sanitizer.log"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册