Closed lentzi90 closed 2 weeks ago
/test test
test
test passed. This was the one that hit golangci-lint timeout before./retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Rozzii
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
Hmm the second run also failed in the same way:
[FAILED] in [AfterEach] - /home/runner/work/baremetal-operator/baremetal-operator/test/e2e/common.go:130 @ 11/08/24 08:03:41.774
• [FAILED] [64.322 seconds]
Re-Inspection [AfterEach] should re-inspect the annotated BMH [required, re-inspection]
[AfterEach] /home/runner/work/baremetal-operator/baremetal-operator/test/e2e/re_inspection_test.go:108
[It] /home/runner/work/baremetal-operator/baremetal-operator/test/e2e/re_inspection_test.go:39
[FAILED] Timed out after 60.000s.
Expected
<bool>: false
to be true
In [AfterEach] at: /home/runner/work/baremetal-operator/baremetal-operator/test/e2e/common.go:130
That is where it is waiting for the namespace to be deleted. I will look into this a bit more. Perhaps there are more deadlines that should be adjusted.
What this PR does / why we need it:
We have started hitting the deadline for golangci-lint. This commit doubles it from 5m to 10m. It also adjusts the fixture provisioners artificial inspection delay and the interval that is used when checking for it.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): Fixes #