From c9a2653163c01c82b0c4c3c28a9840edfd9defa6 Mon Sep 17 00:00:00 2001 From: "stanislas.plowiecki" Date: Thu, 10 Sep 2026 10:44:49 +0200 Subject: [PATCH 1/2] Update ami for debian 11 (EOL) --- test/e2e/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common.go b/test/e2e/common.go index 846bafd4..3eec63df 100644 --- a/test/e2e/common.go +++ b/test/e2e/common.go @@ -61,7 +61,7 @@ var ( } envFile = "/etc/environment" osConfigByPlatform = map[string]osConfig{ - "Debian_11": {osDescriptor: componentsos.NewDescriptor(componentsos.Debian, "11")}, + "Debian_11": {osDescriptor: componentsos.NewDescriptor(componentsos.Debian, "11"), ami: "ami-0dc9605952821892f"}, "Ubuntu_22_04": {osDescriptor: componentsos.UbuntuDefault}, "RedHat_CentOS_7": {osDescriptor: componentsos.NewDescriptor(componentsos.CentOS, "7")}, "RedHat_8": {osDescriptor: componentsos.NewDescriptor(componentsos.RedHat, "8"), ami: "ami-06640050dc3f556bb"}, From 6422bcb2879e5a24b189e8eccfcb33143dba03cb Mon Sep 17 00:00:00 2001 From: "stanislas.plowiecki" Date: Thu, 10 Sep 2026 11:39:37 +0200 Subject: [PATCH 2/2] Skip datadog-iot-agent Debian_11 e2e tests until agent uninstall fix ships Co-Authored-By: Claude Sonnet 5 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e78844b..9618e41a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -435,8 +435,10 @@ e2e: - --run TestInstallSuite - --run TestUpgrade7Suite - FLAVOR: datadog-iot-agent + # Debian_11 excluded until the datadog-agent health-platform uninstall + # cleanup fix (DataDog/datadog-agent#56042) ships in a stable release. + # Re-add once available (targeted 7.85.0, backported to 7.83.x/7.84.x). PLATFORM: - - Debian_11 - Ubuntu_22_04 - RedHat_CentOS_7 - RedHat_8