summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json
index 1ac4658ce10..0d6ae341be4 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/system-test-job.json
@@ -5,6 +5,11 @@
"url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/instance1/job/system-test/run/2",
"start": 1600000000000,
"status": "running",
+ "dependent": {
+ "instance": "instance1",
+ "region": "us-central-1",
+ "build": 4
+ },
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {
@@ -63,6 +68,11 @@
"start": 1600000000000,
"end": 1600000000000,
"status": "success",
+ "dependent": {
+ "instance": "instance1",
+ "region": "us-central-1",
+ "build": 1
+ },
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {