Skip to content

Commit

Permalink
Removing end-of-life OSes. (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad authored Jun 4, 2024
1 parent 5415992 commit 515b327
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions generator/resources/ec2_mac_test_matrix.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
[
{
"os": "macOS Big Sur Arm64",
"instanceType":"mac2.metal",
"ami": "cloudwatch-agent-integration-test-mac-bigsur-arm64",
"arc": "arm64"
},
{
"os": "macOS Big Sur Amd64",
"instanceType":"mac1.metal",
"ami": "cloudwatch-agent-integration-test-mac-bigsur-x86",
"arc": "amd64"
},
{
"os": "macOS Ventura Arm64",
"instanceType":"mac2.metal",
Expand Down
6 changes: 0 additions & 6 deletions generator/resources/ec2_windows_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"ami": "cloudwatch-agent-integration-test-win-11*",
"useSSM": false
},
{
"os": "win-2012",
"instanceType":"t3a.medium",
"ami": "cloudwatch-agent-integration-test-win-2012*",
"useSSM": false
},
{
"os": "win-2016",
"instanceType":"t3a.medium",
Expand Down
2 changes: 0 additions & 2 deletions terraform/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ resource "aws_ec2_host" "dedicated_host" {
for_each = {
"Ventura_x86_64" : "mac1.metal"
"Sonoma_x86_64" : "mac1.metal"
"Big_Sur_x86_64" : "mac1.metal"
"Ventura_arm64" : "mac2.metal"
"Big_Sur_arm64" : "mac2.metal"
"Sonoma_arm64" : "mac2.metal"
}

Expand Down

0 comments on commit 515b327

Please sign in to comment.