Commit fe040059 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #18658 from jszczepkowski/rc-bump

Autoscaling e2e tests: bumped resource consumer to version beta2.
parents 8e3b717b dd62c8e8
...@@ -38,7 +38,7 @@ const ( ...@@ -38,7 +38,7 @@ const (
timeoutRC = 120 * time.Second timeoutRC = 120 * time.Second
startServiceTimeout = time.Minute startServiceTimeout = time.Minute
startServiceInterval = 5 * time.Second startServiceInterval = 5 * time.Second
resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta" resourceConsumerImage = "gcr.io/google_containers/resource_consumer:beta2"
rcIsNil = "ERROR: replicationController = nil" rcIsNil = "ERROR: replicationController = nil"
deploymentIsNil = "ERROR: deployment = nil" deploymentIsNil = "ERROR: deployment = nil"
invalidKind = "ERROR: invalid workload kind for resource consumer" invalidKind = "ERROR: invalid workload kind for resource consumer"
......
TAG = beta TAG = beta2
PREFIX = gcr.io/google_containers PREFIX = gcr.io/google_containers
all: clean consumer all: clean consumer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment