diff options
author | baude <bbaude@redhat.com> | 2021-04-07 13:45:07 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-04-07 15:40:29 -0500 |
commit | b847ba7e30e2713f8ff10082e801a6815a023ef6 (patch) | |
tree | 69501ff0dd782ea5accffaa74d817df811095468 /test/e2e/config_amd64.go | |
parent | 8c0df1c44a496d30b6e122c4ebc1dae9b5059607 (diff) | |
download | podman-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.go | 2 |
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" |