Skip to content

Commit d7fa84a

Browse files
chore: remove agent version pinning in the CI (#9104)
* chore: remove agent version pinning in the CI * chore: bump .package-version
1 parent 5121f40 commit d7fa84a

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
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-1752886846"
1313
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1752886846"
1414
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1752886846"
15-
# Remove AGENT_VERSION pinning once 8.17.10 DRA and stack are released
16-
AGENT_VERSION: "8.17.9-SNAPSHOT"
1715

1816

1917
# This section is used to define the plugins that will be used in the pipeline.

.buildkite/integration.pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ env:
99
IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1752886846"
1010
IMAGE_UBUNTU_2204_ARM_64: "platform-ingest-elastic-agent-ubuntu-2204-aarch64-1752886846"
1111

12-
# Remove AGENT_PACKAGE_VERSION and BEAT_VERSION pinning once 8.17.10 DRA and stack are released
13-
AGENT_PACKAGE_VERSION: "8.17.9"
14-
BEAT_VERSION: "8.17.9"
15-
1612
steps:
1713
- group: "Integration tests: packaging"
1814
key: "int-packaging"

.package-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17.9
1+
8.17.10

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)