Skip to content

feat: add Context() method and update job retrieval, closes #762 #1269

feat: add Context() method and update job retrieval, closes #762

feat: add Context() method and update job retrieval, closes #762 #1269

Triggered via pull request December 3, 2024 11:22
Status Failure
Total duration 32s
Artifacts

go_test.yml

on: pull_request
Matrix: lint and test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint and test (1.22): scheduler_test.go#L2657
Error return value of `s.Shutdown` is not checked (errcheck)
lint and test (1.22): scheduler_test.go#L2667
S1008: should use 'return locker.jobLocked' instead of 'if locker.jobLocked { return true }; return false' (gosimple)
lint and test (1.22)
issues found
lint and test (1.20)
The job was canceled because "_1_22" failed.
lint and test (1.20): scheduler_test.go#L2657
Error return value of `s.Shutdown` is not checked (errcheck)
lint and test (1.20): scheduler_test.go#L2667
S1008: should use 'return locker.jobLocked' instead of 'if locker.jobLocked { return true }; return false' (gosimple)
lint and test (1.20)
issues found
lint and test (1.21)
The job was canceled because "_1_22" failed.
lint and test (1.21): scheduler_test.go#L2657
Error return value of `s.Shutdown` is not checked (errcheck)
lint and test (1.21): scheduler_test.go#L2667
S1008: should use 'return locker.jobLocked' instead of 'if locker.jobLocked { return true }; return false' (gosimple)
lint and test (1.21)
issues found
lint and test (1.22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636