From 77fa24e9da26c23849db55cef5a0c272502d0062 Mon Sep 17 00:00:00 2001 From: Panos Koutsovasilis Date: Wed, 23 Jul 2025 16:06:52 +0300 Subject: [PATCH 1/2] chore: remove agent version pinning in the CI --- .buildkite/bk.integration.pipeline.yml | 2 -- .buildkite/integration.pipeline.yml | 3 --- testing/integration/ess/upgrade_broken_package_test.go | 1 - 3 files changed, 6 deletions(-) diff --git a/.buildkite/bk.integration.pipeline.yml b/.buildkite/bk.integration.pipeline.yml index 348814a48cd..4703862f638 100644 --- a/.buildkite/bk.integration.pipeline.yml +++ b/.buildkite/bk.integration.pipeline.yml @@ -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 9.0.5 DRA and stack are released - AGENT_VERSION: "9.0.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 diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index eaaf85c68bd..8a158addfe2 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -2,9 +2,6 @@ env: VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp" - # Remove AGENT_PACKAGE_VERSION and BEAT_VERSION pinning once 9.0.5 DRA and stack are released - AGENT_PACKAGE_VERSION: "9.0.4" - BEAT_VERSION: "9.0.4" steps: - group: "Integration tests: packaging" diff --git a/testing/integration/ess/upgrade_broken_package_test.go b/testing/integration/ess/upgrade_broken_package_test.go index 776646f8037..c2b348ea87a 100644 --- a/testing/integration/ess/upgrade_broken_package_test.go +++ b/testing/integration/ess/upgrade_broken_package_test.go @@ -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() From 391ed0af45677fe84cc27f6b715af2a0f832789c Mon Sep 17 00:00:00 2001 From: Panos Koutsovasilis Date: Mon, 28 Jul 2025 09:01:28 +0300 Subject: [PATCH 2/2] chore: bump .package-version --- .package-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.package-version b/.package-version index 93c8cbd8abe..171d800e0f7 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -9.0.4 \ No newline at end of file +9.0.5 \ No newline at end of file