Cirrus: Update CI VM images to F37
Thanks to @Luap99 for the test fix. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
35132da23a
commit
fcebc34cdc
|
|
@ -18,8 +18,8 @@ env:
|
|||
####
|
||||
#### image names to test with (double-quotes around names are critical)
|
||||
####
|
||||
FEDORA_NAME: "fedora-36"
|
||||
IMAGE_SUFFIX: "c5878804328480768"
|
||||
FEDORA_NAME: "fedora-37"
|
||||
IMAGE_SUFFIX: "c20230307t192532z-f37f36d12"
|
||||
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
|
||||
FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
|
||||
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@ var _ = Describe("run netavark", func() {
|
|||
|
||||
err = libpodNet.Teardown(netNSContainer.Path(), types.TeardownOptions(setupOpts1))
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
err = libpodNet.Teardown(netNSContainer.Path(), types.TeardownOptions(setupOpts2))
|
||||
err = libpodNet.Teardown(netNSContainer2.Path(), types.TeardownOptions(setupOpts2))
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue