)]}'
{
  "log": [
    {
      "commit": "daa1f0ad84ee0f02b77360d89673539ec974ba09",
      "tree": "0875c196ff15739895a7bc26ec3e39c4f285ba5e",
      "parents": [
        "1679d43a96cce0b8395f07eed74e2e05e174fbf0"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed Apr 03 18:07:59 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed Apr 03 18:07:59 2024 -0400"
      },
      "message": "Add support for pre-commit hook/linting\n\n.pre-commit-config.yaml\n-----------------------\n  o Create initial config for pre-commit hook.\n\nmisc/*\n  o Basic inline cleanups courtesy of the pre-commit hook.\n\nSigned-off-by: Joey Armstrong \u003cjarmstrong@linuxfoundation.org\u003e\nChange-Id: I6aa20216ade22b1a7406e8358864fb245842b713\n"
    },
    {
      "commit": "518f35702f8b34266b977945ebd81f954db5b1d0",
      "tree": "0dfc232a2401cd63d4ff46f70b284ed6bfd8631f",
      "parents": [
        "7035bf7b71a87e0e3bb72fd35aa90733d03713f2"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Feb 11 07:56:25 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Feb 11 07:56:25 2024 -0500"
      },
      "message": "Bulk update copyright notices to 2024\n\nChange-Id: I6e6d6adbe427332634e9253b9df6d070b4e1387d\n"
    },
    {
      "commit": "1320d04d15fae9ac86fec4cb783025b79e02c7d3",
      "tree": "1ccca930c3e83b3886ec64b76dffd4ca315c1bbd",
      "parents": [
        "a844e3097af9817a09f0b2f434ae87bbe88968c3"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Thu Oct 05 12:20:03 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Thu Oct 05 12:20:03 2023 +0200"
      },
      "message": "add Adtran 1T8GEM_DT pipline for master branch\n\n* although most jobs have a pipeline defined for 2.11, 2.12 and master,\n  the -master version of the pipeline was missing for the adtran jobs\n* copy 2.12 version of adtran 1T8GEM_DT pipeline definition and adapt\n  branch, release and pipeline-branch to point to master (instead of\n  2.12)\n* adapt pipeline-script path to match new directory structure (without\n  pseudo branch folders) in master of ci-management repo\n* define new pipelines:\n  - build_berlin-community-pod-1-gpon-adtran_1T8GEM_DT_voltha_master\n  - build_berlin-community-pod-1-gpon-adtran_1T8GEM_voltha_DT_master_test\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Ib5debb9cd71fa156e6cd72ee095a02170116b2e9\n"
    },
    {
      "commit": "e35478749b9e01ce00eb8e7ee136c00df9b651f6",
      "tree": "79944d43801ff4a30dae0531e53e08e1ed37fad5",
      "parents": [
        "974ea5575e1d0c9cab119c0d9d06eb41e455e55f"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Mon Oct 02 13:52:15 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Mon Oct 02 13:52:15 2023 +0200"
      },
      "message": "enable pipeline for berlin-community-pod-1-gpon_1T8GEM_DT_voltha_master\n\n* re enable scheduled/nightly runs for pipeline (build and test)\n* most of the pipeline debugging has been concluded to a point, where\n  running the pipeline regularly seems useful again (resulting errors\n  can be interpreted and used for further debugging)\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Id01b1631075980a77b59bfd3c31492defefda11c\n"
    },
    {
      "commit": "1be101e923d0fa67a6a82cd13570f634e71139fc",
      "tree": "7f832e579a25a117ccc67f8ebb1e6b98038c7d23",
      "parents": [
        "8a3e91267b1a6590d7c7edab54c918000e480e94"
      ],
      "author": {
        "name": "Roger Luethi",
        "email": "roger@opennetworking.org",
        "time": "Mon Oct 02 08:00:55 2023 +0200"
      },
      "committer": {
        "name": "Roger Luethi",
        "email": "roger@opennetworking.org",
        "time": "Mon Oct 02 10:03:47 2023 +0200"
      },
      "message": "Remove obsolete port forwarding for voltha, etcd\n\nDrop forwading for ports 2379 and 55555 and obsolete VolthaEtcdPort\nparameter, made possible by [1] and related changes.\n\nAll code should (and hopefully does) use the kubernetes ingress:\n\n- voltha-infra.local:443 instead of 127.0.0.1:2379\n- voltha.voltha.local:443 instead of 127.0.0.1:55555\n\nThe VolthaEtcdPort parameter was used to allow forwarding etcd to a\ndifferent port on nodes where port 2379 was already taken. All port\nforwarding for etcd has been removed, eliminating the need for having\nVolthaEtcdPort.\n\n[1] commit 6a2bc9600ce9bd8df1c3ad949d70db2442e3fcbb\n    Change-Id: Ib24ea4e16b5cd5c2537f708aee6498922f8cd194\n    Change voltctl configuration file for k8s ingress\n\nSigned-off-by: Roger Luethi \u003croger@opennetworking.org\u003e\nChange-Id: I4ccdf075e6e2746040b58f2f9be8b4a1545b45c0\n"
    },
    {
      "commit": "41a44fcd9adbd7b35dd9d56adf44a898a64a6480",
      "tree": "f8f3a8c98a801dba3c79f12286ada26a83605c9e",
      "parents": [
        "3dd65a7cac20fc75f4f0da5ecf612a4766d90233"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Sep 27 10:20:57 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Sep 27 10:25:43 2023 +0200"
      },
      "message": "set pipeline-branch and pipeline-script for all job definitions\n\n* the change with the ID I5cbbddf25b84a9ad75430015dbe8b1d322e29044\n  switched most jobs from using pipeline scripts via dsl to pulling\n  them in via git\n* in the aforementioned change, some pipeline definitions where missed,\n  especially in the jjb/verify, jjb/repos directories and\n  voltha-e2e.yaml file\n* in addition to those, some pipelines in jjb/voltha-test/voltha.yaml\n  did not have any pipeline-script set and where therefore missed during\n  the refactoring as well\n* this commit should repair all of the mentioned pipeline definitions by\n  always setting pipeline-branch and pipeline-script (except for jobs\n  which are commented out) in those files\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Ic3683b560c93e1bcfcaa2e895ded6a4b4e3c7ed8\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\n"
    },
    {
      "commit": "8846dea27b09ce745b6c106e2409b19724e0deff",
      "tree": "b982a5a643df7f1b0bdb0540b300215a6913e212",
      "parents": [
        "9f66e3f9873bec632e8b559b538e302cf8077ef6"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Fri Sep 15 14:31:56 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Fri Sep 22 09:26:49 2023 +0200"
      },
      "message": "clean up folder used as pseudo branches of voltha pipeline-scripts\n\n* delete all folders used as pseudo branches for older voltha releases\n  (including the unused playground) since those pipeline-scripts are now\n  pulled in from the respective release branches for ci-management and\n  are not needed in master anymore\n* move all files from pseudo branch jjb/pipeline/voltha/master folder to\n  jjb/pipeline/voltha folder to remove the mention of a branch in the\n  script repo path\n* remove \u0027master/\u0027 from path for all active pipeline scripts\n* remove makefile used previously to copy folders as pseudo branches for\n  releases\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Ib2f93ec021d0e12f70d550ccadd812c6408bf1ce\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\n"
    },
    {
      "commit": "557d86e7555e2288ad6c98f763f346027824c6eb",
      "tree": "b0df5e36e59dfd718771fc918720080b463db48c",
      "parents": [
        "d9e263c534ffb2f5632248f8ed4b3351d6349613",
        "99d869d2e7e434ce1bd44ec64d7c668489c717f1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Sep 15 17:37:10 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri Sep 15 17:37:10 2023 +0000"
      },
      "message": "Merge \"cleanup: delete all pipeline definitions for shut down labs\""
    },
    {
      "commit": "a9fe194cc3d0ffbe3743b0ea6fddd0cb14c2e80a",
      "tree": "f882dde2b1eacf179b52dfe9c53d116ad7c4e4ae",
      "parents": [
        "57769e7cbdd9e0a9d9c3a25e28958312341a7eba"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Tue Sep 12 10:45:25 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Fri Sep 15 11:05:37 2023 +0200"
      },
      "message": "voltha-test: pull pipeline-scrips from specific pipeline-branches\n\n* add variable \u0027pipeline-branch\u0027 to all voltha-nightly-job templates\n* set default value for \u0027pipeline-branch\u0027 to master (to eventually have\n  a very minimal job definition for default pipelines running for\n  master)\n* move common \u0027scm\u0027 definition block to be job-temaplate specific to\n  allow setting the pipeline-branch while instantiating the job\n* set value for \u0027pipeline-branch\u0027 explicitly for all active jobs in\n  voltha.yml to a branch corresponding the tested release (we might\n  remove the explicit setting for \u0027master\u0027 later, since the default is\n  already \u0027master\u0027, but it does not hurt to be explicit while\n  introducing this new behaviour)\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: I5cbbddf25b84a9ad75430015dbe8b1d322e29044\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\n"
    },
    {
      "commit": "99d869d2e7e434ce1bd44ec64d7c668489c717f1",
      "tree": "93b2cdd5514c89732181a5d44688f6b648a0de85",
      "parents": [
        "cd3f0759e6e77dd0c7e53ba121039adeb3710bd3"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Sep 06 11:21:11 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan@opennetworking.org",
        "time": "Tue Sep 12 08:38:27 2023 +0000"
      },
      "message": "cleanup: delete all pipeline definitions for shut down labs\n\n* to ease the debugging and finding of code for potentially functional\n  pipelines, we should get rid and remove the code for pipelines\n  scheduled to non existent labs\n* remove all pipeline definitions scheduled to  menlo and qa-testvm-pod\n  nodes\n* remove all commented out pipeline definitions for voltha 2.8\n* remove empty files and empty directories after cleanup\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: I507e72c9f2ef66f0dd7408274ce064414ef9fe22\n"
    },
    {
      "commit": "390cee12ae2138c351970c94f592c7059dcbde8d",
      "tree": "c4ea5ff6f4a852bd3d09e8a7fdd319274d321fed",
      "parents": [
        "c33a0bf904d4b38bdef3e4eb1a5c0c60b292f6b8"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Mon Sep 11 15:13:43 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Mon Sep 11 15:13:43 2023 +0200"
      },
      "message": "voltha-test: replace inline dsl scripts with pipeline-scm script source\n\n* this is a first step to allow the usage of git branches to reference\n  different and release specific versions of pipeline scripts by\n  pulling them in via pipeline-scm (as reference) instead of\n  dereferencing them during the jjb pipeline definition and therefore\n  including the hardcoded script within each pipeline\n* this commit intentionally only targets the voltha-test nightly\n  pipelines to avoid any impact of this change on other pipelines (e.g.\n  scale or e2e) which are maintained and refactored separately\n* add common scm definition to allow referencing the ci-management repo\n  by name in each job-template\n* replace \u0027dsl\u0027 for pipeline script reference with pipeline-scm (those\n  are mutually exclusive) and replace relative script path with absolute\n  path of pipeline script within the ci-mangement repo\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Idac4c9ccfeaac5490fe90a7a52be6dd422d6895b\n"
    },
    {
      "commit": "11c9b74a989cbd03c7a2303d71fe39c9f4b4bfc8",
      "tree": "b6f862cc41bdd38f0a4466b34a445fe357126f51",
      "parents": [
        "c7f7c4a817d5d21e0e1f5933c0abe0bb6fc534a0"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Sep 06 11:35:24 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Sep 06 16:11:43 2023 +0200"
      },
      "message": "disable all pipelines schedule for berlin-community pods\n\n* the previous commit (e3249ff40a637ad812edb32a3eb8ca7794e00c3d) failed\n  to disable all pipelines, since those that did not have the argument\n  \u0027disable-job\u0027 where missed\n* add argument \u0027disable-job\u0027 to all pipelines targeting the\n  berlin-community-pods\n* move argument \u0027disable-job\u0027 in all active berlin-community-pod\n  pipelines to be directly after \u0027config-pod\u0027 argument to make it easier\n  to find it (which is also going into the direction of sorting\n  arguments alphabetically, but there needs to be another MR to fully\n  implement this)\n\nChange-Id: I33c82d43ab0233377abdb7aeb461f865798f7d49\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: I01982ad668137a3ffaf8f59c9ed8df37727fbdd0\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\n"
    },
    {
      "commit": "e3249ff40a637ad812edb32a3eb8ca7794e00c3d",
      "tree": "44966830a9ed7b67262a6d7af5debbc18d4af16d",
      "parents": [
        "43cb15a08202e21b57999dc016a69e8341d09913"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Tue Sep 05 12:10:40 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Tue Sep 05 12:10:40 2023 +0200"
      },
      "message": "debug: disable all periodic/nightly jobs for the berlin community pods\n\n* since all pipelines on the berlin-community-pod-1 and 2 are currently\n  failing (for multiple reasons) and therefore do neither have a\n  reliable runtime, nor any meaning for the current release, we might as\n  well disable them and stop them from cluttering up the build queues as\n  well as interfering with the ongoing debug efforts\n* setting \"disabled-job: true\" for all of the berlin-community-pod jobs\n  is intended as a temporary debug setting and this commit should be\n  either completely or partially reverted once the debugging has been\n  concluded and the pipelines are usable again\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: Idb93efaa17bb3db69e4b0bfbabf9a4ca3abfc9bf\n"
    },
    {
      "commit": "a311b6034ef191069579a0f94392add333c0467e",
      "tree": "a5a3fc46d05d3213d18a4b8e98328eb77d6b9666",
      "parents": [
        "2e2749797ac02fb65fa95d65c738820ca52d07b6"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Aug 29 18:03:55 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Aug 29 18:03:55 2023 -0400"
      },
      "message": "Cosmetic refactor to force job regen\n\nChange-Id: I7c51ac20c62294a9bf62fb4e1b7e625e146a66b3\n"
    },
    {
      "commit": "deae137403f017cfe8ae8f230a0e25a35aa88e91",
      "tree": "75a35686821809dd3089c3456cf749df09393f26",
      "parents": [
        "e9725b199be034061750c6e9c4c3ac46cf2d0f68"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 28 19:17:45 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 28 19:17:45 2023 -0400"
      },
      "message": "Cosmetic refactor to force job generation\n\nChange-Id: I3dc8ae552804682f87275cb27f6f9ef0a7a2c92e\n"
    },
    {
      "commit": "087e5d11f56fe72a45f67c9813ec477bd0ee29a4",
      "tree": "44e602b357d6c653a78b2f77188da4d9248f85b9",
      "parents": [
        "5d478df9dd2e056c8fa0bf63ceb56981fe635da0"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 28 16:00:18 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 28 16:00:18 2023 -0400"
      },
      "message": "Cosmetic refactoring to force job generation\n\nChange-Id: I2e35747278864c51cf04a8ee6c65512ae053349a\n"
    },
    {
      "commit": "1c6c29f20d9474cebb9f6f30f18d06f26e57d894",
      "tree": "82e3dfee651653f6da95cf308cbb2d19061313af",
      "parents": [
        "57caf895dfb46024552417258c22dacc7bbf8fc1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 25 11:56:08 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 25 11:56:08 2023 -0400"
      },
      "message": "Cosmetic release refactoring to force pipeline generation\n\nChange-Id: I31717a97e23f6a167e181d7210f8a081151a06ba\n"
    },
    {
      "commit": "f647625d9d11d69d1f7b13be426683182105006e",
      "tree": "00ff0902621b543cf904026de1ebd8d45214bb8e",
      "parents": [
        "b29d561a656899faf09b592356b30099fb26add4"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Aug 24 14:38:48 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Aug 24 14:38:48 2023 -0400"
      },
      "message": "Disable jobs dependent on offline menlo-3 node\n\njjb/voltha-test/voltha-certification.yaml\njjb/voltha-test/voltha-certification/master.yaml\njjb/voltha-test/voltha-certification/voltha-2.11.yaml\njjb/voltha-test/voltha-certification/voltha-2.12.yaml\njjb/voltha-test/voltha-certification/voltha-2.8.yaml\n-----------------------------------------------------\n  o Flag more failing 3200g test jobs as disabled.\n  o Comment out a duplicate job entry, job defined in\n    two separate yaml configs differ in extraHlemFlags\n    and timeout.  Problem surfaced when job definitions\n    existed in the same config file.\n\nChange-Id: I64cd2a19b565635a0e9aa80c4bdf2ac618b351a9\n"
    },
    {
      "commit": "ed345865a4b6f07c1e83767f36326e9f39ab739a",
      "tree": "cdf6da33b448075623716db8b3fb965267294651",
      "parents": [
        "f060aee0a3f8c71166dfbfa6b9053ee3b2f46d1e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 23 12:24:20 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 23 12:24:20 2023 -0400"
      },
      "message": "VOL-5155 - triage failure in periodic-voltha-test-bbsim-2.12\n\njjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy\n--------------------------------------------------\n  o Fixed a brace matching problem for timeout(10) block.\n    Some long shell() blocks were split into distinct sections to fail\n    independently and carnage ensued.    On branch dev-joey\n\njjb/voltha-test/voltha-certification.yaml\njjb/voltha-test/voltha-certification/master.yaml\njjb/voltha-test/voltha-certification/voltha-2.11.yaml\njjb/voltha-test/voltha-certification/voltha-2.12.yaml\n-----------------------------------------------------\n  o Include some cosmetic config refactoring to force\n    regeneraiton of job pipelines.\n\nChange-Id: I59f8f7a23b51aab03c49805f0eec6fb2a4276a59\n"
    },
    {
      "commit": "268442d2c3ecc135d598f3e48ec5e5479a93cf2c",
      "tree": "18fa6be2da113560c54dfb9e4b2480179a783def",
      "parents": [
        "dddbbf91bde69196e5dd8447d4475ff9900983e1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Aug 22 17:16:10 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Aug 22 17:36:43 2023 -0400"
      },
      "message": "Misc debugging edits\n\njjb/pipeline/voltha/master/bbsim-tests.groovy\njjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy\n--------------------------------------------------\n  o [VOL-5124 DEBUG] Display permisisons in ~/.volt\n  o Display a banner for log readabilty around pgrep/pkill output.\n\nChange-Id: Ibc757db01c33a9cec05c953f376218c0f99c6144\n"
    },
    {
      "commit": "cfd0664b50a2b430724b98a9b3b30b303078fdf6",
      "tree": "aa0106ba2020641ebeee9a10517ba26f14912c5d",
      "parents": [
        "d7105fae04d111d80c2c1a1ad625010f591093b1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 21 15:44:06 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Aug 21 15:44:06 2023 -0400"
      },
      "message": "VOL-5158 - Disable pipeline jobs blocked on menlo-soak\n\njjb/cord-test/nightly-build-pipeline.yaml\njjb/voltha-test/voltha-nightly-jobs.yaml\n-----------------------------------------\n  o Insert a unique UUID value to each job description template.\n  o Usability enhancement to help make finding job templates easier.\n\njjb/voltha-test/voltha.yaml\njjb/voltha-test/voltha-soak-jobs/\n--------------------------------\n  o Refactor soak jobs from voltha.yaml into configs named by release branch.\n\nChange-Id: I84b1c5f9852e4dd18b66af16eb6c6675a56608f9\n"
    },
    {
      "commit": "095f5a2acac9e2b9f6151e86a2947be3884e180d",
      "tree": "0d5abd89c68f92368b26bf98d9ba5b87bc5e3a93",
      "parents": [
        "24099377c9415dc88d654c21dea389eed175bfa1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 18 17:46:18 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 18 17:46:18 2023 -0400"
      },
      "message": "VOL-5156 - Disable job build_flex-ocp-cord_TP_TT_voltha*\n\njjb/voltha-test/voltha-release-jobs/master.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml\njjb/voltha-test/voltha.yaml\nmakefiles/jjb/targets.mk\n----------------------------------------------------\n  o Refactor voltha.yaml into configs named for release branches.\n  o Disable jobs hanging on \u0027qa-testvm-pod\u0027\n\nChange-Id: I3d497aa05fd31db3acfe97bcc645b28ff76b9c0c\n"
    },
    {
      "commit": "408add7bbda565c87f76afda4db64615895315ff",
      "tree": "b55d9e7979aa91d805029655df6b69af8e752cdc",
      "parents": [
        "998b6fbe70e1fa3ea5243eae6b9f6eaafce6c388"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 18 13:14:49 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 18 13:14:49 2023 -0400"
      },
      "message": "VOL-5153 - Disable job build_onf-demo-pod_1T4GEM_voltha_*\n\njjb/voltha-test/voltha-release-jobs/master.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml\njjb/voltha-test/voltha.yaml\n----------------------------------------------------\n  o Disable pipeline job for now, node failing on menlo-demo-pod being offline.\n\nChange-Id: Icb827182a41cd64051b96e942778bd1cef3336e7\n"
    },
    {
      "commit": "9f398378d3ef14c1efab24aa99a4ac99dafae052",
      "tree": "f7287c5fc0ab55303aeb643d3369a52207b2c775",
      "parents": [
        "f8b5b8e9090728e110a02da60d5e4f0ecf237134"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 11 11:12:36 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Aug 11 11:12:36 2023 -0400"
      },
      "message": "Disable more node\u003dmenlo-demo-pod jobs\n\nChange-Id: I189985ac119078d6adcf4efbdd173d57544d142e\n"
    },
    {
      "commit": "c9d57f572ee9ceb131fa0db061fe785e64ab3c5f",
      "tree": "2121655bf19b2cf187185da50e1b73e09663eabc",
      "parents": [
        "5c66f2b4be75cbd0c3e0a0ce1cde261f41db8236"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Jul 27 11:27:22 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Jul 27 11:27:22 2023 -0400"
      },
      "message": "Disable more jobs with offline nodes.\n\njjb/voltha-test/voltha-release-jobs/master.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.8.yaml\njjb/voltha-test/voltha.yaml\n----------------------------------------------------\n  o Update master job running on qa-testvm-pod to disabled.\n  o mostly refactoring - re-home 2.12, 2.11, 2.8 jobs disabled\n    earlier by moving them from voltha.yaml into configs named\n    for release branch.\n\nChange-Id: Id518b1ced6375e3b56a0979c4f1c73a12b43168a\n"
    },
    {
      "commit": "cb89660b74b97e1141e5675f4b466c9017044da6",
      "tree": "7d2c2123646fa340630468694ab5eee5b0451fc5",
      "parents": [
        "4960ec9ebf491eff9bb6f8e68d309dd60c10731c"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jul 21 16:38:42 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jul 21 16:38:42 2023 -0400"
      },
      "message": "Misc edits to disable jobs hung on unresponsive nodes.\n\njjb/voltha-test/voltha-certification.yaml\njjb/voltha-test/voltha-certification/voltha-2.11.yaml\njjb/voltha-test/voltha-certification/voltha-2.12.yaml\njjb/voltha-test/voltha-certification/voltha-2.8.yaml\n-----------------------------------------------------\n  o Disable more menlo-certification jobs since cluster is offline.\n  o Refactor altered 1600g jobs into configs named for branch/release.\n\nrequirements.txt\n----------------\n  o Added versioned urllib3 module so sphinx + python v3.6 will not barf.\n\nMakefile\nmakefiles/lint/include.mk\nmakefiles/lint/doc8/include.mk\n------------------------------\n  o More updates from repo:onf-make, added library target lint-doc8.\n\nmakefiles/jjb/targets.mk\n------------------------\n  o build target - added a dependency on activate script so virtualenv\n    will install on demand.  Worked by coincidence earlier, make lint\n    also depends on venv.\n\njjb/voltha-e2e.yaml\n-------------------\n  o Purge lingering comments from joba-into-versioned-configs refactoring.\n  o No fallout reported when configs were changed earlier.\n\nChange-Id: I2571feb883a2049feb0781fc2464b875e3af325e\n"
    },
    {
      "commit": "4960ec9ebf491eff9bb6f8e68d309dd60c10731c",
      "tree": "8c4e2b798d27624e6fe72f3964dae9dfb093bd06",
      "parents": [
        "9f9376092fb1b71a412fd71eeb6e8951e2f13650"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jul 19 09:04:20 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jul 19 09:04:20 2023 -0400"
      },
      "message": "Bulk disable node\u003d\u003dqa-test-vm offline + makefile edits\n\njjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml\njjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml\n----------------------------------------------------\n  o Disable 4 jobs hanging on node\u003d\u003dqa-test-vm.\n\nconfig.mk\nmakefiles/lint/include.mk\n-------------------------\n  o Refresh from repo:onf-make\n  o Pull in more lint targets (~doc8).\n  o Pull in per-repository configs to sync with config makefile v1.5\n  o See comment at [EOF] for details.\n\nmakefiles/virtualenv.mk\n-----------------------\n  o Refresh target logic for pip install -r requirements.txt\n  o if exists install as a single block not as reliable as multiple statements.\n\nChange-Id: I6199498f672abd8fdc59c20a757190cc897e7a5c\n"
    },
    {
      "commit": "9f9376092fb1b71a412fd71eeb6e8951e2f13650",
      "tree": "6fff9f6ae0905e2f05018785b5f17fb937ee4863",
      "parents": [
        "a1308f3ac82d9c1bced577ec851aa9dc415a43ee"
      ],
      "author": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Jul 12 17:39:31 2023 +0200"
      },
      "committer": {
        "name": "Jan Klare",
        "email": "jan.klare@bisdn.de",
        "time": "Wed Jul 12 17:40:54 2023 +0200"
      },
      "message": "adtran-olt-adapter: update version from 21.5 to 23.1\n\n* Adtran requires the usage of the adtran-olt-adapter in version 23.1\n  for voltha 2.11 onwards\n\nSigned-off-by: Jan Klare \u003cjan.klare@bisdn.de\u003e\nChange-Id: I6b07a317b0720216cefe9b8a791fbcc1c176c52e\n"
    },
    {
      "commit": "0eb8bd8ee3bf73167da8a408926fe426439c17fb",
      "tree": "23d5cdb396764d7f27e3a8042c3280e69ebc6d75",
      "parents": [
        "dd3344995b6b70bcaf6cd6ff60c20f9253eb4b47"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jul 10 13:26:25 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jul 10 13:26:25 2023 -0400"
      },
      "message": "[VOL-5010] - Clone unit tests to run on a v2.12 branch\n\njjb/voltha-test/voltha.yaml\n---------------------------\n  o Clone 2.11 tests into 2.12\n\nvars/installVoltctl.groovy\n--------------------------\n  o Version update pending on tool deployment.\n\njjb/pipeline/voltha/makefile\njjb/pipeline/voltha/master/bbsim-tests.groovy\njjb/pipeline/voltha/voltha-2.11/bbsim-tests.groovy\njjb/pipeline/voltha/voltha-2.11/physical-build.groovy\njjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy\njjb/pipeline/voltha/voltha-2.12/physical-build.groovy\n-----------------------------------------------------\n  o Clone master test scripts onto a release branch.\n  o Update to remove branch\u003dmaster dependencies.\n\njjb/repos/voltha-helm-charts.yaml\n---------------------------------\n  o Add pipeline job set voltha-2.12\n  o Remove jobset voltha-2.8\n\njjb/software-upgrades.yaml\n--------------------------\n  o Clone v2.11 defintions into v2.12\n  o Rename *-new and *-old into *-master and *-2.8\n  o Comment out 2.8 pipeline entries.\n\njjb/verify/bbsim-sadis-server.yaml\njjb/verify/bbsim.yaml\njjb/verify/ofagent-go.yaml\njjb/verify/voltha-api-server.yaml\njjb/verify/voltha-go.yaml\njjb/verify/voltha-onos.yaml\njjb/verify/voltha-openolt-adapter.yaml\njjb/verify/voltha-openolt-adapter-go.yaml\njjb/verify/voltha-system-tests.yaml\njjb/voltha-e2e.yaml\njjb/voltha-scale.yaml\njjb/voltha-test/voltha-certification.yaml\njjb/voltha-test/voltha.yaml\n-----------------------------------------\n  o Add job definitions for v2.12\n  o Del job definitions for v2.8\n\nRevisit version strings post publishing:\n  o [VOL-5082] revisit the deploy base tag versions\n  o [VOL-5083] jjb/voltha-scale.yaml\n\nChange-Id: I3bbe01bbbcb068fc63ca1fd6d07d7da3d25d007c\n"
    },
    {
      "commit": "6c0b8558bcb1791d6810c48206462e43bad34a22",
      "tree": "a0828865c4b7a7d10edd828ca9aea70c39da141b",
      "parents": [
        "074a9b9b1c5680fcac4b0e1416b13b59e95a4d15"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 28 17:41:48 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 28 17:41:48 2023 -0400"
      },
      "message": "Disable job hung on menlo certification.\n\njjb/pipeline/voltha/master/physical-build.groovy\njjb/pipeline/voltha/playground/physical-build.groovy\njjb/pipeline/voltha/voltha-2.11/physical-build.groovy\njjb/pipeline/voltha/voltha-2.12/physical-build.groovy\njjb/pipeline/voltha/voltha-2.8/physical-build.groovy\n-----------------------------------------------------\n  - Decorate scripts with a getIam() function so they\n    are more easily identified from job config in the\n    jenkins UI.\n\njjb/voltha-test/voltha-certification/voltha-2.11.yaml\njjb/voltha-test/voltha-certification/voltha-2.12.yaml\n-----------------------------------------------------\n  - Temporarily disable known hung jobs that are filling\n    the jenkins dashboard.\n\nChange-Id: I7602a44c4f7196a68f606575093e55ee7c78f37d\n"
    },
    {
      "commit": "074a9b9b1c5680fcac4b0e1416b13b59e95a4d15",
      "tree": "dc749bbd02a1ed48bf482aa5a70aeef24e0c204c",
      "parents": [
        "7b1c9f2d1ac4999383759a939ddeeecb2e7ed242"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jun 26 15:18:19 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jun 26 19:54:29 2023 +0000"
      },
      "message": "[VOL-5059] Disable v2.8 flavored job, branch the rest.\n\njjb/voltha-test/voltha-certification.yaml\njjb/voltha-test/voltha-certification/voltha-2.11.yaml\njjb/voltha-test/voltha-certification/voltha-2.12.yaml\n-----------------------------------------------------\n  o Refactor monolithic voltha.certification.yaml job for release branching.\n  o String \"voltha-{version}\" helps normalize regex matching for job views.\n  o Distinguishing templated jobs is not an easy task.  Extract one\n    versioned set of release jobs distinguished by a single value:\n    \"extraHelmFlags\u003d--set onos-classic.image.tag\u003dmaster\".\n  o Run \"make lint-jjb\" to syntax check generated pipeline scripts.\n\njjb/voltha-test/voltha-certification/voltha-2.8.yaml\n-----------------------------------------------------\n  o v2.8 periodic job still running.\n  o Relocate into voltha-certification/voltha-2.8.yaml and decorate with\n    disable-job : true.\n\njjb/voltha-test/voltha-certification/master.yaml\n------------------------------------------------\n  o Strange, branch\u003dmaster job not explicitly in voltha-certification.yaml\n    but \u0027make lint-jjb\u0027 complains about a duplicate when explciitly defined\n    in master.yaml.  Define but comment a job on branch\u003dmaster until the\n    derived job source can be identified.\n\n    JOB: build_menlo-certification-pod-radisys-3200g_1T8GEM_DT*\n\nChange-Id: I21508cc3a0f830bfe7449192de2216756080a565\n"
    },
    {
      "commit": "7b1c9f2d1ac4999383759a939ddeeecb2e7ed242",
      "tree": "5235fe489854a49d5b8ac29c9173c9169fa9eb23",
      "parents": [
        "198f76056dbad80f077314fdb90e4f9d17b0355b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jun 12 12:39:40 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 21 16:28:18 2023 -0400"
      },
      "message": "[5033] - Clone build_voltha_pod_release_timer to run on a release branch\n\njjb/voltha-test/voltha.yaml\njjb/voltha-test/voltha-bat/*\njjb/voltha-test/voltha-bat/master.yaml\njjb/voltha-test/voltha-bat/voltha-2.12.yaml\n-------------------------------------------\n  o Refactor job definition build_voltha_pod_release_timer\n  o into a versioned hierarchy to support release job branching.\n\nmakefiles/release/help.mk\nmakefiles/release/targets.mk\nmakefiles/release/targets/voltha-bat.mk\n---------------------------------------\n  o Add new release makefile targets for maintaining the\n  o new refactored job pipelines extracted from voltha.yaml.\n\nChange-Id: Ic0f1079a4ed9ef1ff201bb24e5ef6b4dbfd077f4\n"
    },
    {
      "commit": "198f76056dbad80f077314fdb90e4f9d17b0355b",
      "tree": "a64a186538e95030be40001fc2e47ba3a567a2f2",
      "parents": [
        "63a59252e932fd97904daf3b527314c1916e520b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 21 15:03:59 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 21 15:50:25 2023 -0400"
      },
      "message": "[VOL-5050] - Clone test to run on a release branch\n\njjb/voltha-test/voltha.yaml\njjb/voltha-test/voltha-release-jobs/*\n------------------------------------\n  o Create subdir to support branched pipeline jobs.\n  o Extracth voltha_pod_release_timer jobs and move\n    them into a pipeline job named for each branch.\n\nChange-Id: I0c7163f7cebbb5448e4a10cd5dd2073909602035\n"
    },
    {
      "commit": "7bcb578eb80e082eb6d36bcd86d523895e79cb58",
      "tree": "ddd784b6250b9db85de4bfb2949ebf9ab9a9463b",
      "parents": [
        "f3208600a39b659898124613419e0d3f4f274d54"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 07 12:25:57 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jun 07 15:18:40 2023 -0400"
      },
      "message": "[VOL-5010] - Clone unit tests onto a v2.12 branch\n\n[VOL-5005] - Create a v2.12 release branch for test jobs.\n[VOL-5004] - Deprecate voltha-2.8 unit tests\n\nmakefiles/release/include.mk\nmakefiles/release/help.mk\nmakefiles/release/voltha-versions.mk\nmakefiles/release/targets.mk\nmakefiles/release/targets/voltha-certification.mk\nmakefiles/release/targets/voltha-e2e.mk\nmakefiles/release/targets/voltha-nightly-jobs.mk\n-------------------------------------------------\n  o Define make targets to create versioned subdirectories.\n  o \u0027branched\u0027 unit test files will live in subdirs.\n  o Refactoring still in progress, v2.8 tests are disabled/retired in the interim.\n\njjb/voltha-e2e.yaml\njjb/pipeline/voltha/voltha-2.12/\njjb/voltha-test/voltha-nightly-jobs/voltha-2.12.yaml\n----------------------------------------------------\n  o Create versioned subdirectories to support v2.12 unit testing.\n\njjb/voltha-e2e.yaml\njjb/voltha-e2e/voltha-master.yaml\njjb/voltha-e2e/voltha-2.12.yaml\njjb/voltha-e2e/voltha-2.8.yaml\n--------------------------------\n  o Guineapig: periodic-voltha-pm-data-test-bbsim\n  o Refactor unit test from voltha-e2e.yaml.\n  o Create new v2.12 pipeline job.\n  o Disable pre-lts legacy pipeline job 2.8\n  o Refactoring one test so job state in all branches can be checked.\n  o Tomorrow verify the v2.8 job did not launch\n\nChange-Id: Ib550fae395e1a416466c2f5fb9640be8405dc39e\n"
    },
    {
      "commit": "f3208600a39b659898124613419e0d3f4f274d54",
      "tree": "5c4dddec7c7d6521c6ade5e2b9786e8098ae8b89",
      "parents": [
        "7ee652646f78c4b52cf0d9a14d3a6d4349b87d12"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jun 03 15:12:23 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jun 03 15:35:15 2023 -0400"
      },
      "message": "[VOL-5010] - Clone unit tests to run on a v2.12 branch\n\nmakefiles/consts.mk\nmakefiles/virtualenv.mk\n-----------------------\n  o Copy in latest library makefiles from repo:onf-make\n\nglobal-jjb\npacker/common-packer\n--------------------\n  o Upgrade LinuxFoundation submodules to the latest version.\n  o global-jjb           : from\u003d0.53.3 to\u003d0.86.7\n  o packaer/common-packer: from\u003d0.1.0~22 to\u003d0.12.1\n\n.gitignore\nmakefiles/include.mk\nmakefiles/git/\nmakefiles/jjb/\n--------------\n  o Added convenience make targets to view submodule versions.\n  o JJB target:jjb-gen added to prototype local pipeline edits.\n  o Logic is conditional, library will only load when targets are requested.\n\njjb/voltha-test/voltha-certification/\njjb/voltha-test/voltha-certification/README\njjb/voltha-test/voltha-certification/master.yaml\n------------------------------------------------\n  o Create pseudo-branches within voltha testing so we can\n  o \u0027branch\u0027 (simple directory copy) at release time VS\n  o having to find and clone individual test suites from last release.\n\nChange-Id: I3e0096d3326e76b3faa896d73183f9d28e946d06\n"
    },
    {
      "commit": "14c062112bd898dbcffe5ec67f4198f3d3a1598a",
      "tree": "a4bd07191c464b88833aade6a0cfe6be55e9cbd7",
      "parents": [
        "01bbf8d8fb16242589f8b2dd666a860ca99cdd52"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Mar 05 09:44:35 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Mar 05 09:45:56 2023 -0500"
      },
      "message": "Disable flex-ocp-cord-multi-uni\u0027 job, qa-testvm-pod blocking jenkins queue\n\nChange-Id: I307f0d236e1cd61c3519d3146f25734234768688\n"
    },
    {
      "commit": "deb61039684849cfdc75d430c625bbb7329ef36f",
      "tree": "fc7befae6861e2e03eb2887689e411395867034f",
      "parents": [
        "1fa8cb8633dad9f201a540f2e0faaf62a03a5833"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Mar 03 15:05:24 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Mar 03 15:06:01 2023 -0500"
      },
      "message": "[VOL-4939] - Disable failing flexpod jobs on 2.11 \u0026 2.8\n\nChange-Id: I0bdd2355d0aadae80f98b750d9d07fe49f21fa29\n"
    },
    {
      "commit": "b8e30f85706d0df64e9f380f66de77a888286988",
      "tree": "6b7ee107b0c935a19644f48beece636563a049f5",
      "parents": [
        "83b2f4e47f1de5c6eb95e3efd2a94cf6668b53ef"
      ],
      "author": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Fri Mar 03 07:51:46 2023 +0000"
      },
      "committer": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Fri Mar 03 09:01:30 2023 +0000"
      },
      "message": "enable SDX Device Manager master job\n\nChange-Id: I73fb6a769eff9ff2c73a908b1d1a863453de54dd\n"
    },
    {
      "commit": "df24f60ba0a8757c27b88afe60b1991a57b3ab28",
      "tree": "01671e5c58b353bbbb650ed2a18c11506186b90e",
      "parents": [
        "0adf6f10b16a2923022e1a38120b65cb3ccf4ea3"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Mar 02 18:18:21 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Mar 02 18:18:46 2023 -0500"
      },
      "message": "[VOL-4939] Add new TT_TP job on branch\u003dvoltha-2.11\n\njjb/voltha-test/voltha.yaml\n---------------------------\n  o Copy new TT_TP pod-1 job from master into branch\u003dvoltha-2.11\n  o Change power-cycle-olt: true \u003d\u003e false.\n\njjb/pipeline/voltha/playground/dmi-build-and-test.groovy\njjb/pipeline/voltha/playground/physical-build.groovy\n--------------------------------------------------------\n  o Remove execute perms.\n\njjb/pipeline/voltha/playground/physical-build.groovy\n----------------------------------------------------\n  o Initial pass at script cleanup and debugging.\n  o Changes only used by \u0027playground\u0027 jobs, master and voltha-2.11 unaffected.\n\nChange-Id: I7bfdb47fbed01b1d328f3623ae4a50f696af2627\n"
    },
    {
      "commit": "0adf6f10b16a2923022e1a38120b65cb3ccf4ea3",
      "tree": "c0abe2c2601d463783b1ab13f4617f912f9554a8",
      "parents": [
        "9fbc0dabc18e18700cfdffceb6fe130ff4450f96"
      ],
      "author": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Mon Feb 27 13:01:19 2023 +0000"
      },
      "committer": {
        "name": "TorstenThieme",
        "email": "torsten.thieme@adtran.com",
        "time": "Thu Mar 02 07:51:39 2023 +0000"
      },
      "message": "Establish test jobs for Release 2.11 - part I\n\nChange-Id: I8ba1e859ff276a6166aa783a3ac4c8270b87c38e\n"
    },
    {
      "commit": "9fbc0dabc18e18700cfdffceb6fe130ff4450f96",
      "tree": "3d8b4374e80e77738b8e847d6cae41868795bc4c",
      "parents": [
        "980e37f0822328cee7ea82a85e2ba6c0bc969956"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Mar 01 15:37:38 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Mar 01 15:38:50 2023 -0500"
      },
      "message": "[CORD-3256] -\n\njjb/voltha-test/voltha-nightly-jobs.yaml\njjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml\n---------------------------------------------------------\n  o Add new TT/TP/gpon jobs now that the JJB config is known.\n  o Define config to run the playground job when a commit is made.\n\nChange-Id: I08a4f7c01a29a82654a15d4a3dd3a34a9abe9e75\n"
    },
    {
      "commit": "980e37f0822328cee7ea82a85e2ba6c0bc969956",
      "tree": "a76484a2459ebcc50ea11f924f4287e2b400402f",
      "parents": [
        "2336f594834e7e23152b81252c0733fddeb48e72"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Feb 28 18:57:41 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Mar 01 02:50:35 2023 -0500"
      },
      "message": "[CORD-3256] Generate TT/TP community test job.\n\njjb/voltha-test/voltha.yaml\njjb/voltha-test/voltha-nightly-jobs.yaml\n----------------------------------------\n  - First attempt at cloning a voltha pipeline job from DT to TT.\n  - Add a few placeholders for future work to split yaml configs\n    into a more modular setup.\n\nMakefile\nconfig.mk\nmakefiles/lint/groovy.mk\nmakefiles/lint/yaml.mk\nmakefiles/virtualenv.mk\n------------------------\n  - Copy in makefile libraries from repo::voltha-docs.\n  - lint/yaml and lint/groovy.\n\nMisc / Fixes\n------------\n  - Fixed colorization in tree output.\n  - Comment out jjb import in requirements.txt, Makefile still configured to use an older version.\n  - Move README.md outside jjb/ lf-env scripts blindly grep for error patterns beneath jjb/\n\nChange-Id: I36e304f6ca9d54dc26fa5d36b17373cbb00f5afd\n"
    },
    {
      "commit": "50a38150f52264e5bad9172037608941e4fb3272",
      "tree": "27228bff99427278d300e2dcd30e5c17aaf7128e",
      "parents": [
        "ddc659815d6f70477b60e354bf3516be34d65ceb",
        "a04a385d887c20ca896462501ef6b344d2af4e1d"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Feb 03 03:15:57 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri Feb 03 03:15:57 2023 +0000"
      },
      "message": "Merge \"Disable jobs failing due to MIA node problems.\""
    },
    {
      "commit": "ddc659815d6f70477b60e354bf3516be34d65ceb",
      "tree": "882f97c381e422ea937e2d9718c37ca567ce33dc",
      "parents": [
        "5226fb2a3d050c18443330a127f5a05caf2b6437"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Feb 02 18:41:35 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Feb 02 18:42:09 2023 -0500"
      },
      "message": "Improve failing test handling.\n\nvoltha-test/voltha.yaml\n-----------------------\n  o Revert job config disabled:true status for qa-testvm-pods to obtain\n    current status.  Added disabled\u003dtrue for all v2.8 jobs being replaced\n    by v2.11.\n\nChange-Id: Iedafbd74121f81879c86ab8d31f5c7ee0263ce38\n"
    },
    {
      "commit": "a04a385d887c20ca896462501ef6b344d2af4e1d",
      "tree": "415d0dadaba8182044d33becfc547b1d76ff0ddc",
      "parents": [
        "35a8f8ff07a440808dcdab0b9e71ae7730912828"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Feb 02 18:25:51 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Feb 02 18:26:12 2023 -0500"
      },
      "message": "Disable jobs failing due to MIA node problems.\n\njjb/voltha-test/voltha-certification.yaml\n-----------------------------------------\n  o Disable until problem source can be diagnosed.\n  o https://jenkins.opencord.org/computer/menlo%2Dcertification%2Dpod%2D2/log\n  o No route to host (Host unreachable)\n  o ERROR: Connection is not established!\n\nChange-Id: Ibaf64a2d2e237d62f609853b4b9e8bcbd45b446f\n"
    },
    {
      "commit": "35a8f8ff07a440808dcdab0b9e71ae7730912828",
      "tree": "a4b89e7d5f847fbd9254dd310b297fb4f8d6fbbd",
      "parents": [
        "af679da06c7f51adfeadd174e1ba7ee9ae2f56fc"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Jan 30 14:05:29 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 01 12:08:53 2023 -0500"
      },
      "message": "Clone v2.8 jobs for v2.11 release\n\nChange-Id: I806a4827d8441b8911382f8b878ddc522b685e8a\n"
    },
    {
      "commit": "af679da06c7f51adfeadd174e1ba7ee9ae2f56fc",
      "tree": "c6588a89a9a10897f9dc11d28a2ce59be5caf5fb",
      "parents": [
        "41923cc6a9bc53a46e87736d4e51ab7afae0d5ca"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 31 14:22:41 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 31 14:22:55 2023 -0500"
      },
      "message": "VOL-4925 - Build and release components.\n\n*.groovy\n*.yaml\n--------\n  o Cosmetic edits to force a jenkins job, simple submission of one script not triggering deployment.\n  o Add copyright header in groovy scripts where needed.\n  o Added trailing comment \"// [EOF]\" in yaml files.\n\nChange-Id: I978fbd3030c701f8ddc77e5b9140378b9bda909b\n"
    },
    {
      "commit": "1a2ee17d2a5a6754694cb4e20158eab6d6581311",
      "tree": "c6897e32a049169e98fb28556925adacfcf153d6",
      "parents": [
        "bc9549a9873c5d83818affb65a10709e65a6fc47"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 27 17:20:37 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 27 17:22:11 2023 -0500"
      },
      "message": "Clone voltha-2.8 jobs into voltha-2.11\n\nChange-Id: I815cd01162544e04808518e6ced52f0c3b2ae394\n"
    },
    {
      "commit": "ff93d82d7159488774c5ca21bbee1ae310567325",
      "tree": "c5f44cb4ac0e9f37947637791f737cc8cce23a4e",
      "parents": [
        "e3283eeddb2e5ebc406e6f53081b56e61230deaf"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 25 19:17:00 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 25 19:18:26 2023 -0500"
      },
      "message": "Disable jobs with node qa-testvm-pod, bulk job hangs due to node showing as offline\n\nChange-Id: Ifbfb8f669cf5ec3daef9c3d7a73a6ba4642d0080\n"
    },
    {
      "commit": "beef4cd9865334d9e1696096e97690a11ba44998",
      "tree": "f320d2400163cc8967d1a1f4916d21c5b6cb86ba",
      "parents": [
        "ca4cb461fdad283263310e768a53e0a33fa71bd1"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 18 09:59:58 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 18 10:00:12 2023 -0500"
      },
      "message": "VOL-4925 - Build and release components.\n\njjb/pipeline/voltha/master/voltha-tt-physical-functional-tests.groovy\n---------------------------------------------------------------------\n  o Straggler: replace installer curl godownload.sh with \"make kail\".\n\njjb/pipeline/voltha/master/bbsim-tests.groovy\n---------------------------------------------\n  o Fix command delimiter, join on space not slash.\n  o Remove || true suffix from command, initially added to limit fallout\n    when new kail installer deployed but only functions to mask errors now.\n\nmakefiles/\njjb/pipeline/*\n--------------\n  o Bulk copyright notice update to 2023.\n\nChange-Id: Ibc680882788a8c93c1090e886480949c37bd87bf\n"
    },
    {
      "commit": "ca4cb461fdad283263310e768a53e0a33fa71bd1",
      "tree": "fc21676ee988dcb6bac655ccbd2a95942e792710",
      "parents": [
        "16bd8e867ae04de14fd9ccd44ce624e12307093f"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Jan 12 17:51:05 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Jan 12 17:51:36 2023 -0500"
      },
      "message": "JJB cleanups for VOLTHA.\n\nMisc/\n  o yaml lint clenaups\n  o Remove prototype voltha-2.{9,10,11} job placeholders.\n  o Replace mainatiner email address (Matteo) with build system group.\n\nChange-Id: I37e1175f56042632753b75c849dbaf07f74bd284\n"
    },
    {
      "commit": "4c6bb42ca9f5e4eeedc8951334ae1b99fe9e45b7",
      "tree": "704b0960271bafe39d96bb61ae119c9294544270",
      "parents": [
        "3103ef28da8f611c07bbb1c918c858dab364068a"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Dec 02 10:40:21 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Dec 02 10:40:38 2022 -0500"
      },
      "message": "VOL-4795 - community pod debugging.\n\njjb/voltha-test/voltha-nightly-jobs.yaml\n----------------------------------------\n   o Reformat sections with hyphen-banners for readability.\n   o Added a new job parameter DebugMode\u003d to be used for internal script debugging.\n\nChange-Id: I6ac03dd0813d532a09ad7377e4c2ce0c15c90c80\n"
    },
    {
      "commit": "5704e5a4ae6bc35cb3c4c4dd69ea23fe6189b8c9",
      "tree": "1a4b2728f39868920cd3fa5771cfb9b771b07961",
      "parents": [
        "1944b3557cb3df9cfbf141e155ecdc79c322c331"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Nov 14 12:20:41 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Nov 14 12:20:41 2022 -0500"
      },
      "message": "Update copyright notice and contact info.\n\njjb/voltha-test/voltha-nightly-jobs.yaml\n----------------------------------------\n   o Updated with current copyright notice.\n   o Removed invalid email address from contact.\n   o Cleaned up a few lint complaints about long lines (a lot more needed).\n\nChange-Id: I086d1435645035e3b9cac5414bfa41e74ed722c3\n"
    },
    {
      "commit": "7bd05cce5284c61bfcaf20bb8425459588615d38",
      "tree": "456fec9ab0add44ac2f577a8d2fb119a3f59f0e0",
      "parents": [
        "f4ef35ad830e70d2c72e6aef87f85d3b4dd55f27"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Sun Sep 18 21:37:15 2022 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Sun Sep 18 21:37:15 2022 -0700"
      },
      "message": "Changes for TT workflow on Zyxel XGSPON OLT at Berlin pod\n\nChange-Id: I7a4dd8da9de53e587074ca989a8e61dab7568b99\n"
    },
    {
      "commit": "e04fe1fc9b2e5615eac2158ee85f9377b3cd13a1",
      "tree": "27f39f9e494242395cc7864b88ed05125b692a3c",
      "parents": [
        "5f25716f4583fc75804d4e3ba3efd15b4e93101d"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Aug 25 13:48:13 2022 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Thu Aug 25 15:05:31 2022 -0400"
      },
      "message": "Add VOLTHADev auth to voltha jobs\n\njjb/voltha-unit-test.yaml\n----\n    * First attempt, yamllint ran cleanly.\n\njjb/voltha-e2e.yaml\njjb/voltha-scale.yaml\njjb/voltha-test/voltha-nightly-jobs.yaml\n----\n   * Re-arrange volthadevs auth attribute per Zacks suggestion.\n   * Propagate across more voltha(job.yaml) files that define \u0027build-days-to-keep\u0027.\n\nChange-Id: I8b5902f9e1e9ba09654bab9ee7542f947b0648e8\n"
    },
    {
      "commit": "af2f4e5a3fad608bf5258d3848e599946b95e242",
      "tree": "c4befe9b43122ceb2dacfe6dbe702d4f108274cf",
      "parents": [
        "a6199b386fc8aa5d3faf3c63473d561bc6d68047"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Fri Jun 24 11:18:17 2022 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Fri Jun 24 11:20:23 2022 -0700"
      },
      "message": "Reenable jobs for 2.8 branch after the onf pods have moved to RadiSys\n\nChange-Id: I5db4faae84c46135ce809a99e2471d000e91abdc\n"
    },
    {
      "commit": "b53d9a6513b22e6073ddbf3bf50a535b8b3a82a0",
      "tree": "7ab5c5c17bf60df8f683ba96dd50a8d5d1fe1fb2",
      "parents": [
        "9be93343217c89c3d6f3a5f01fc85bb7ffdff025"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 22 18:24:02 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 22 18:24:02 2022 +0200"
      },
      "message": "Removing custom FTTB image\n\nChange-Id: I9dec69962c648e02ab390c18e4c748d37244ce68\n"
    },
    {
      "commit": "9be93343217c89c3d6f3a5f01fc85bb7ffdff025",
      "tree": "7955a0aa2c3041f08697a02b97b37b23b193d3bf",
      "parents": [
        "f094d06c8f2b1c588fffde730990a64b9c2483dc"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Fri Jun 17 11:34:56 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Fri Jun 17 11:34:56 2022 -0700"
      },
      "message": "Re-enabling jobs on demo-pod\n\nChange-Id: If7effbfc958b1eb048ded7cb8a939bb81f31ecd9\n"
    },
    {
      "commit": "3c3816f936aea7c218af6f51f9b4f3b1eedf2c9e",
      "tree": "625e541769ce1f57776c2427573f4038c472c33a",
      "parents": [
        "8f4b7c4696e67f34dfbf57c58c719663992071c5"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Thu Jun 16 08:54:26 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Thu Jun 16 08:54:35 2022 +0530"
      },
      "message": "Removed unwanted jobs from menlo-certification-pod\n\nChange-Id: I7f337d856488e64780219762747ddfe7e4a6880d\n"
    },
    {
      "commit": "8f4b7c4696e67f34dfbf57c58c719663992071c5",
      "tree": "771dbc9b8d21ad0cb55eb4bfb4fdfd1366286a0f",
      "parents": [
        "c251746fabe4a9bd4ce9d6f77d5116957bc946e4",
        "1f666f020cf62ef302d99f249f58236970685b48"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Tue Jun 14 17:38:34 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Tue Jun 14 17:38:34 2022 +0000"
      },
      "message": "Merge \"Re-enabling jobs on certification-pod(s)\""
    },
    {
      "commit": "1f666f020cf62ef302d99f249f58236970685b48",
      "tree": "96e933d54426a99bd54ae188461aaae4781c6bfa",
      "parents": [
        "7f98e9e3dd3ebb25c263323f5437bd1c931c92f6"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Mon Jun 13 16:15:46 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Mon Jun 13 16:15:46 2022 -0700"
      },
      "message": "Re-enabling jobs on certification-pod(s)\n\nChange-Id: Iaa744499c1217e988ea989118256c2e754877f56\n"
    },
    {
      "commit": "c251746fabe4a9bd4ce9d6f77d5116957bc946e4",
      "tree": "ddc022a9e5d51d7b507cd8d61fe0ce9d8b3dd909",
      "parents": [
        "7f98e9e3dd3ebb25c263323f5437bd1c931c92f6"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Mon Jun 13 14:14:29 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Mon Jun 13 14:14:29 2022 -0700"
      },
      "message": "Re-enabling jobs on demo-pod\n\nChange-Id: I10b7b498ef93efc3b7d4f9d81ade1bbabf023965\n"
    },
    {
      "commit": "7f98e9e3dd3ebb25c263323f5437bd1c931c92f6",
      "tree": "f0f6f84e9769b336e264c89642be166035541d07",
      "parents": [
        "9b20acce351e6e7a306c959e497ca6cf3c589639"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Mon May 30 14:36:25 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Mon May 30 14:36:30 2022 +0530"
      },
      "message": "[VOL-4711] Updated berlin-gpon-fttb DT job to use 1T4GEM-FTTB TP\n\nChange-Id: If0afce2f7d95276f142710089e1dcd5265a9e3a6\n"
    },
    {
      "commit": "9b20acce351e6e7a306c959e497ca6cf3c589639",
      "tree": "dd5a4eeb1894b6e4810d544c05e61e67c22b64e2",
      "parents": [
        "e20a52b94adab393fe5b5a8eb8b85c56f74a4c1e"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Fri May 20 16:22:25 2022 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Fri May 20 16:22:25 2022 -0700"
      },
      "message": "Enable Zyxel OLT jobs\n\nChange-Id: Ib663fb3a761e7f7f949de563e3931b8ffb4cb0ba\n"
    },
    {
      "commit": "e20a52b94adab393fe5b5a8eb8b85c56f74a4c1e",
      "tree": "8966310687edc6e987b47516292f4c8613939985",
      "parents": [
        "e4a54b4cd13cb977a3f31bc9429e8347f994a187"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Thu May 19 11:51:31 2022 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish.gowdra@intel.com",
        "time": "Thu May 19 11:51:54 2022 -0700"
      },
      "message": "Fix profile to 1T8G for Zyxel XGSPON build job\n\nChange-Id: Ia81c7c6ed765a3b0f66c9b4284b61841eb5c4c4e\n"
    },
    {
      "commit": "4b7ab78ffb9fbde14186c624dd917debe112d976",
      "tree": "67de56955d1f5b00fb3dd2218b769231ad46a024",
      "parents": [
        "6f7e30bfe1586cea1ca7708b7cd73ee8536914b6"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Tue May 10 23:32:50 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon May 16 18:59:28 2022 +0200"
      },
      "message": "Adding zyxel OLT to jenkins jobs in berlin\n\nChange-Id: Iaed99a26aaa6378351e5fa935325d8b56ab35585\n"
    },
    {
      "commit": "c97ceae45d2fae330e4b46c520ef96192cddccca",
      "tree": "bdd7a5e1c4fda26119f884dc6823c769d8d54261",
      "parents": [
        "f10a857608446b043500e8e47fe2ccc061867e89"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Fri May 13 10:12:55 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Mon May 16 15:18:24 2022 +0530"
      },
      "message": "[VOL-4711] Added FTTB Test Support on Berlin DT Pod with ADTRAN DPU\n\nChange-Id: I76f88f87cfdb49cb23d1d0a339f0f2bcc21b5a12\n"
    },
    {
      "commit": "6a1155843053bda47e57876ecad58f41f20818de",
      "tree": "38f45d4fd865a44232bf1f262fdee7eda7223b0a",
      "parents": [
        "230fca61f0d9f2f30c4fdf46cd421d0ece497ba1"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Thu May 05 12:04:08 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Thu May 05 12:04:22 2022 +0530"
      },
      "message": "Disabled onf-demo-pod jobs\n\nChange-Id: I75a89590da10247093f90e2ee322c2d6cc99288e\n"
    },
    {
      "commit": "230fca61f0d9f2f30c4fdf46cd421d0ece497ba1",
      "tree": "ee37279e5130fd1b7f83accf93329e1a1a1d55d5",
      "parents": [
        "e36f50c89251297ef985b105e52012f0b39c977b"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Wed May 04 08:50:35 2022 +0530"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik.windlass@intel.com",
        "time": "Wed May 04 08:50:35 2022 +0530"
      },
      "message": "Updated dmi-build-and-test pipeline with option to choose Voltha Infra and Stack deployments\n\nChange-Id: Iec45b090782eb53bf990f5807d21a46374dddd12\n"
    },
    {
      "commit": "28a7bd01ec669b529a1beb7d067d4647b9d45af1",
      "tree": "5dec16c68a2669b1fba71ab5542e28ada94d444f",
      "parents": [
        "5481488358c69bc7dacafbaa7bcae1d21bfe600e"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Tue Apr 12 13:14:54 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Apr 21 04:39:15 2022 +0000"
      },
      "message": "Added powerCycleOlt param as input to test suite for ATT, DT and TT\n\nChange-Id: I94269babedec6188e5f84f7fd9f49926d5a856d4\n"
    },
    {
      "commit": "cd70e4d02292087a43e3b014fd77a0f0f99db32e",
      "tree": "225a0f00b350540f552f6107054c709465843b66",
      "parents": [
        "a1df74a4fc31a58b2e87c462f4d24b9272c98fed"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Apr 08 10:25:32 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Apr 08 10:25:32 2022 -0700"
      },
      "message": "Disabling jobs on soak and certification PODs as they\u0027re going offline\n\nChange-Id: I1732c1953b0cf7e5cf08248503fa4fd9bc771088\n"
    },
    {
      "commit": "868a3bc7a37ecc5204af9899c812feb092bdc5a7",
      "tree": "fd02348f83c42367aa2882070ca5f6a45e442dd7",
      "parents": [
        "6b7dab050bfe85923d1bc3c8281ffff089fc18af"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Mar 31 16:45:19 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Mar 31 16:45:19 2022 -0700"
      },
      "message": "Renaming all config from dt-berlin-pod to berlin-community-pod-1\n\nChange-Id: Ied883f6f19d0249a11ec260a22629967cb414efe\n"
    },
    {
      "commit": "6b7dab050bfe85923d1bc3c8281ffff089fc18af",
      "tree": "bc242573907267558002edc219a90c9169dc8c7d",
      "parents": [
        "b9e0ac9cb365d65bb92a03946c90984bd2ce03b3"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Mar 30 11:21:44 2022 -0700"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Wed Mar 30 11:21:44 2022 -0700"
      },
      "message": "Update the executer name for Berlin Pod jobs\n\nChange-Id: I9f0d872a09818087ba7123d8b208148bc2e69258\n"
    },
    {
      "commit": "4fb11425b9d455b1ddc6b919d83289eb6859e7aa",
      "tree": "510baff3721b645182f084208bccceed1e1c2255",
      "parents": [
        "e133ae517989546319125a447bf679438d03bfaf"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Mar 29 14:21:04 2022 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Mar 29 14:24:05 2022 -0700"
      },
      "message": "[VOL-4689] Moving Berlin multi OLT job for 2.8 to new cluster\n\nChange-Id: I94993def0f375d92cda0a378d178f9ad4cd9e443\n"
    },
    {
      "commit": "ace19e5fcae6292c33a95d2058c02b3840f3d4ed",
      "tree": "b0beb8e82a087d99e28fbf85b5b2782df506415c",
      "parents": [
        "cea29570e856f3bb7bda2d822f0bb65eec564f3e"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Feb 10 09:36:21 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Feb 10 09:36:28 2022 +0000"
      },
      "message": "[VOL-3820] DMI tests HW pipeline\n\nChange-Id: Id7daa37de57b3522a0be20bc6df266788cb10bf9\n"
    },
    {
      "commit": "36d5bdb3394fa330acfbf5ec7493e4168ad67c88",
      "tree": "da3d48bbbf07d8e00d1c95038f0e02bcf0a426de",
      "parents": [
        "7c3945fb5cd756a09cf076f2c7319ea7460c9a55"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Feb 09 10:13:13 2022 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Feb 09 11:21:07 2022 +0000"
      },
      "message": "[VOL-3820] DMI tests HW Pipeline\n\nChange-Id: I49ada97b886bc64cc879e8e5df56b069dade4294\n"
    },
    {
      "commit": "d82b40d66ee5a0c74e6a699f0cdb6182a384aff2",
      "tree": "f4b01a861fd9948e9d2e08ca33891803ca93b86a",
      "parents": [
        "ee16380ea7fe77d7d6c7976a38d7e413ff4fc426"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jan 18 11:26:54 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jan 18 11:26:54 2022 +0100"
      },
      "message": "Enabling radisys 3200G job\n\nChange-Id: Ib4d6e980e65f892347f876d15b5a8bd7cca5c1f3\n"
    },
    {
      "commit": "0987ca45935b900369ab146efffbbc80b4d2326d",
      "tree": "caa5e84e6c1be35237f6742c3c645bf5a68f2428",
      "parents": [
        "12bc1b6990678ef14dd2ed79bf63f316f9b7f56b",
        "1dd3832c8b93810c8ca99908a6431e91bcfb8dee"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Jan 14 23:11:14 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri Jan 14 23:11:14 2022 +0000"
      },
      "message": "Merge \"Disabling certification jobs that have missing configurations\""
    },
    {
      "commit": "1dd3832c8b93810c8ca99908a6431e91bcfb8dee",
      "tree": "852c5875c89cc686e8cecd9e9d0b8115c875bde1",
      "parents": [
        "48163aab93348b543f155214d35cb53d8af753f0"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jan 14 14:48:21 2022 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jan 14 14:48:21 2022 -0800"
      },
      "message": "Disabling certification jobs that have missing configurations\n\nChange-Id: I93ae939b2de81e8f7b5df367a521b00d7972a9c9\n"
    },
    {
      "commit": "290f1887f287e7c9b8da87584635ac60d4ddfe6c",
      "tree": "2cdf1e6fc877be1762f6112be5274f20bba95393",
      "parents": [
        "a668e08a68fc91b83770c9a1fe811412851616da",
        "48163aab93348b543f155214d35cb53d8af753f0"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Mon Jan 10 23:09:38 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon Jan 10 23:09:38 2022 +0000"
      },
      "message": "Merge \"[VOL-4536] Using a single ONOS instance in the certification jobs\""
    },
    {
      "commit": "48163aab93348b543f155214d35cb53d8af753f0",
      "tree": "14c04526b17880878a5cf432cb24989da42dfcbe",
      "parents": [
        "54a0f4bc69a94dacb40a0755976977812ac03717"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jan 10 14:14:22 2022 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jan 10 14:21:16 2022 -0800"
      },
      "message": "[VOL-4536] Using a single ONOS instance in the certification jobs\n\nChange-Id: Ib62351faad31ae134d65df0d982d7720db9ac6f0\n"
    },
    {
      "commit": "a668e08a68fc91b83770c9a1fe811412851616da",
      "tree": "eb5fd2d94a805a4b72f5e28842c66f7997b7f3b5",
      "parents": [
        "adc2a9209e56ac4417d5f1aa334ade94d09376d9",
        "54a0f4bc69a94dacb40a0755976977812ac03717"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Mon Jan 10 20:27:46 2022 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Mon Jan 10 20:27:46 2022 +0000"
      },
      "message": "Merge \"[VOL-4536] Dividing the certification pod in 3 independent PODs\""
    },
    {
      "commit": "54a0f4bc69a94dacb40a0755976977812ac03717",
      "tree": "7a022059df2c57bdc70f09a4b8426d5f9621b58e",
      "parents": [
        "a14a919c0632ce926f4db7e72650e636503a7154"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jan 10 12:17:22 2022 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jan 10 12:17:22 2022 -0800"
      },
      "message": "[VOL-4536] Dividing the certification pod in 3 independent PODs\n\nChange-Id: If7edd0b449302586ff27bf30b47c2af6619a3901\n"
    },
    {
      "commit": "925efabcb80f68143e9a75f4b59d2d63e6c89b4e",
      "tree": "17ac4313a0508540675528bc29edf6ddb78a92c4",
      "parents": [
        "86630c47b26826f8675db1691fa724e6ce84b9df"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 03 13:48:30 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 03 13:48:30 2022 +0100"
      },
      "message": "Disabling master jobs on berlin due to not working GPON OLT with 2.9\n\nChange-Id: I2fdfede3d26ca9f84a7468f725885b2c9be92a1e\n"
    },
    {
      "commit": "86630c47b26826f8675db1691fa724e6ce84b9df",
      "tree": "69af02031c9bf1b219c0918c2d8a9228c5cccf27",
      "parents": [
        "7492e111d88a4be91e2022608d369b9be089c2a2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 03 10:13:04 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 03 10:13:04 2022 +0100"
      },
      "message": "Wrong ONOS image for adtran 2.8 job\n\nChange-Id: Ib30f773b37f04cdecbc3d3e122f7be5b8141ffb0\n"
    },
    {
      "commit": "a14a919c0632ce926f4db7e72650e636503a7154",
      "tree": "960b85e712a318f7121a7dd32a34cb1b79a0e04d",
      "parents": [
        "166bfaba81da7e0a9d90f40b1019fd6c284f93b8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Dec 17 14:37:34 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Dec 17 14:37:34 2021 -0800"
      },
      "message": "Enabling jobs on the certification pod\n\nChange-Id: I46aa15952d7b041f8c94e43a33b2028ced5bc0b0\n"
    },
    {
      "commit": "7b32d787dd82c218ac758745d35e1686e7d00fea",
      "tree": "e08f8dfb08b1e38acc2166ac7eaaf872714f3080",
      "parents": [
        "5dbe6eb67bf246bca77baff44b4687d505f36445",
        "868475f7fe241919582ec0865b11b507081cbf11"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Fri Dec 17 17:16:16 2021 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit@opencord.org",
        "time": "Fri Dec 17 17:16:16 2021 +0000"
      },
      "message": "Merge \"Added voltha-2.9 physical pod pipeline support and onf-demo-pod_1T4GEM_voltha_2.9 job\""
    },
    {
      "commit": "5dbe6eb67bf246bca77baff44b4687d505f36445",
      "tree": "abed448aa953134b6d92f3813d725f4409ae66d0",
      "parents": [
        "272bd205f3660e7d8e00936864765d842c4b45cb"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Fri Dec 17 11:13:26 2021 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Fri Dec 17 11:13:32 2021 +0000"
      },
      "message": "Disabled dt-berlin-pod-gpon_1T8GEM_DT_voltha_2.8 job\n\nChange-Id: Ib273533c9b21f46eb753421895913358853d20cc\n"
    },
    {
      "commit": "969c68d6cf42790f4c5fdadf1db1c0a720d97811",
      "tree": "9bce84bb683caf7470d4e505817d8bbfce5c1af5",
      "parents": [
        "22a8748a8430752dff25d552122f8c46c50ca66e"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Dec 17 09:16:35 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Dec 17 09:19:58 2021 +0100"
      },
      "message": "Removing custom old onos image from certification pod\n\nChange-Id: Ie27e7361d7b7a60658355a518f6ef004a5e206e2\n"
    },
    {
      "commit": "22a8748a8430752dff25d552122f8c46c50ca66e",
      "tree": "b69aa247a915c5be550ac458fb03d58c86f6e9cf",
      "parents": [
        "50ec6d74d54fcc053e6be070efaca1db9b02b3c2"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 17 13:11:21 2021 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 17 13:11:21 2021 +0530"
      },
      "message": "Set \"reinstall-olt\" to true for certification pod jobs.\n\nChange-Id: Idf51b3ec78cc3937a099085d12aa062788c4f2d8\n"
    },
    {
      "commit": "868475f7fe241919582ec0865b11b507081cbf11",
      "tree": "795c60848adcac6ffbfc3ec214e06b6b904c8839",
      "parents": [
        "50ec6d74d54fcc053e6be070efaca1db9b02b3c2"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Dec 16 16:47:39 2021 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Fri Dec 17 05:14:49 2021 +0000"
      },
      "message": "Added voltha-2.9 physical pod pipeline support and onf-demo-pod_1T4GEM_voltha_2.9 job\n\nChange-Id: I3754f78211901b0388c71a19b37e94544084a4f5\n"
    },
    {
      "commit": "50ec6d74d54fcc053e6be070efaca1db9b02b3c2",
      "tree": "529b95bb0cc02fdf1225a7e37f4e82e2d6f77bfc",
      "parents": [
        "490ec289fd4bc5b2635f0e86155e512c4c609680"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Dec 16 05:37:04 2021 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Thu Dec 16 05:37:09 2021 +0000"
      },
      "message": "Increased DT physical master jobs pipeline timeout value\n\nChange-Id: Icf2f1f6649bf9628a6d834d17e195aad0a686175\n"
    },
    {
      "commit": "276a6e74ad3696b35dfff964129ad597447f5841",
      "tree": "73c5831546879f350d5f70793e398f1373dbb6bd",
      "parents": [
        "d2bcb9ee04d25e9e1b05a836aada4744a4cbc8ec"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "teo@opennetworking.org",
        "time": "Wed Dec 15 18:56:15 2021 +0000"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Dec 15 10:57:48 2021 -0800"
      },
      "message": "Revert \"Using pre-release custom ONOS image in all tests\"\n\nThis reverts commit cae4a47826f75335855fc6bc6609796cfbc8c3e6.\n\nReason for revert: Going back to voltha-onos:master image\n\nChange-Id: Ie6057134d4cab9d02778dbe87dd0d0463d7bbdd6\n"
    },
    {
      "commit": "cae4a47826f75335855fc6bc6609796cfbc8c3e6",
      "tree": "5611e526829e40490d335e5ea7bf88ceefb3b3c0",
      "parents": [
        "693c79fd41e5fb297743d897b1e3f1fa4d29c88a"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Dec 14 10:27:17 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Dec 14 10:27:17 2021 -0800"
      },
      "message": "Using pre-release custom ONOS image in all tests\n\nChange-Id: Idebaf50ef6eedd7c59c020b87a46139fd54b8d31\n"
    },
    {
      "commit": "d6868b0aeaf7ece414edb20c5469396dfc8024eb",
      "tree": "6f9f4dc4bc28e11460e4c68785c00553d692de1a",
      "parents": [
        "d0bff3ba06c0ac65306013c6b412a17d52f4404e"
      ],
      "author": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 10 21:00:16 2021 +0530"
      },
      "committer": {
        "name": "Girish Gowdra",
        "email": "girish@opennetworking.org",
        "time": "Fri Dec 10 21:00:16 2021 +0530"
      },
      "message": "Use 3.6.2 version of the openolt agent deb package for Edgecore OLTs\nEnable 3200G RadiSys OLT job and disable 1600G OLT job in its place\nas we have received latest debian package only for 3200G OLTs.\n\nChange-Id: I70920fd0a349e57646324f4656c9f51bb97ccfd4\n"
    },
    {
      "commit": "5629e6cd665c61139b9bdc12acb2f7a5836bb841",
      "tree": "1de3938d9dc65cb3a93a98535cf7f33cb2aaf042",
      "parents": [
        "5f712198edc27bd5903c93f120b15ece08f3173c"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Nov 19 15:57:18 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Nov 19 15:57:58 2021 -0800"
      },
      "message": "Removing custom ONOS image for new OLT app from jobs\n\nChange-Id: Id078a56a4e86ca727e29683c152fb478f7378c75\n"
    },
    {
      "commit": "56a2ed916e297f8c25fba69092a9cc005ff688cb",
      "tree": "cdf1c0836f1f75cfe270319be042cd9cad4af60c",
      "parents": [
        "e32d6254e2ca1230543beb94bd00532925612cf8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Nov 16 16:57:11 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Nov 16 16:58:36 2021 -0800"
      },
      "message": "Using latest app in berling jobs\nReactivating scale jobs\n\nChange-Id: I968ca6364d203a815d8512182b93b93a165ba3c4\n"
    },
    {
      "commit": "d4fc179d2aedea6bf31061e1d841d153f3121cea",
      "tree": "2eeba8ef4a3ab458262a029592f59103a03cbfc9",
      "parents": [
        "d697a40721f9dbfc36cb6b7410eed6789eb1b47c"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Nov 10 11:44:18 2021 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Nov 10 11:44:23 2021 +0000"
      },
      "message": "Updated timeout and time-trigger values for flex TT and onf-demo pods\n\nChange-Id: I60285509b042ae7222af2211b2e2525dea94e3ad\n"
    },
    {
      "commit": "2af4b901352544560abc1fb0448180fbcd868eb8",
      "tree": "cc1f2fe43f859a0446fe9a1a8ac3f8f5fd9c52ea",
      "parents": [
        "68703c3e7c45391ac30ecf6c1e87bfe05b385411"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 05 10:40:02 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 05 10:40:02 2021 +0100"
      },
      "message": "Disabling 3200G job to let the radisys pod finish the others and extending tiemouts to allow job to complete\n\nChange-Id: I412104fa12c63407032f02d61387c42432a2269f\n"
    },
    {
      "commit": "42e64683357c8a9cf8c0de85f65b51e61741dc53",
      "tree": "1464eaf13c33b7b144c1fefae35c66efbaf80475",
      "parents": [
        "02ad6a4f29e9468ce1670b2e07f6ca954149e415"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 04 10:41:39 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 04 10:41:43 2021 +0100"
      },
      "message": "Extending the timeout for nightly jobs\n\nChange-Id: I21d71cd5c9955c84e2e93f09291e533647c10e12\n"
    }
  ],
  "next": "02ad6a4f29e9468ce1670b2e07f6ca954149e415"
}
