Skip to content

[helmcli] Add support to show debug log #178

[helmcli] Add support to show debug log

[helmcli] Add support to show debug log #178

Triggered via pull request March 11, 2024 22:10
Status Failure
Total duration 2m 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 4 warnings
linter: runner/runnergroup_common.go#L1
: # github.com/Azure/kperf/runner
linter: runner/runnergroup_run.go#L74
cannot use helmcli.StringPathValuesApplier("name=" + runnerGroupServerReleaseName, "image=" + runnerImage, "runnerGroupSpec=" + specInStr) (value of type helmcli.ValuesApplier) as bool value in argument to helmcli.NewReleaseCli (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L37
expected operand, found '<<' (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L50
missing ',' in composite literal (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L55
missing ',' in composite literal (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L56
expected operand, found 'return' (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L57
missing ',' before newline in composite literal (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L59
missing ',' in composite literal (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L60
expected operand, found 'if' (typecheck)
linter: cmd/kperf/commands/runnergroup/run.go#L61
expected operand, found 'return' (typecheck)
build: virtualcluster/nodes_create.go#L17
syntax error: non-declaration statement outside function body
build: virtualcluster/nodes_create.go#L37
syntax error: unexpected ==, expected }
build: virtualcluster/nodes_create.go#L39
syntax error: unexpected >>, expected }
build: virtualcluster/nodes_create.go#L64
method has no receiver
build: virtualcluster/nodes_create.go#L64
syntax error: unexpected {, expected name
build: virtualcluster/nodes_create.go#L70
syntax error: unexpected ( after top level declaration
build: runner/runnergroup_run.go#L74
cannot use helmcli.StringPathValuesApplier("name=" + runnerGroupServerReleaseName, "image=" + runnerImage, "runnerGroupSpec=" + specInStr) (value of type helmcli.ValuesApplier) as bool value in argument to helmcli.NewReleaseCli
build
Process completed with exit code 2.
test: runner/runnergroup_run.go#L74
cannot use helmcli.StringPathValuesApplier("name=" + runnerGroupServerReleaseName, "image=" + runnerImage, "runnerGroupSpec=" + specInStr) (value of type helmcli.ValuesApplier) as bool value in argument to helmcli.NewReleaseCli
test: virtualcluster/nodes_create.go#L17
syntax error: non-declaration statement outside function body
test: virtualcluster/nodes_create.go#L37
syntax error: unexpected ==, expected }
test: virtualcluster/nodes_create.go#L39
syntax error: unexpected >>, expected }
test: virtualcluster/nodes_create.go#L64
method has no receiver
test: virtualcluster/nodes_create.go#L64
syntax error: unexpected {, expected name
test: virtualcluster/nodes_create.go#L70
syntax error: unexpected ( after top level declaration
test
Process completed with exit code 2.
linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linter: helmcli/release.go#L107
unused-parameter: parameter 'debug' seems to be unused, consider removing or renaming it as _ (revive)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.