Skip to content

Commit 85d1923

Browse files
revert: pin elastic-agent version
1 parent b7decea commit 85d1923

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.buildkite/bk.integration-fips.pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ env:
77
IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1751072471"
88
IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1751072471"
99
IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1751072471"
10-
# Remove AGENT_VERSION pinning once 9.2.0 DRA and stack are released
11-
AGENT_VERSION: "9.1.0-SNAPSHOT"
1210

1311
steps:
1412
- label: Build and push custom elastic-agent image

.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_PACKAGE_VERSION and AGENT_VERSION pinning once 9.2.0 DRA and stack are released
16-
AGENT_VERSION: "9.1.0-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 9.2.0 DRA and stack are released
6-
AGENT_PACKAGE_VERSION: "9.1.0"
7-
BEAT_VERSION: "9.1.0"
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)