aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/dev-aws-us-east-2a-runs.json
blob: f7185d373c4310f7a30caed810cfd8de89016028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "1": {
    "id": 1,
    "status": "success",
    "start": 3703000,
    "end": 3703000,
    "wantedPlatform": "7.1",
    "wantedApplication": {
      "hash": "unknown"
    },
    "steps": {
      "deployReal": "succeeded",
      "installReal": "succeeded",
      "copyVespaLogs": "succeeded"
    },
    "tasks": {
      "deploy": "succeeded",
      "install": "succeeded"
    },
    "log": "https://some.url:43/root/run/1"
  }
}