From dd62c8e831c57f739f180a88b6ef7374403bae6f Mon Sep 17 00:00:00 2001 From: Jerzy Szczepkowski Date: Mon, 14 Dec 2015 16:55:26 +0100 Subject: [PATCH] Autoscaling e2e tests: bumped resource consumer to version beta2. Autoscaling e2e tests: bumped resource consumer to version beta2. --- test/e2e/autoscaling_utils.go | 2 +- test/images/resource-consumer/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/autoscaling_utils.go b/test/e2e/autoscaling_utils.go index 4d4aaf654c3..0fbb1e3b209 100644 --- a/test/e2e/autoscaling_utils.go +++ b/test/e2e/autoscaling_utils.go @@ -38,7 +38,7 @@ const ( timeoutRC = 120 * time.Second startServiceTimeout = time.Minute startServiceInterval = 5 * time.Second - resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta" + resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta2" rcIsNil = "ERROR: replicationController = nil" deploymentIsNil = "ERROR: deployment = nil" invalidKind = "ERROR: invalid workload kind for resource consumer" diff --git a/test/images/resource-consumer/Makefile b/test/images/resource-consumer/Makefile index 8b7e92fc945..7b10e1e17a2 100644 --- a/test/images/resource-consumer/Makefile +++ b/test/images/resource-consumer/Makefile @@ -1,4 +1,4 @@ -TAG = beta +TAG = beta2 PREFIX = gcr.io/google_containers all: clean consumer