Skip to content

Make provider support more modular #904

Make provider support more modular

Make provider support more modular #904

Triggered via pull request December 16, 2024 12:51
@s3rj1ks3rj1k
synchronize #795
Status Failure
Total duration 3m 32s
Artifacts

build_test.yml

on: pull_request_target
Build and Unit Test
3m 2s
Build and Unit Test
E2E Cloud Providers
0s
E2E Cloud Providers
E2E Controller
0s
E2E Controller
E2E On-Prem Providers
0s
E2E On-Prem Providers
Cleanup
0s
Cleanup
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and Unit Test: pkg/manager/manager.go#L124
Error return value of `fmt.Fprintf` is not checked (errcheck)
Build and Unit Test: pkg/manager/manager.go#L125
Error return value of `fmt.Fprint` is not checked (errcheck)
Build and Unit Test: pkg/manager/manager.go#L126
Error return value of `fmt.Printf` is not checked (errcheck)
Build and Unit Test: pkg/manager/manager.go#L128
Error return value of `fmt.Printf` is not checked (errcheck)
Build and Unit Test: pkg/manager/manager.go#L130
Error return value of `fmt.Printf` is not checked (errcheck)
Build and Unit Test: pkg/providers/aws/provider.go#L61
bare-return: avoid using bare returns, please add return expressions (revive)
Build and Unit Test: pkg/providers/aws/provider.go#L56
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Build and Unit Test: pkg/providers/aws/provider.go#L57
unused-parameter: parameter 'propnCfg' seems to be unused, consider removing or renaming it as _ (revive)
Build and Unit Test: pkg/providers/azure/provider.go#L67
bare-return: avoid using bare returns, please add return expressions (revive)
Build and Unit Test: pkg/providers/vsphere/provider.go#L63
bare-return: avoid using bare returns, please add return expressions (revive)
Build and Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636