Add a new MultiNodeEnvironment CRD to setup the environment needed for running GPU workloads across multi-nodes #424
Annotations
10 errors and 3 warnings
check:
cmd/nvidia-dra-controller/mnenv.go#L91
Error return value of `mneInformer.AddEventHandler` is not checked (errcheck)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L96
Error return value of `rcInformer.AddEventHandler` is not checked (errcheck)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L100
Error return value of `dcInformer.AddEventHandler` is not checked (errcheck)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L115
Function `run->processNextWorkItem->reconcile->onMultiNodeEnvironmentAdd` should pass the context parameter (contextcheck)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L231
printf: fmt.Errorf format %w reads arg #2, but call has 1 arg (govet)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L60
SA1019: workqueue.RateLimitingInterface is deprecated: Use TypedRateLimitingInterface instead. (staticcheck)
|
check:
cmd/nvidia-dra-controller/mnenv.go#L69
SA1019: workqueue.NewRateLimitingQueue is deprecated: Use NewTypedRateLimitingQueue instead. (staticcheck)
|
check
issues found
|
Unit test:
cmd/nvidia-dra-controller/mnenv.go#L231
fmt.Errorf format %w reads arg #2, but call has 1 arg
|
Unit test
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|