summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/jobs.json
blob: a5e4dd2307989f266772ec3147ff8d17e92605ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
  "lastVersions": {
    "platform": {
      "platform": "6.1",
      "at": 0,
      "pending": "Waiting for current deployment to complete"
    },
    "application": {
      "application": {
        "hash": "1.0.45-d00d",
        "build": 45,
        "source": {
          "gitRepository": "repo",
          "gitBranch": "master",
          "gitCommit": "d00d"
        }
      },
      "at": (ignore),
      "deploying": "0 of 1 complete"
    }
  },
  "deploying": {
    "application": {
      "hash": "1.0.45-d00d",
      "build": 45,
      "source": {
        "gitRepository": "repo",
        "gitBranch": "master",
        "gitCommit": "d00d"
      }
    }
  },
  "deployments": [
    {}
  ],
  "jobs": {
    "system-test": {
      "runs": [
        {
          "id": 1,
          "status": "running",
          "start": (ignore),
          "wantedPlatform": "6.1",
          "wantedApplication": {
            "hash": "1.0.45-d00d",
            "build": 45,
            "source": {
              "gitRepository": "repo",
              "gitBranch": "master",
              "gitCommit": "d00d"
            }
          },
          "steps": {
            "deployReal": "unfinished",
            "installReal": "unfinished",
            "deployTester": "unfinished",
            "installTester": "unfinished",
            "startTests": "unfinished",
            "endTests": "unfinished",
            "copyVespaLogs": "unfinished",
            "deactivateReal": "unfinished",
            "deactivateTester": "unfinished",
            "report": "unfinished"
          },
          "tasks": {
            "deploy": "running"
          },
          "log": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/default/job/system-test/run/1"
        }
      ],
      "url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/default/job/system-test"
    },
    "staging-test": {
      "runs": [
        {
          "id": 1,
          "status": "running",
          "start": (ignore),
          "wantedPlatform": "6.1",
          "wantedApplication": {
            "hash": "1.0.45-d00d",
            "build": 45,
            "source": {
              "gitRepository": "repo",
              "gitBranch": "master",
              "gitCommit": "d00d"
            }
          },
          "steps": {
            "deployInitialReal": "unfinished",
            "installInitialReal": "unfinished",
            "deployReal": "unfinished",
            "installReal": "unfinished",
            "deployTester": "unfinished",
            "installTester": "unfinished",
            "startTests": "unfinished",
            "endTests": "unfinished",
            "copyVespaLogs": "unfinished",
            "deactivateReal": "unfinished",
            "deactivateTester": "unfinished",
            "report": "unfinished"
          },
          "tasks": {},
          "log": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/default/job/staging-test/run/1"
        }
      ],
      "url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/default/job/staging-test"
    },
    "us-west-1": {
      "runs": [
        {
          "status": "pending",
          "wantedPlatform": "6.1",
          "wantedApplication": {
            "hash": "1.0.45-d00d",
            "build": 45,
            "source": {
              "gitRepository": "repo",
              "gitBranch": "master",
              "gitCommit": "d00d"
            }
          },
          "tasks": {
            "system-test": "running",
            "staging-test": "running"
          }
        }
      ],
      "url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/default/job/production-us-west-1"
    }
  },
  "devJobs": {}
}