Skip to content

Commit b4930db

Browse files
ci: pin agent CI version to 9.0.4
1 parent ce83d04 commit b4930db

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1751677239"
1313
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1751677239"
1414
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1751677239"
15+
# Remove AGENT_VERSION pinning once 9.0.5 DRA and stack are released
16+
AGENT_VERSION: "9.0.4-SNAPSHOT"
1517

1618
# This section is used to define the plugins that will be used in the pipeline.
1719
# See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins

.buildkite/integration.pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
env:
44
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"
5+
# Remove AGENT_PACKAGE_VERSION and BEAT_VERSION pinning once 9.0.5 DRA and stack are released
6+
AGENT_PACKAGE_VERSION: "9.0.4"
7+
BEAT_VERSION: "9.0.4"
58

69
steps:
710
- group: "Integration tests: packaging"

testing/integration/ess/upgrade_broken_package_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func TestUpgradeBrokenPackageVersion(t *testing.T) {
3232
Local: false, // requires Agent installation
3333
Sudo: true, // requires Agent installation
3434
})
35+
t.Skip("Skip this test until elastic agent version pinning is removed from Integration test runs on CI")
3536

3637
ctx, cancel := testcontext.WithDeadline(t, context.Background(), time.Now().Add(10*time.Minute))
3738
defer cancel()

0 commit comments

Comments
 (0)