Skip to content

Commit 35a64d1

Browse files
chore: remove agent version pinning in the CI (#9105)
* chore: remove agent version pinning in the CI * chore: bump .package-version
1 parent b7e1e44 commit 35a64d1

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.buildkite/bk.integration.pipeline.yml

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

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

.buildkite/integration.pipeline.yml

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

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

96
steps:
107
- group: "Integration tests: packaging"

.package-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.18.4
1+
8.18.5

testing/integration/ess/upgrade_broken_package_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ 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")
3635

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

0 commit comments

Comments
 (0)