From 5d606e1287e754b427cca21c6e5565cb78a36ba0 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Tue, 22 Feb 2022 16:04:16 +0100 Subject: Add NO_TESTS status to simplify detecting that no tests are available --- .../hosted/controller/api/integration/deployment/TesterCloud.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controller-api/src') 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 f6270c78069..0f410ede864 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 @@ -57,6 +57,9 @@ public interface TesterCloud { /** The tester encountered an exception. */ ERROR, + /** No tests were found. */ + NO_TESTS, + /** The tests were successful. */ SUCCESS -- cgit v1.2.3