Skip to content

Commit e322642

Browse files
ci: unpin agent version (#8817)
1 parent 39d0a3c commit e322642

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
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-1751072471"
1313
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1751072471"
1414
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1751072471"
15-
# Remove AGENT_VERSION pinning once 8.18.4 DRA and stack are released
16-
AGENT_VERSION: "8.18.3-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 AGENT_VERSION pinning once 8.18.4 DRA and stack are released
6-
AGENT_PACKAGE_VERSION: "8.18.3"
7-
BEAT_VERSION: "8.18.3"
85

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

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)