From ca089586702c78b124a1f7f2c18f049ad89436c9 Mon Sep 17 00:00:00 2001 From: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:58:35 -0700 Subject: [PATCH] Remove 1.23 cluster targets (#2437) --- .github/config/testcases.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/config/testcases.json b/.github/config/testcases.json index 396b3ef34..8c2fd9bb1 100644 --- a/.github/config/testcases.json +++ b/.github/config/testcases.json @@ -3,13 +3,6 @@ { "type": "EKS", "targets": [ - { - "name": "collector-ci-amd64-1-23", - "region": "us-west-2", - "excluded_tests": [ - "containerinsights_eks_containerd" - ] - }, { "name": "collector-ci-amd64-1-24", "region": "us-west-2", @@ -43,13 +36,6 @@ { "type": "EKS_ARM64", "targets": [ - { - "name": "collector-ci-arm64-1-23", - "region": "us-west-2", - "excluded_tests": [ - "containerinsights_eks_containerd" - ] - }, { "name": "collector-ci-arm64-1-24", "region": "us-west-2", @@ -83,10 +69,6 @@ { "type": "EKS_FARGATE", "targets": [ - { - "name": "collector-ci-fargate-1-23", - "region": "us-west-2" - }, { "name": "collector-ci-fargate-1-24", "region": "us-west-2"