Skip to content

Commit 59036fd

Browse files
authored
[8.10] Fix dra-workflow pipeline spacing (#2125) | Add missing agent config to pipeline (#2126)
1 parent 5e7824b commit 59036fd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.buildkite/dra-workflow.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
steps:
22
- label: DRA Workflow
3-
command: .buildkite/dra.sh
4-
timeout_in_minutes: 60
5-
env:
6-
USE_DRA_CREDENTIALS: true
3+
command: .buildkite/dra.sh
4+
timeout_in_minutes: 60
5+
env:
6+
USE_DRA_CREDENTIALS: true
7+
agents:
8+
provider: gcp
9+
image: family/elasticsearch-ubuntu-2004
10+
machineType: n2-standard-8
11+
diskType: pd-ssd
12+
diskSizeGb: 100

0 commit comments

Comments
 (0)