summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-09-11 09:31:44 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-09-11 09:37:52 +0200
commit00241ca16032b180ac1d7bfcfa4a6bbe43e5c979 (patch)
tree1293b915b73aed37b71e0a4ec40ba11003187a89 /controller-api
parent806be081fd15e9c5572e4618394de6bb34b3885f (diff)
Wait for 100 consecutive OKs from each container/status.html during installation
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/TesterCloud.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/TesterCloud.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/TesterCloud.java
index c1d82f4c14d..dfbf3cb4ae4 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/TesterCloud.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/TesterCloud.java
@@ -22,8 +22,8 @@ public interface TesterCloud {
/** Returns the current status of the tester. */
Status getStatus(URI testerUrl);
- /** Returns whether the tester is ready to serve. */
- boolean ready(URI testerUrl);
+ /** Returns whether the container is ready to serve. */
+ boolean ready(URI endpointUrl);
enum Status {