Skip to content

Commit

Permalink
[dev] Update EKS Cluster targets to 1.24 - 1.27 (#2429)
Browse files Browse the repository at this point in the history
* Update EKS Cluster targets to 1.24 - 1.27

* only test new clusters on dev

* Update .github/workflows/CI.yml

Co-authored-by: bryan-aguilar <[email protected]>

---------

Co-authored-by: bryan-aguilar <[email protected]>
  • Loading branch information
Kausik-A and bryan-aguilar committed Oct 20, 2023
1 parent 3fe9d45 commit 66a61f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 61 deletions.
72 changes: 12 additions & 60 deletions .github/config/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,7 @@
"type": "EKS",
"targets": [
{
"name": "collector-ci-amd64-1-22",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
]
},
{
"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",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-25",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-amd64-1-26",
"name": "collector-ci-amd64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand All @@ -44,35 +16,7 @@
"type": "EKS_ARM64",
"targets": [
{
"name": "collector-ci-arm64-1-22",
"region": "us-west-2",
"excluded_tests": [
"containerinsights_eks_containerd"
]
},
{
"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",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-25",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
]
},
{
"name": "collector-ci-arm64-1-26",
"name": "collector-ci-arm64-1-27",
"region": "us-west-2",
"excluded_tests": [
"containerinsight_eks"
Expand Down Expand Up @@ -110,11 +54,19 @@
"type": "EKS_FARGATE",
"targets": [
{
"name": "collector-ci-fargate-1-22",
"name": "collector-ci-fargate-1-24",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-25",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-26",
"region": "us-west-2"
},
{
"name": "collector-ci-fargate-1-23",
"name": "collector-ci-fargate-1-27",
"region": "us-west-2"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env:
GITHB_RUN_ID: ${{ github.run_id }}
DDB_TABLE_NAME: BatchTestCache
MAX_JOBS: 110
BATCH_INCLUDED_SERVICES: ECS,EC2
BATCH_INCLUDED_SERVICES: ECS,EC2,EKS,EKS_ARM64,EKS_FARGATE
GO_VERSION: ~1.20.8


Expand Down

0 comments on commit 66a61f6

Please sign in to comment.