Skip to content

Commit

Permalink
[8.10] Fix dra-workflow pipeline spacing (#2125) | Add missing agent …
Browse files Browse the repository at this point in the history
…config to pipeline (#2126)
  • Loading branch information
brianseeders authored Aug 29, 2023
1 parent 5e7824b commit 59036fd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .buildkite/dra-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
steps:
- label: DRA Workflow
command: .buildkite/dra.sh
timeout_in_minutes: 60
env:
USE_DRA_CREDENTIALS: true
command: .buildkite/dra.sh
timeout_in_minutes: 60
env:
USE_DRA_CREDENTIALS: true
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
machineType: n2-standard-8
diskType: pd-ssd
diskSizeGb: 100

0 comments on commit 59036fd

Please sign in to comment.