Closed dulek closed 1 year ago
@dulek: This pull request references Jira Issue OCPBUGS-2216, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
@dulek: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh
.
/retest
Weird, quite a lot of failures.
/retest /jira refresh
@dulek: This pull request references Jira Issue OCPBUGS-2216, which is valid.
Requesting review from QA contact: /cc @eurijon
/lgtm
/retest
/retest must-gather is missing
@dulek: The /retest
command does not accept any targets.
The following commands are available to trigger required jobs:
/test e2e-openstack-kuryr
/test images
/test unit
/test verify
Use /test all
to run all jobs.
/retest
/retest
Let's see if these issues are still the case.
/retest
/hold
This has a tiny bug here, security_groups should not be passed: https://github.com/openshift/kuryr-kubernetes/blob/03b98adde2ddaa1fd500833cc6a2a7cf881ba964/kuryr_kubernetes/controller/handlers/kuryrport.py#L335
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/hold
I think we should wait for #721. I'll directly include the fix here.
/hold cancel
Alright, this now includes #725.
/remove-lifecycle stale
/retest
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dulek, gryf, MaysaMacedo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
/label backport-risk-assessed
@dulek: all tests passed!
Full PR test history. Your PR dashboard.
/label cherry-pick-approved
@dulek: Jira Issue OCPBUGS-2216: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-2216 has been moved to the MODIFIED state.
We can easily imagine an user frustrated by his pod not getting deleted and opting to remove the finalizer from the Pod. If the cause of the deletion delay was the kuryr-controller being down, we end up with an orphaned KuryrPort. At the moment this causes crashes, which obviously it shouldn't. Moreover we should figure out how to clean up the Neutron port if that happens. This commit does so as explained below.
Change-Id: Iaf48296ff28394823f68d58362bcc87d38a2cd42