cilium / packer-ci-build

Contains the scripts and data for building the Cilium CI testing VM.
10 stars 17 forks source link

provision: Prepull all Cilium images #338

Closed pchaigno closed 2 years ago

pchaigno commented 2 years ago

Every time we run the end-to-end tests, we pull those images because they are not cached in the VMs. Let's fix that.

pchaigno commented 2 years ago

/build

aanm commented 2 years ago

@pchaigno where? why? when? those images should not be used in the VMs because the images are built in GH actions. :confused:

pchaigno commented 2 years ago

where?

Locally.

why?

Because I have local changes.

when?

Every time I run locally, including yesterday.

This is a huge pain when running with a slow connection because it's the biggest download of the provisioning (assuming you already downloaded the VM images themselves of course).