Skip to content

Improve cluster autoscaler e2e test (#7965) #24629

Improve cluster autoscaler e2e test (#7965)

Improve cluster autoscaler e2e test (#7965) #24629

Triggered via push April 11, 2024 22:17
Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/providers/vsphere/template.go#L132
cyclomatic complexity 34 of func `buildTemplateMapCP` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/vsphere.go#L301
cyclomatic complexity 22 of func `(*vsphereProvider).SetupAndValidateCreateCluster` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/vsphere.go#L786
cyclomatic complexity 21 of func `(*vsphereProvider).generateCAPISpecForUpgrade` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/validator.go#L116
cyclomatic complexity 18 of func `(*Validator).ValidateClusterMachineConfigs` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/template.go#L369
cyclomatic complexity 16 of func `buildTemplateMapMD` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/envars.go#L12
cyclomatic complexity 13 of func `SetupEnvVars` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/vsphere.go#L1062
cyclomatic complexity 12 of func `(*vsphereProvider).ValidateNewSpec` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/vsphere.go#L379
cyclomatic complexity 12 of func `(*vsphereProvider).SetupAndValidateUpgradeCluster` is high (> 10) (gocyclo)
lint: pkg/providers/vsphere/controlplane.go#L125
File is not `gofumpt`-ed (gofumpt)
lint: pkg/providers/vsphere/validator_test.go#L11
dot-imports: should not use dot imports (revive)
lint: cmd/integration_test/cmd/cleanupcloudstack.go#L22
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/cleanupcloudstack.go#L31
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/cleanupvsphere.go#L26
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/root.go#L43
exported: exported function Execute should have comment or be unexported (revive)
lint: cmd/integration_test/cmd/run.go#L18
var-naming: const jobIdFlagName should be jobIDFlagName (revive)
lint: cmd/integration_test/cmd/cleanupaws.go#L27
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/cleanupvsphere.go#L35
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/run.go#L84
var-naming: var jobId should be jobID (revive)
lint: cmd/integration_test/cmd/root.go#L27
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/integration_test/cmd/cleanupaws.go#L36
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)