summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-02-16 13:42:26 +0100
committerJon Marius Venstad <venstad@gmail.com>2022-02-16 13:43:35 +0100
commit9bd6225975e1dcafa43e8a6cf9a6ca0d54f1fad7 (patch)
tree040f5857a0bc190be73917ab89cdd70a72891f39 /tenant-cd-api
parentf0be4dd49016e1b4a21e17a7832d7af1ffa549bb (diff)
Use InconclusiveTestException an dexit code 4 to signal inconclusive tests
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/abi-spec.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tenant-cd-api/abi-spec.json b/tenant-cd-api/abi-spec.json
index 2e277a42378..4840943b7b1 100644
--- a/tenant-cd-api/abi-spec.json
+++ b/tenant-cd-api/abi-spec.json
@@ -29,6 +29,17 @@
],
"fields": []
},
+ "ai.vespa.hosted.cd.InconclusiveTestException": {
+ "superClass": "java.lang.RuntimeException",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>()"
+ ],
+ "fields": []
+ },
"ai.vespa.hosted.cd.IntegrationTest": {
"superClass": "java.lang.Object",
"interfaces": [