diff --git a/.gitlab/new-e2e_testing/debian.yml b/.gitlab/new-e2e_testing/debian.yml index a0c27021898970..4989459fc00f8c 100644 --- a/.gitlab/new-e2e_testing/debian.yml +++ b/.gitlab/new-e2e_testing/debian.yml @@ -5,7 +5,7 @@ .new-e2e_debian_a7_x64: variables: - E2E_OSVERS: "debian-10,debian-11,debian-12" + E2E_OSVERS: "debian-9,debian-10,debian-11,debian-12" E2E_CWS_SUPPORTED_OSVERS: "debian-10,debian-11" E2E_BRANCH_OSVERS: "debian-11" needs: ["deploy_deb_testing-a7_x64"] diff --git a/test/new-e2e/tests/agent-platform/platforms/platforms.json b/test/new-e2e/tests/agent-platform/platforms/platforms.json index f76961cd49a505..655c8b767a1c4d 100644 --- a/test/new-e2e/tests/agent-platform/platforms/platforms.json +++ b/test/new-e2e/tests/agent-platform/platforms/platforms.json @@ -1,7 +1,7 @@ { "debian": { "x86_64": { - "debian-9": "ami-0272fcfb8ca47d813", + "debian-9": "ami-06441ffb13c981873", "debian-10": "ami-041540a5c191757a0", "debian-11": "ami-09e24b0cfe072ecef", "debian-12": "ami-06db4d78cb1d3bbf9"