Skip to content

Commit

Permalink
add test cases for EKS 1.30 and 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
roystchiang committed Jan 13, 2025
1 parent 15a9183 commit 8ca0b5b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/config/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
},
Expand Down Expand Up @@ -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"
]
}
]
},
Expand All @@ -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"
}
]
}
Expand Down

0 comments on commit 8ca0b5b

Please sign in to comment.