summaryrefslogtreecommitdiff
path: root/test/e2e/config_amd64.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2021-04-07 13:45:07 -0500
committerbaude <bbaude@redhat.com>2021-04-07 15:40:29 -0500
commitb847ba7e30e2713f8ff10082e801a6815a023ef6 (patch)
tree69501ff0dd782ea5accffaa74d817df811095468 /test/e2e/config_amd64.go
parent8c0df1c44a496d30b6e122c4ebc1dae9b5059607 (diff)
downloadpodman-b847ba7e30e2713f8ff10082e801a6815a023ef6.tar.gz
podman-b847ba7e30e2713f8ff10082e801a6815a023ef6.tar.bz2
podman-b847ba7e30e2713f8ff10082e801a6815a023ef6.zip
speed up CI handling of images
now that ci uses cached images, putting the large toolbox image into cache should help speed up tests. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/config_amd64.go')
-rw-r--r--test/e2e/config_amd64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/config_amd64.go b/test/e2e/config_amd64.go
index 25e50a541..3607bdc30 100644
--- a/test/e2e/config_amd64.go
+++ b/test/e2e/config_amd64.go
@@ -5,7 +5,7 @@ var (
STORAGE_OPTIONS = "--storage-driver vfs"
ROOTLESS_STORAGE_FS = "vfs"
ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
- CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels, healthcheck, ubi_init, ubi_minimal}
+ CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels, healthcheck, ubi_init, ubi_minimal, fedoraToolbox}
nginx = "quay.io/libpod/alpine_nginx:latest"
BB_GLIBC = "docker.io/library/busybox:glibc"
registry = "quay.io/libpod/registry:2.6"