Hello Thomas,
FYI gate is failing after cirros image version changed in devstack that's the reason "test_floatingip_associate_disassociate" is failing
because the cirros image that the test is using is not available now.
We fixed that issue in Horizon by updating cirros image version and then the devstack cirros image version again got updated.
we updated again in the horizon.
Even if we disable/skip the test "test_floatingip_associate_disassociate" more integration tests start failing which we trying to fix.
We are trying hard to fix the gate asap, but the issue is we still didn't know exactly due to which patch we merged
it's started failing. Currently, horizon is using the Firefox browser to run the integration jobs and we can't see the browser error
log for that. So we are trying to run that job with Chrome so we can see the error log and fix it.
We think these issues are happening after we updated the JQuery-migrate version for Horizon [1] but the latest JQuery-migrate
version is not compatible with the older version of jQuery, maybe that's why it is failing. I purpose an initial patch in openstack/requirements[2],
now waiting for it to get merged, and then will move to the next step. The simpler thing we can do to fix the gate, for now, is to move back to the
older JQuery-migrate version but we are planning to update these versions for so long and we already know we are going to hit all these issues because these migrations are not so simple.