Skip to content

Commit

Permalink
Merge pull request #2962 from aws-observability/eksclusters
Browse files Browse the repository at this point in the history
[chore] Modify EKS cluster in test cases
  • Loading branch information
vasireddy99 authored Feb 11, 2025
2 parents 4b25598 + 137ed18 commit 357f9c7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/config/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"type": "EKS",
"targets": [
{
"name": "collector-ci-amd64-1-24",
"name": "collector-ci-amd64-1-26",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-25",
"name": "collector-ci-amd64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-26",
"name": "collector-ci-amd64-1-28",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-27",
"name": "collector-ci-amd64-1-29",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand All @@ -51,28 +51,28 @@
"type": "EKS_ARM64",
"targets": [
{
"name": "collector-ci-arm64-1-24",
"name": "collector-ci-arm64-1-26",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-25",
"name": "collector-ci-arm64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-26",
"name": "collector-ci-arm64-1-28",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-27",
"name": "collector-ci-arm64-1-29",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand All @@ -98,19 +98,19 @@
"type": "EKS_FARGATE",
"targets": [
{
"name": "collector-ci-fargate-1-24",
"name": "collector-ci-fargate-1-26",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-25",
"name": "collector-ci-fargate-1-27",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-26",
"name": "collector-ci-fargate-1-28",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-27",
"name": "collector-ci-fargate-1-29",
"region": "us-west-2"
},
{
Expand Down

0 comments on commit 357f9c7

Please sign in to comment.