Closed rhmdnd closed 1 year ago
This is https://github.com/openshift/file-integrity-operator/pull/389 but rebased on master to get a clean test run.
/test all
/test all
Failures are due to issues with CI image registries.
/test e2e-bundle-aws
Failed to get a cluster
/test e2e-bundle-aws
Image signature issue.
/retest-required
Remaining retests: 0 against base HEAD 97981b443c6f2c3cc4c7e0b4c95e87634a6f0d50 and 2 for PR HEAD 176b29b7e7aeb47e7c05185a72e22cc72fa0270c in total
/retest
Rebased to pick up CI fixes that landed in master.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: rhmdnd, Vincent056, yuumasato
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@rhmdnd: all tests passed!
Full PR test history. Your PR dashboard.
This is pretty much https://github.com/fluxcd/flux2/commit/aa65589391db2433691d8cebde5c77c090cae3a9 reused.
The new controller-runtime version requires that the logger is set or else there's a stack trace printed. Since even the original code doesn't use any logger for tests, let's just use null logger with the new version as well.