summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-06-20 11:53:28 +0200
committerjonmv <venstad@gmail.com>2023-06-20 11:53:28 +0200
commitb505914dd607fb48bb99fd5da67722b7154a18cb (patch)
treee1b4ac0a6768554b7be839279878f25f276d9ed5
parent81f8c965ad962c37b859181b4dbbc3b882698ccc (diff)
Update test JSON
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-runs.json122
1 files changed, 61 insertions, 61 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-runs.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-runs.json
index a98ae5c678d..6c966f0de4d 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-runs.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/staging-runs.json
@@ -1,14 +1,21 @@
{
"runs": [
{
- "id": 1,
- "url": "https://some.url:43/root/run/1",
- "start": 0,
- "end": 0,
- "status": "success",
+ "id": 5,
+ "url": "https://some.url:43/root/run/5",
+ "start": 14503000,
+ "end": 14503000,
+ "status": "installationFailed",
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {
+ "build": 3,
+ "compileVersion": "6.1.0",
+ "sourceUrl": "repository1/tree/commit1",
+ "commit": "commit1"
+ },
+ "sourcePlatform": "6.1.0",
+ "sourceApplication": {
"build": 1,
"compileVersion": "6.1.0",
"sourceUrl": "repository1/tree/commit1",
@@ -22,7 +29,7 @@
},
{
"name": "installTester",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "deployInitialReal",
@@ -30,31 +37,31 @@
},
{
"name": "installInitialReal",
- "status": "succeeded"
+ "status": "failed"
},
{
"name": "startStagingSetup",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "endStagingSetup",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "deployReal",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "installReal",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "startTests",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "endTests",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "copyVespaLogs",
@@ -75,15 +82,15 @@
]
},
{
- "id": 2,
- "url": "https://some.url:43/root/run/2",
- "start": 1000,
- "end": 1000,
- "status": "success",
+ "id": 4,
+ "url": "https://some.url:43/root/run/4",
+ "start": 14403000,
+ "end": 14403000,
+ "status": "installationFailed",
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {
- "build": 2,
+ "build": 3,
"compileVersion": "6.1.0",
"sourceUrl": "repository1/tree/commit1",
"commit": "commit1"
@@ -103,7 +110,7 @@
},
{
"name": "installTester",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "deployInitialReal",
@@ -111,31 +118,31 @@
},
{
"name": "installInitialReal",
- "status": "succeeded"
+ "status": "failed"
},
{
"name": "startStagingSetup",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "endStagingSetup",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "deployReal",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "installReal",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "startTests",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "endTests",
- "status": "succeeded"
+ "status": "unfinished"
},
{
"name": "copyVespaLogs",
@@ -237,15 +244,15 @@
]
},
{
- "id": 4,
- "url": "https://some.url:43/root/run/4",
- "start": 14403000,
- "end": 14403000,
- "status": "installationFailed",
+ "id": 2,
+ "url": "https://some.url:43/root/run/2",
+ "start": 1000,
+ "end": 1000,
+ "status": "success",
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {
- "build": 3,
+ "build": 2,
"compileVersion": "6.1.0",
"sourceUrl": "repository1/tree/commit1",
"commit": "commit1"
@@ -265,7 +272,7 @@
},
{
"name": "installTester",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "deployInitialReal",
@@ -273,31 +280,31 @@
},
{
"name": "installInitialReal",
- "status": "failed"
+ "status": "succeeded"
},
{
"name": "startStagingSetup",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "endStagingSetup",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "deployReal",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "installReal",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "startTests",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "endTests",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "copyVespaLogs",
@@ -318,21 +325,14 @@
]
},
{
- "id": 5,
- "url": "https://some.url:43/root/run/5",
- "start": 14503000,
- "end": 14503000,
- "status": "installationFailed",
+ "id": 1,
+ "url": "https://some.url:43/root/run/1",
+ "start": 0,
+ "end": 0,
+ "status": "success",
"versions": {
"targetPlatform": "6.1.0",
"targetApplication": {
- "build": 3,
- "compileVersion": "6.1.0",
- "sourceUrl": "repository1/tree/commit1",
- "commit": "commit1"
- },
- "sourcePlatform": "6.1.0",
- "sourceApplication": {
"build": 1,
"compileVersion": "6.1.0",
"sourceUrl": "repository1/tree/commit1",
@@ -346,7 +346,7 @@
},
{
"name": "installTester",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "deployInitialReal",
@@ -354,31 +354,31 @@
},
{
"name": "installInitialReal",
- "status": "failed"
+ "status": "succeeded"
},
{
"name": "startStagingSetup",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "endStagingSetup",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "deployReal",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "installReal",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "startTests",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "endTests",
- "status": "unfinished"
+ "status": "succeeded"
},
{
"name": "copyVespaLogs",