aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json
blob: 1216bcefab6c2fff1a09a1c5d38c8fdff522552a (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
[
  {
    "id": "tenant:application:default",
    "type": "prod.us-east-3",
    "number": 112358,
    "start": 1196676930000,
    "sleepUntil": 1196676930100,
    "status": "running",
    "lastTestRecord": 3,
    "lastVespaLogTimestamp": 1196676930000432,
    "noNodesDownSince": 321321321321,
    "convergenceSummaryV2": [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233],
    "testerCertificate": "-----BEGIN CERTIFICATE-----\nMIIBEzCBu6ADAgECAgEBMAoGCCqGSM49BAMEMBQxEjAQBgNVBAMTCW15c2Vydmlj\nZTAeFw0xOTA5MDYwNzM3MDZaFw0xOTA5MDcwNzM3MDZaMBQxEjAQBgNVBAMTCW15\nc2VydmljZTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABM0JhD8fV2DlAkjQOGX3\nY50ryMBr3g2+v/uFiRoxJ1muuSOWYrW7HCQIGuzc04fa0QwtaX/voAZKCV51t6jF\n0fwwCgYIKoZIzj0EAwQDRwAwRAIgVbQ3Co1H4X0gmRrtXSyTU0HgBQu9PXHMmX20\n5MyyPSoCIBltOcmaPfdN03L3zqbqZ6PgUBWsvAHgiBzL3hrtJ+iy\n-----END CERTIFICATE-----",
    "steps": {
      "deployInitialReal": "unfinished",
      "installInitialReal": "failed",
      "deployReal": "succeeded",
      "installReal": "unfinished",
      "deactivateReal": "failed",
      "deployTester": "succeeded",
      "installTester": "unfinished",
      "deactivateTester": "failed",
      "copyVespaLogs": "succeeded",
      "startStagingSetup": "succeeded",
      "endStagingSetup": "unfinished",
      "startTests": "succeeded",
      "endTests": "unfinished",
      "report": "failed"
    },
    "stepDetails": {
      "installInitialReal": {
        "startTime": 1196676940000
      },
      "installTester": {
        "startTime": 1196677940000
      }
    },
    "versions": {
      "platform": "1.2.3",
      "repository": "git@github.com:user/repo.git",
      "branch": "master",
      "commit": "f00bad",
      "build": 123,
      "deployedDirectly": true,
      "authorEmail": "a@b",
      "compileVersion": "6.3.1",
      "buildTime": 100,
      "source": {
        "platform": "1.2.2",
        "repository": "git@github.com:user/repo.git",
        "branch": "master",
        "commit": "badb17",
        "build": 122,
        "deployedDirectly": false
      }
    },
    "reason": "because"
  }
]