Skip to content

chore: remove agent version pinning in the CI #9105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
IMAGE_DEBIAN_12: "platform-ingest-elastic-agent-debian-12-1753491662"
IMAGE_WIN_2022: "platform-ingest-elastic-agent-windows-2022-1753491662"
IMAGE_WIN_2025: "platform-ingest-elastic-agent-windows-2025-1753491662"
# Remove AGENT_VERSION pinning once 8.18.5 DRA and stack are released
AGENT_VERSION: "8.18.4-SNAPSHOT"

# This section is used to define the plugins that will be used in the pipeline.
# See https://buildkite.com/docs/pipelines/integrations/plugins/using#using-yaml-anchors-with-plugins
Expand Down
3 changes: 0 additions & 3 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

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

steps:
- group: "Integration tests: packaging"
Expand Down
2 changes: 1 addition & 1 deletion .package-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.18.4
8.18.5
1 change: 0 additions & 1 deletion testing/integration/ess/upgrade_broken_package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestUpgradeBrokenPackageVersion(t *testing.T) {
Local: false, // requires Agent installation
Sudo: true, // requires Agent installation
})
t.Skip("Skip this test until elastic agent version pinning is removed from Integration test runs on CI")

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