From 8ca0b5b4709ae3dd9a7661ba8afe22728551a4da Mon Sep 17 00:00:00 2001 From: Roy Chiang Date: Mon, 13 Jan 2025 19:43:17 +0000 Subject: [PATCH] add test cases for EKS 1.30 and 1.31 --- .github/config/testcases.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.github/config/testcases.json b/.github/config/testcases.json index 6d25e69808..a7c7cff6f0 100644 --- a/.github/config/testcases.json +++ b/.github/config/testcases.json @@ -30,6 +30,20 @@ "excluded_tests": [ "containerinsight_eks" ] + }, + { + "name": "collector-ci-amd64-1-30", + "region": "us-west-2", + "excluded_tests": [ + "containerinsight_eks" + ] + }, + { + "name": "collector-ci-amd64-1-31", + "region": "us-west-2", + "excluded_tests": [ + "containerinsight_eks" + ] } ] }, @@ -63,6 +77,20 @@ "excluded_tests": [ "containerinsight_eks" ] + }, + { + "name": "collector-ci-arm64-1-30", + "region": "us-west-2", + "excluded_tests": [ + "containerinsight_eks" + ] + }, + { + "name": "collector-ci-arm64-1-31", + "region": "us-west-2", + "excluded_tests": [ + "containerinsight_eks" + ] } ] }, @@ -84,6 +112,14 @@ { "name": "collector-ci-fargate-1-27", "region": "us-west-2" + }, + { + "name": "collector-ci-fargate-1-30", + "region": "us-west-2" + }, + { + "name": "collector-ci-fargate-1-31", + "region": "us-west-2" } ] }