Skip to content

Commit

Permalink
Reduce verbosity of crust gather in e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Mar 14, 2024
1 parent cfbfb41 commit feb9d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testenv/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func CollectArtifacts(ctx context.Context, kubeconfigPath, name string, args ...
return fmt.Errorf("Unable to collect artifacts: kubeconfig path is empty")
}

aargs := append([]string{"crust-gather", "collect", "--kubeconfig", kubeconfigPath, "-f", name}, args...)
aargs := append([]string{"crust-gather", "collect", "-v", "ERROR", "--kubeconfig", kubeconfigPath, "-f", name}, args...)
for _, secret := range secrets {
aargs = append(aargs, "-s", secret)
}
Expand Down

0 comments on commit feb9d09

Please sign in to comment.