Skip to content

feat: add foreground deletion and refactor deployer for cluster in bare-metal mode #367

feat: add foreground deletion and refactor deployer for cluster in bare-metal mode

feat: add foreground deletion and refactor deployer for cluster in bare-metal mode #367

Triggered via pull request July 28, 2023 04:26
Status Failure
Total duration 3m 53s
Artifacts

ci.yaml

on: pull_request
Spell Check with Typos
5s
Spell Check with Typos
build
3m 42s
build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build: pkg/deployer/baremetal/component/datanode.go#L98
S1000: should use for range instead of for { select {} } (gosimple)
build: pkg/deployer/baremetal/component/meta.go#L74
S1000: should use for range instead of for { select {} } (gosimple)
build: pkg/deployer/baremetal/deployer.go#L286
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
build: pkg/deployer/baremetal/component/datanode.go#L95
SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck)
build: pkg/deployer/baremetal/component/meta.go#L71
SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck)
build
issues found