summaryrefslogtreecommitdiff
path: root/test/e2e/config_ppc64le.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/config_ppc64le.go')
-rw-r--r--test/e2e/config_ppc64le.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/e2e/config_ppc64le.go b/test/e2e/config_ppc64le.go
new file mode 100644
index 000000000..8c821fc7f
--- /dev/null
+++ b/test/e2e/config_ppc64le.go
@@ -0,0 +1,11 @@
+package integration
+
+var (
+ STORAGE_OPTIONS = "--storage-driver overlay"
+ ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
+ CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, infra, labels}
+ nginx = "quay.io/baude/alpine_nginx-ppc64le:latest"
+ BB_GLIBC = "docker.io/ppc64le/busybox:glibc"
+ labels = "quay.io/baude/alpine_labels-ppc64le:latest"
+ registry string
+)