Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6254 from EOSIO/prattj/buildkite-agent
Browse files Browse the repository at this point in the history
Update buildkite agent and set instance type
  • Loading branch information
prattj authored Nov 7, 2018
2 parents 85fe780 + 42b6a4f commit 561b6c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .buildkite/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ steps:
echo "--- :beers: Done"
label: ":_: Undefined Sanitizer"
agents:
- "role=automation-builder-large"
role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths:
- "build.tar.gz"
- "ninja.log"
Expand Down Expand Up @@ -64,7 +65,8 @@ steps:
echo "--- :beers: Done"
label: ":_: Address Sanitizer"
agents:
- "role=automation-builder-large"
role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths:
- "build.tar.gz"
- "ninja.log"
Expand Down Expand Up @@ -96,7 +98,8 @@ steps:
ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Undefined Sanitizer Tests"
agents:
- "role=automation-builder-large"
role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths:
- "mongod.log"
- "sanitizer.log"
Expand All @@ -118,7 +121,8 @@ steps:
ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Address Sanitizer Tests"
agents:
- "role=automation-builder-large"
role: 'automation-builder-fleet'
aws:instance-type: 'm5d.2xlarge'
artifact_paths:
- "mongod.log"
- "sanitizer.log"
Expand Down

0 comments on commit 561b6c4

Please sign in to comment.