Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / fix-openstack-port-cleanup-race-condition-8746f634fd1709ae.yaml
1 ---
2 fixes:
3   - |
4     Fix the race condition by checking the created_at timestamp and clean up
5     ports that were created at least 30 minutes before.
6
7     There a race condition in the openstack-cron job that causes the script to
8     delete ports in DOWN state and are still in use by the VM, causing the
9     ODL CSIT jobs to fail.
10
11     JSD ISSUE: `RELENG-3062 <https://jira.linuxfoundation.org/browse/RELENG-3062>`_