Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 39 additions & 37 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ common:
buildkite-agent artifact download build/distributions/*-linux-amd64.docker.tar.gz . --step 'packaging-containers-amd64'
.buildkite/scripts/steps/integration_tests_tf.sh kubernetes false
artifact_paths: &k8s_test_artifact_paths
- build/**
- build/*
- build/diagnostics/**
- build/*.pod_logs_dump/*

Expand All @@ -87,10 +87,10 @@ steps:
FORCE_ESS_CREATE: "true"
command: |
#!/usr/bin/env bash
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.sh ech true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand Down Expand Up @@ -134,10 +134,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
agents:
provider: "gcp"
Expand All @@ -155,10 +155,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -175,10 +175,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.sh fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -204,10 +204,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
agents:
provider: "gcp"
Expand All @@ -234,10 +234,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} false
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
agents:
provider: "gcp"
Expand All @@ -257,10 +257,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
agents:
provider: "gcp"
Expand All @@ -287,10 +287,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} false
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -317,10 +317,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -341,10 +341,11 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step packaging-amd64
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step packaging-amd64
buildkite-agent artifact download build/distributions/elastic-agent-*-amd64.deb* . --step packaging-amd64
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand Down Expand Up @@ -377,10 +378,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-arm64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64* . --step 'packaging-arm64'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
agents:
provider: "aws"
Expand Down Expand Up @@ -415,10 +416,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-arm64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-arm64* . --step 'packaging-arm64'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -445,10 +446,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} false
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -474,10 +475,11 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step packaging-amd64
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step packaging-amd64
buildkite-agent artifact download build/distributions/elastic-agent-*-amd64.deb* . --step packaging-amd64
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix.group}} true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand Down Expand Up @@ -524,10 +526,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/ess"
command: |
buildkite-agent artifact download build/distributions/** . --step packaging-amd64
buildkite-agent artifact download build/distributions/elastic-agent-*-x86_64.rpm* . --step packaging-amd64
.buildkite/scripts/steps/integration_tests_tf.sh rpm true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand Down Expand Up @@ -624,10 +626,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/buildkite-integration-tests.ps1 fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -646,10 +648,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-windows-x86_64* . --step 'packaging-amd64'
.buildkite/scripts/buildkite-integration-tests.ps1 fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand All @@ -666,10 +668,10 @@ steps:
env:
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-amd64'
buildkite-agent artifact download build/distributions/elastic-agent-*-linux-x86_64* . --step 'packaging-amd64'
sudo -E .buildkite/scripts/buildkite-integration-tests.sh fleet true
artifact_paths:
- build/**
- build/*
- build/diagnostics/**
retry:
automatic:
Expand Down