Skip to content

Commit

Permalink
[8.9] Fix dra-workflow pipeline spacing (#2125) | Add missing agent c…
Browse files Browse the repository at this point in the history
…onfig to pipeline (#2127)
  • Loading branch information
brianseeders authored Aug 29, 2023
1 parent a86de65 commit 2b6ed21
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 2b6ed21

Please sign in to comment.