aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-11-03 18:08:32 +0100
committergjoranv <gjoranv@gmail.com>2023-11-06 00:31:08 +0100
commit596421557e3165ef25dd478edf64b2812d5b4777 (patch)
tree36ed938c7fe0519caf83cbb798d64bd98aa8aa0e /controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json
parentc5d8e300da1bee0cff8e83a3c0a4b9a9a4fa8375 (diff)
More controller code to internal repo.
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json67
1 files changed, 0 insertions, 67 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json
deleted file mode 100644
index 618a7e66c5e..00000000000
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/testdata/run-status.json
+++ /dev/null
@@ -1,67 +0,0 @@
-[
- {
- "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",
- "dependent": {
- "id": "tenant:application:default",
- "type": "prod.us-east-3"
- },
- "change": {
- "platform": "1.2.3",
- "build": 122
- }
- }
-] \ No newline at end of file