Today jetlag permanently configures the networking on the bastion host (using nmcli) so as the config would persist across reboots on the bastion host.
While this is ideal for the typical manual user in the labs, this is not ideal from the CI perspective (and it's becoming increasingly complex to manage).
What we are suggesting here is a new var (permanent_network_bastion_setup), that when set to false prevents this configuration to be persistent. That way, at the begining at a Prow CI run, we can just systemctl network restart and make sure we have a clean and consistent starting point.