Skip to content

Commit 7677e85

Browse files
author
Pavel Zorin
committed
Added missing retries
1 parent cbc3489 commit 7677e85

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.buildkite/bk.integration.pipeline.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ steps:
8484
provider: "gcp"
8585
machineType: "n1-standard-8"
8686
image: "family/platform-ingest-elastic-agent-windows-2025"
87+
retry:
88+
automatic:
89+
limit: 1
8790
matrix:
8891
- default
8992
- fleet
@@ -103,6 +106,9 @@ steps:
103106
artifact_paths:
104107
- build/**
105108
- build/diagnostics/**
109+
retry:
110+
automatic:
111+
limit: 1
106112
agents:
107113
provider: "gcp"
108114
machineType: "n1-standard-8"
@@ -226,9 +232,9 @@ steps:
226232
steps:
227233
- label: "x86_64:sudo:rpm"
228234
depends_on:
229-
- packaging-ubuntu-arm64
235+
- packaging-ubuntu-x86-64
230236
command: |
231-
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-arm64
237+
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
232238
.buildkite/scripts/steps/integration_tests_tf.sh rpm true
233239
artifact_paths:
234240
- build/**

0 commit comments

Comments
 (0)