Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

chore: switch default threadiness to 50 #409

chore: switch default threadiness to 50

chore: switch default threadiness to 50 #409

Triggered via push October 30, 2024 18:31
Status Failure
Total duration 1m 26s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: pkg/logrus/init.go#L12
undefined: logrusr (typecheck)
test: pkg/router/tester/generate.go#L1
: # github.com/acorn-io/baaah/pkg/router/tester
test: pkg/router/tester/tester.go#L172
cannot use &Client{…} (value of type *Client) as client.WithWatch value in struct literal: *Client does not implement client.WithWatch (missing method Watch)
test: pkg/router/tester/tester.go#L196
impossible type assertion: req.Client.(*Client)
test: pkg/watcher/watcher.go#L164
obj.GetNamespace undefined (type T has no field or method GetNamespace) (typecheck)
test: pkg/webhook/router.go#L80
response.Allowed undefined (type *Response has no field or method Allowed) (typecheck)
test: pkg/webhook/router.go#L100
r.OldObject undefined (type *Request has no field or method OldObject) (typecheck)
test: pkg/webhook/router.go#L104
r.Object undefined (type *Request has no field or method Object) (typecheck)
test: pkg/webhook/router.go#L112
r.Patch undefined (type *Response has no field or method Patch) (typecheck)
test: pkg/webhook/router.go#L121
undefined: jsonpatch (typecheck)
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/