Allow using LXD image mirror
This change allows GARM tests to use a mirror for LXD images, allowing for faster image downloads. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
3b1e3c77e1
commit
f5992b7344
6 changed files with 13 additions and 9 deletions
|
|
@ -29,7 +29,7 @@ func (suite *GarmSuite) TestOrganizations() {
|
|||
MaxRunners: 2,
|
||||
MinIdleRunners: 0,
|
||||
Flavor: "default",
|
||||
Image: "ubuntu:22.04",
|
||||
Image: "ubuntu:24.04",
|
||||
OSType: commonParams.Linux,
|
||||
OSArch: commonParams.Amd64,
|
||||
ProviderName: "lxd_local",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue