Skip to content

Commit

Permalink
Merge branch 'main' into e2e-jmx
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad authored Dec 18, 2024
2 parents a10dc57 + f92b85b commit b9ae22b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
21 changes: 21 additions & 0 deletions generator/resources/ec2_windows_performance_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,26 @@
"arc": "amd64",
"valuesPerMinute": 5000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 100,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 1000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 5000,
"family": "windows"
}
]
28 changes: 28 additions & 0 deletions generator/resources/ec2_windows_stress_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,33 @@
"arc": "amd64",
"valuesPerMinute": 50000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 1000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 5000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 10000,
"family": "windows"
},
{
"os": "win-2025",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"arc": "amd64",
"valuesPerMinute": 50000,
"family": "windows"
}
]
12 changes: 12 additions & 0 deletions generator/resources/ec2_windows_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,17 @@
"instanceType":"t3a.medium",
"ami": "cloudwatch-agent-integration-test-win-2022*",
"useSSM": true
},
{
"os": "win-2025",
"instanceType":"t3a.medium",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"useSSM": false
},
{
"os": "win-2025",
"instanceType":"t3a.medium",
"ami": "cloudwatch-agent-integration-test-win-2025*",
"useSSM": true
}
]

0 comments on commit b9ae22b

Please sign in to comment.