Skip to content

Commit f23dddf

Browse files
committed
fixup! Download only required artifacts for integration tests
1 parent 18329a3 commit f23dddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ steps:
446446
env:
447447
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
448448
command: |
449-
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64* . --step 'packaging-amd64'
449+
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
450450
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} false
451451
artifact_paths:
452452
- build/*
@@ -475,7 +475,7 @@ steps:
475475
env:
476476
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
477477
command: |
478-
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64* . --step packaging-amd64
478+
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step packaging-amd64
479479
buildkite-agent artifact download build/distributions/elastic-agent-*-amd64.deb* . --step packaging-amd64
480480
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} true
481481
artifact_paths:

0 commit comments

Comments
 (0)