Skip to content

Commit

Permalink
Merge pull request #982 from bryan-aguilar/v024MainMerge
Browse files Browse the repository at this point in the history
Merge release/v0.24.x into terraform
  • Loading branch information
Aneurysm9 authored Dec 1, 2022
2 parents 51f2387 + c32877e commit 1a92b8e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions tools/batchTestGenerator/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@
"type": "EKS_ADOT_OPERATOR",
"targets": [
{
"name": "adot-op-cluster",
"name": "operator-ci-amd64-1-21",
"region": "us-west-2"
},
{
"name": "operator-ci-amd64-1-22",
"region": "us-west-2"
},
{
"name": "operator-ci-amd64-1-23",
"region": "us-west-2"
}
]
Expand All @@ -47,7 +55,15 @@
"type": "EKS_ADOT_OPERATOR_ARM64",
"targets": [
{
"name": "arm64-adot-op-cluster",
"name": "operator-ci-arm64-1-21",
"region": "us-west-2"
},
{
"name": "operator-ci-arm64-1-22",
"region": "us-west-2"
},
{
"name": "operator-ci-arm64-1-23",
"region": "us-west-2"
}
]
Expand Down

0 comments on commit 1a92b8e

Please sign in to comment.