Skip to content

Commit

Permalink
Adjust EKS add-on integration test service count expectations (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefchien authored Oct 23, 2024
1 parent 74fb8a1 commit 73ea5d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration-tests/eks/resourceCount_linuxonly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package eks_addon
const (
// Services count for CW agent on Linux and Windows
serviceCountLinux = 6
serviceCountWindows = 6
serviceCountWindows = 4

// DaemonSet count for CW agent on Linux and Windows
daemonsetCountLinux = 4
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/eks/resourceCount_windowslinux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package eks_addon
const (
// Services count for CW agent on Linux and Windows
serviceCountLinux = 6
serviceCountWindows = 6
serviceCountWindows = 4

// DaemonSet count for CW agent on Linux and Windows
daemonsetCountLinux = 4
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/eks/validateResources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ func TestOperatorOnEKs(t *testing.T) {
// - cloudwatch-agent-windows
// - cloudwatch-agent-windows-headless
// - cloudwatch-agent-windows-monitoring
// - cloudwatch-agent-windows-container-insights
// - cloudwatch-agent-windows-container-insights-headless
// - cloudwatch-agent-windows-container-insights-monitoring
// - dcgm-exporter-service
// - neuron-monitor-service
Expand Down
3 changes: 0 additions & 3 deletions integration-tests/generator/k8s_versions_matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[
{
"k8sVersion": "1.23"
},
{
"k8sVersion": "1.24"
},
Expand Down

0 comments on commit 73ea5d7

Please sign in to comment.