)]}'
{
  "log": [
    {
      "commit": "8c8cccb283bdebe8cde4d81bec1465b22b1efb96",
      "tree": "f2b7ee7a52f8e6917119e99d055c13d0fa521878",
      "parents": [
        "9605871ef585b55f33dc366d99ed6ff12ae2124f"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Tue Feb 25 10:11:23 2025 -0800"
      },
      "committer": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Tue Feb 25 10:11:23 2025 -0800"
      },
      "message": "EOL: fix test name is schema validation test\n\nBug: 399009809\nChange-Id: Ibcf42b28c82ee999bc98d93ff8534ee7e8208303\n"
    },
    {
      "commit": "9605871ef585b55f33dc366d99ed6ff12ae2124f",
      "tree": "77e1127fdd535cace86d9c78f9f7f17ab7911f89",
      "parents": [
        "f9882a2d91195979d24fa6017e604e2fee098ca7"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Tue Feb 25 10:08:55 2025 -0800"
      },
      "committer": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Tue Feb 25 10:08:55 2025 -0800"
      },
      "message": "EOL: allow different values for reason for no-releases tag in a branch\n\nThis is because there can be reasons other than a branch being a non-GKI branch for releases to not exist. For example of such a branch might not have a release since KMI is not frozen on the branch.\n\nAlso make the reason attribute for no-releases tag required.\n\nBug: 399009809\nChange-Id: I2beb8d6b4848431bf9755ab9b083cd991a04ac04\n"
    },
    {
      "commit": "09b7078377468fbd70bdab732f301b7fbdb2fbe3",
      "tree": "e8502c242383e316e15f4976c001940d2bc94bea",
      "parents": [
        "ed89a0eea6935abb5c0f5b5a06a70d8a5a184624"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Mon Aug 19 18:39:20 2024 +0000"
      },
      "committer": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Mon Aug 19 18:39:20 2024 +0000"
      },
      "message": "Update schema for kernel-lifetimes.xml\n\nAdd new field for min_android_release to the branch element.\n\nBug: 357828185\nTest: vts_kernelLifetimes_validate_test\nChange-Id: I097995f843ade13735478a38a7f873096f2fb1b9\n"
    },
    {
      "commit": "83af0afb50a42d107a43f988339b7f656945415a",
      "tree": "ab7a67c3658a567bfc96a027fb55c23a577b5b80",
      "parents": [
        "9ba1a9473a3aa2d559d1865b4cad23344a123c82"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Fri Aug 02 14:15:00 2024 +0000"
      },
      "committer": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Fri Aug 02 15:49:08 2024 +0000"
      },
      "message": "EOL enforcement: Add config elements to distinguish GKI kernels\n\nAdd the following as one-off for the branch tags:\n\n* `\u003cno-releases\u003e`: For non-GKI kernel branches\n* `\u003clts-versions\u003e`: For GKI kernel branches to specify releases\n\nThis will be used in the EOL enforcement check to detect whether a\nkernel under test is a GKI kernel, i.e. it has release branches.\n\nBug: 338636324\nTest: vts_kernelLifetimes_validate_test\nChange-Id: I1219685da40b1b1e5bf3925e64f228e0b2641881\n"
    },
    {
      "commit": "3f84102f9caa728d92d6390b2c2592049b1d06c8",
      "tree": "eba89e96e0eef029c4036c079e7c0e579599feb7",
      "parents": [
        "ae56a93b4755060686ee25bc35befeb1a54565a4",
        "768fcc4ca04a008682edd36f0d0e5ef3e1fc8907"
      ],
      "author": {
        "name": "Matthias Männich",
        "email": "maennich@google.com",
        "time": "Mon Jul 29 06:58:45 2024 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Jul 29 06:58:45 2024 +0000"
      },
      "message": "Merge \"EOL enforcement: Add a VTS test to verify config schema\" into main"
    },
    {
      "commit": "768fcc4ca04a008682edd36f0d0e5ef3e1fc8907",
      "tree": "3e1cfa437ea53fe443b4403881097b2555f33228",
      "parents": [
        "3a0a11d275d7944a1c20ef5c066adc7d9c345658"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Fri Jul 19 14:15:59 2024 +0000"
      },
      "committer": {
        "name": "Matthias Männich",
        "email": "maennich@google.com",
        "time": "Fri Jul 26 06:23:40 2024 +0000"
      },
      "message": "EOL enforcement: Add a VTS test to verify config schema\n\nThis CL adds a schama for the kernel lifetimes XML, as well as a VTS\ntest to verify that XML adheres to the schema.\n\nThe XSD config also auto-generates a Java API for interacting with XML\nobjects for approved OGKI builds. This API will not be used.\n\nBug: 338636324\nTest: vts_kernelLifetimes_validate_test\nChange-Id: I2325ae6b413bc31b76ad3b59cfa2c8b0b1636d47\n"
    },
    {
      "commit": "d6532ec0a92b3eeaa5aa971c707b3d18346cff6e",
      "tree": "e38f3cf9798c5bf32dd33d64a19fae07cb22ad62",
      "parents": [
        "d91cdb5c51f8947af6dd11d883b0753abe7daca9"
      ],
      "author": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Fri Jul 19 14:43:49 2024 +0000"
      },
      "committer": {
        "name": "Sid Nayyar",
        "email": "sidnayyar@google.com",
        "time": "Wed Jul 24 09:57:51 2024 +0000"
      },
      "message": "OGKI: Add VTS test to verify approved build config schema\n\nThis CL adds a schama for the approved OGKI builds XML, as well as a VTS\ntest to verify that XML adheres to the schema.\n\nThe XSD config also auto-generates a Java API for interacting with XML\nobjects for approved OGKI builds. This API will not be used.\n\nAPI-Coverage-Bug: 353487055\nBug: 342094847\nTest: vts_approvedBuild_validate_test\nChange-Id: Ib6d308eae741394105e4d7e8b4cf21183f291818\n"
    }
  ]
}
