Closed jhrozek closed 2 years ago
@jhrozek: This pull request references Bugzilla bug 2075029, which is invalid:
Comment /bugzilla refresh
to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.
/bugzilla refresh
@jhrozek: This pull request references Bugzilla bug 2075029, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @xiaojiey
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jhrozek, Vincent056
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Just the rebase and one nit about the error, otherwise LGTM
Thanks for the reviews. I'll add the debug test and fix the other small issues tomorrow. Removing lgtm until then
/test e2e-aws metrics flake
/lgtm
@jhrozek: all tests passed!
Full PR test history. Your PR dashboard.
@jhrozek: All pull requests linked via external trackers have merged:
Bugzilla bug 2075029 has been moved to the MODIFIED state.
We didn't delete scan pods and the aggregator after a scan was done unless the delete was forced by the scan object being deleted. This appears to be breaking the cluster-autoscaler which can't drain pods from nodes that are not backed by a replicating controller.
Since there appears to be no reason to keep the pods around unless the debug=true option is set, let's remove those pods when the scan reaches done and only keep the other resources around that are needed for eventually re-running the scan.
Jira: OCPBUGSM-43262