tstest/integration/vms: skip cloud-init package updates (#19443)
The package updates started getting really slow yesterday. We can do better, but attempt a band aid fix for now, as the test is failing about a third of the time on PR CI. Updates tailscale/corp#40465 Change-Id: Icf53292ba83dd1ed76b9bdf9fb94a8f6fb448c07 Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
@@ -35,11 +35,10 @@ func (d *Distro) InstallPre() string {
|
|||||||
return ` - [ dnf, install, "-y", iptables ]`
|
return ` - [ dnf, install, "-y", iptables ]`
|
||||||
|
|
||||||
case "apt":
|
case "apt":
|
||||||
return ` - [ apt-get, update ]
|
return ` - [ apt-get, "-y", install, curl, "apt-transport-https", gnupg2 ]`
|
||||||
- [ apt-get, "-y", install, curl, "apt-transport-https", gnupg2 ]`
|
|
||||||
|
|
||||||
case "apk":
|
case "apk":
|
||||||
return ` - [ apk, "-U", add, curl, "ca-certificates", iptables, ip6tables ]
|
return ` - [ apk, add, curl, "ca-certificates", iptables, ip6tables ]
|
||||||
- [ modprobe, tun ]`
|
- [ modprobe, tun ]`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user