Skip to content

Commit

Permalink
Lower E2E verbosity to 6 (#7620)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmpandey08 authored Feb 16, 2024
1 parent 82e101e commit f2dc714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/framework/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ func (e *ClusterE2ETest) createCluster(opts ...CommandOpt) {
}

e.T.Logf("Creating cluster %s", e.ClusterName)
createClusterArgs := []string{"create", "cluster", "-f", e.ClusterConfigLocation, "-v", "12"}
createClusterArgs := []string{"create", "cluster", "-f", e.ClusterConfigLocation, "-v", "6"}

dumpFile("Create cluster from file:", e.ClusterConfigLocation, e.T)

Expand Down Expand Up @@ -846,7 +846,7 @@ func (e *ClusterE2ETest) upgradeCluster(clusterOpts []ClusterE2ETestOpt, command

// UpgradeCluster runs the CLI upgrade command.
func (e *ClusterE2ETest) UpgradeCluster(commandOpts ...CommandOpt) {
upgradeClusterArgs := []string{"upgrade", "cluster", "-f", e.ClusterConfigLocation, "-v", "9"}
upgradeClusterArgs := []string{"upgrade", "cluster", "-f", e.ClusterConfigLocation, "-v", "6"}
if getBundlesOverride() == "true" {
upgradeClusterArgs = append(upgradeClusterArgs, "--bundles-override", defaultBundleReleaseManifestFile)
}
Expand Down

0 comments on commit f2dc714

Please sign in to comment.