Skip to content

Commit

Permalink
OCM-9971 | ci: fix rosa-advanced profile creation failure due to auto…
Browse files Browse the repository at this point in the history
…scaler validation
  • Loading branch information
xueli181114 committed Jul 29, 2024
1 parent b9424ab commit a8097d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/profilehandler/profile_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ func GenerateClusterCreateFlags(profile *Profile, client *rosacli.Client) ([]str
AutoscalerIgnoreDaemonsetsUtilization: true,
AutoscalerMaxNodeProvisionTime: "10m",
AutoscalerBalancingIgnoredLabels: "aaa",
AutoscalerMaxNodesTotal: "10",
AutoscalerMaxNodesTotal: "100",
AutoscalerMinCores: "0",
AutoscalerMaxCores: "100",
AutoscalerMaxCores: "1000",
AutoscalerMinMemory: "0",
AutoscalerMaxMemory: "4096",
// AutoscalerGpuLimit: "1",
Expand Down

0 comments on commit a8097d4

Please sign in to comment.