Skip to content

Commit

Permalink
test: disable monitoring config in DSCI for ODH e2e test (#1570)
Browse files Browse the repository at this point in the history
- we do not enable monitoring in ODH logic
- we should keep it enable for rhoai branch

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw authored Jan 27, 2025
1 parent 48341ff commit 5e60591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func setupDSCICR(name string) *dsciv1.DSCInitialization {
ApplicationsNamespace: "opendatahub",
Monitoring: serviceApi.DSCMonitoring{
ManagementSpec: common.ManagementSpec{
ManagementState: operatorv1.Managed,
ManagementState: operatorv1.Removed, // keep rhoai branch to Managed so we can test it
},
MonitoringCommonSpec: serviceApi.MonitoringCommonSpec{
Namespace: "opendatahub",
Expand Down

0 comments on commit 5e60591

Please sign in to comment.