From f30eb3e83b1cd4ed4c28a2bc236c9fa5ff12cd05 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 15 Mar 2019 12:13:59 -0500 Subject: [PATCH] Redis: Update helm tests This updates the Redis helm test to use the redislabs/redis-py image instead of the base ubuntu image, which allows for cleaning up of the helm test entrypoint script. This was done to address routine failures in the multinode periodic jobs, eg: http://zuul.openstack.org/build/49a9627901514eeda40906c146b9a551 Change-Id: Ida0fd39d2c6d3908aca4cdb42d3a271c39ecc601 --- redis/templates/test/_redis_test.sh.tpl | 4 +--- redis/values.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/redis/templates/test/_redis_test.sh.tpl b/redis/templates/test/_redis_test.sh.tpl index dd633594a..b289ea947 100644 --- a/redis/templates/test/_redis_test.sh.tpl +++ b/redis/templates/test/_redis_test.sh.tpl @@ -6,7 +6,5 @@ echo "Print Environmental variables" echo $REDIS_HOST echo $REDIS_PORT echo $REDIS_DB -apt-get update -apt-get -y install python-pip -yes w | pip install redis + python /tmp/python-tests.py diff --git a/redis/values.yaml b/redis/values.yaml index 1792a2a80..463e8a274 100644 --- a/redis/values.yaml +++ b/redis/values.yaml @@ -20,7 +20,7 @@ images: tags: redis: docker.io/redis:4.0.1 - helm_tests: docker.io/ubuntu + helm_tests: docker.io/redislabs/redis-py:latest dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 image_repo_sync: docker.io/docker:17.07.0 pull_policy: IfNotPresent