Release node-lock on blocking pod-selector #1521
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
on-pr.yaml
on: pull_request
Run go tests
18s
Lint bash code with shellcheck
5s
Lint golang code
20s
Check docs for incorrect links
7s
Build image and scan it against known vulnerabilities
2m 35s
Matrix: End-to-End test with kured with code and manifests from HEAD
Annotations
8 errors and 3 warnings
Run go tests:
cmd/kured/main_test.go#L23
cannot use BlockingChecker{} (value of type BlockingChecker) as type RebootBlocker in variable declaration:
|
Run go tests:
cmd/kured/main_test.go#L24
cannot use (*BlockingChecker)(nil) (value of type *BlockingChecker) as type RebootBlocker in variable declaration:
|
Run go tests:
cmd/kured/main_test.go#L137
cannot use blockingChecker (variable of type BlockingChecker) as type RebootBlocker in array or slice literal:
|
Run go tests:
cmd/kured/main_test.go#L142
cannot use nonblockingChecker (variable of type BlockingChecker) as type RebootBlocker in array or slice literal:
|
Run go tests:
cmd/kured/main_test.go#L147
cannot use nonblockingChecker (variable of type BlockingChecker) as type RebootBlocker in array or slice literal:
|
Run go tests:
cmd/kured/main_test.go#L147
cannot use blockingChecker (variable of type BlockingChecker) as type RebootBlocker in array or slice literal:
|
Run go tests:
cmd/kured/main_test.go#L158
assignment mismatch: 1 variable but rebootBlocked returns 2 values
|
Run go tests
Process completed with exit code 1.
|
End-to-End test with kured with code and manifests from HEAD (1.27)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
End-to-End test with kured with code and manifests from HEAD (1.25)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
End-to-End test with kured with code and manifests from HEAD (1.26)
Attempt 1 failed. Reason: Child_process exited with error code 1
|