)]}'
{
  "log": [
    {
      "commit": "6c69d8e19f0cd553659d63995611be933194793c",
      "tree": "786b420fbd43358ba8690764d7b94dc686a78370",
      "parents": [
        "2f4561f326ddb80ca2bfcc1514082f20d3b87c9b"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Tue Feb 21 22:20:48 2023 +0000"
      },
      "committer": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Tue Feb 21 22:20:48 2023 +0000"
      },
      "message": "Update googletest version\n\nChange-Id: Ibe16171fb1698efc2cbf8fc822a0c1e5e61586ab\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/807409\nReviewed-by: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Chase Latta \u003cchaselatta@google.com\u003e\n"
    },
    {
      "commit": "2f4561f326ddb80ca2bfcc1514082f20d3b87c9b",
      "tree": "21384f3b0022dfb824be9adbfe0c0197004a9c24",
      "parents": [
        "831365d37359d6bde4a5e426f0c158abbe8b4560"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Sat Jan 28 00:02:29 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 28 00:02:29 2023 +0000"
      },
      "message": "Delete bazel_rules_fuchsia\n\nThe rules have been moved into fuchsia.git. Changes to the rules should\nnow be made there.\n\nChange-Id: I63535e8450773722e734b37111dbd2b63b6e7df1\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792756\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Chase Latta \u003cchaselatta@google.com\u003e\n"
    },
    {
      "commit": "831365d37359d6bde4a5e426f0c158abbe8b4560",
      "tree": "79b0be19e955b282626604de7f7d2e7f94bd96d7",
      "parents": [
        "f7b12e55187700ea510e1ada141f23c27e1b58be"
      ],
      "author": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Fri Jan 27 16:59:58 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 27 16:59:58 2023 +0000"
      },
      "message": "Make fuchsia_product_image() slightly more hermetic.\n\nThe `ffx assembly` plugin invoked by the action generated by the\nfuchsia_product_image() rule needs to call the host `cmc` tool\nat runtime. To ensure this works when the action is run inside\na Bazel sandbox, expose both the `cmc` host tool, as well as\nthe `cmc-meta.json` file that is used to point to it.\n\nThe latter is required because ffx looks for SDK host tools\nby parsing the top-level metadata file, which will point to\n`tools/x64/cmc-meta.json`, which will point to `tools/x64/cmc`.\n\nTo fix this, the CL does the following:\n\n- Add a `cmc_manifest` entry to the FuchsiaToolchainInfo\n  provider, and populate it with an label attribute in\n  the fuchsia_toolchain_info() rule definition. This ensures\n  that the value is a File object, as required by Bazel.\n\n- Modify repository_template.BUILD to expose the\n  `cmc-meta.json` file from @fuchsia_sdk through the provider.\n\n- Modify _fuchsia_product_image_impl to use the toolchain\n  instance to access the host tool and its manifest, and\n  add them as inputs to the shell action generated by\n  the function.\n\nTo verify this, apply [1] to your local fuchsia.git tree, then\ntry to build an assembly command with bazel (see examples in\nthe second bug below). Before this CL, this would fail with\nan error message that looks like:\n\n```\nProduct Assembly Failed\n    1.  Building Image Assembly config\n    2.  Getting host tool from the SDK: cmc\n    3.  Tool \u0027cmc\u0027 not found in SDK dir\n```\n\nAfter the CL, this fails later, because expanded prebuilt\npackage content are not available in the sandbox, which will\nbe addressed by future changes.\n\n[1] htps://fuchsia-review.git.corp.google.com/c/fuchsia/+/793965\n\nBug: 115151\nBug: 120613\nChange-Id: I4e83100a0f3fd8c434862c71f2ba43b47b214f69\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791985\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: David Turner \u003cdigit@google.com\u003e\n"
    },
    {
      "commit": "f7b12e55187700ea510e1ada141f23c27e1b58be",
      "tree": "4079a24339ded789804260a226d026c9c77a49e3",
      "parents": [
        "95a2b48b692e83175917ecbbc4bbfd102b353130"
      ],
      "author": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Fri Jan 27 16:59:05 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 27 16:59:05 2023 +0000"
      },
      "message": "Fix fuchsia_prebuilt_package() rule\n\nThis fixes the implementation of the rule in several ways:\n\n- Use ctx.actions.declare_directory() to declare an output directory\n  where all input .far archive content is extracted (using `pm expand`).\n  This allows Bazel to track all these files properly, even if their\n  names cannot be known in advance. In particular, if the command is\n  run in a sandbox, all files are properly copied into the final\n  output base location, instead of being removed at the end of the\n  command.\n\n  This also ensures that any Bazel target that depends on the\n  `rebased_package_manifest.json` file will also see the content files\n  it points to (see associated bug). Note however that this does not\n  translate to GN unfortunately at the moment!\n\n- Simplify the _COMPONENT_VALIDATION_SCRIPT to directly read the\n  meta.far file that was extracted by a previous action, instead of\n  re-extracting the full prebuilt package archive (!) for any component\n  or driver item to be validated.\n\n- Improve the same script to detect components using the\n  `meta/${COMPONENT}.cm` fgrep pattern, to avoid false positives,\n  which  could happen trivially if the component name passed to\n  fuchsia_prebuilt_package() was shorter than the ones found in the\n  package (e.g. \u0027foo\u0027 would validate \u0027meta/foobar.cm\u0027 even though\n  these do not correspond to the same component name).\n\nBug: 120613\nChange-Id: Icca4503d4ae8c74172ea3cbe437e88301950ed04\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791984\nCommit-Queue: David Turner \u003cdigit@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "95a2b48b692e83175917ecbbc4bbfd102b353130",
      "tree": "45d3c909be4626f89351ca4f2f593b4ef64cd94b",
      "parents": [
        "ba6dc9de5313e621d31cb365d2c2bb9a3ff37a1f"
      ],
      "author": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Fri Jan 27 15:49:17 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 27 15:49:17 2023 +0000"
      },
      "message": "[assembly] Add starnix subsystem in assembly config\n\nBug: 120686\nChange-Id: Ie8a13ac976efe7896faf1adb5e44bf86b170c388\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/793922\nFuchsia-Auto-Submit: Aidan Wolter \u003cawolter@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ba6dc9de5313e621d31cb365d2c2bb9a3ff37a1f",
      "tree": "cb1aa529ba7b02d87b3bbcde0833d199c3a95035",
      "parents": [
        "77972a7500ab185f2ce028623ad9618297f07df7"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 26 16:42:22 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 26 16:42:22 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230126.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230126.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230126.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230126.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230126.1.1\n\nFrom: None\nTo: version:11.20230126.1.1\n\nRoller-URL: https://ci.chromium.org/b/8790891390090701777\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iec04467703f18548f86138378fc2f23b12362822\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/793394\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "77972a7500ab185f2ce028623ad9618297f07df7",
      "tree": "74165f89f26e693046976cadb81aed14bed31dca",
      "parents": [
        "514ae3455561e48454999032f48bd561377c1016"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 26 09:45:45 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 26 09:45:45 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230126.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230126.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230126.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230126.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230126.0.1\n\nFrom: None\nTo: version:11.20230126.0.1\n\nRoller-URL: https://ci.chromium.org/b/8790916657585075793\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I783157489c742b934ca8f38a832bc8ceba8f5fcd\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/793389\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "514ae3455561e48454999032f48bd561377c1016",
      "tree": "7d4c436d648fe4c635cbcfd10f77dbd7afefa45f",
      "parents": [
        "6794249ff2a904663ba94f00699d1a0885b78796"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 25 22:12:26 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 25 22:12:26 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230125.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230125.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230125.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230125.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230125.3.1\n\nFrom: None\nTo: version:11.20230125.3.1\n\nRoller-URL: https://ci.chromium.org/b/8790960954388018257\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I21ed61696fd713e1c759d5d7ca5f413986ceaf83\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792959\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6794249ff2a904663ba94f00699d1a0885b78796",
      "tree": "dca895539fa04fa7a5b7b1ed557a3a0305cbc5b2",
      "parents": [
        "65df974c16c0c3276116e7338a4bd596f2d5f66b"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 25 17:25:00 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 25 17:25:00 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230125.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230125.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230125.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230125.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230125.2.1\n\nFrom: None\nTo: version:11.20230125.2.1\n\nRoller-URL: https://ci.chromium.org/b/8790978835756740305\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I69f31e2a7e8b94835d49a6884f385a21db4d2714\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792744\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "65df974c16c0c3276116e7338a4bd596f2d5f66b",
      "tree": "19ba8de83f376724cad4eead981c39d73f283e98",
      "parents": [
        "cba2d3e320d9b91f01a712fa449d974cf84d0644"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 25 10:21:31 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 25 10:21:31 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230125.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230125.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230125.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230125.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230125.1.1\n\nFrom: None\nTo: version:11.20230125.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791005891905959889\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I06822b20fb41b37e11110487a6dfec34dbd8600d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792951\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cba2d3e320d9b91f01a712fa449d974cf84d0644",
      "tree": "642a527bbc4abfef3d9629c487a6df1cc4e72ce7",
      "parents": [
        "e5843939bfd45f29892f7808c5b5cb2753ea52bc"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 24 22:26:38 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 24 22:26:38 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230124.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230124.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230124.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230124.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230124.3.1\n\nFrom: None\nTo: version:11.20230124.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791050056030444065\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I56f4983d19c8c972c5f09e5a527eb70a49e049af\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792611\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e5843939bfd45f29892f7808c5b5cb2753ea52bc",
      "tree": "aa86ad9a3546a58d91392adf9bded30a7f463229",
      "parents": [
        "19050f3bc7170d56b3edf34f1e9dff763c724c30"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 24 15:31:32 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 24 15:31:32 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230124.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230124.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230124.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230124.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230124.2.1\n\nFrom: None\nTo: version:11.20230124.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791077458521225089\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ib7e0bc5aae15de928c0a25f2979c27ba0758ca36\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792604\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "19050f3bc7170d56b3edf34f1e9dff763c724c30",
      "tree": "acb34934e8bc997d4f8b77d3782152a7b6b813b1",
      "parents": [
        "a81b04b6960388e2225667752ab7d15fe156cd56"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 24 08:43:30 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 24 08:43:30 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230124.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230124.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230124.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230124.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230124.1.1\n\nFrom: None\nTo: version:11.20230124.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791101762309005265\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I99d40392ac9f5c747df5009e6b33863daaceb01a\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792439\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a81b04b6960388e2225667752ab7d15fe156cd56",
      "tree": "d9ecefdfe18018c8c9bb7786f5ae7acc3e61ba99",
      "parents": [
        "7d8972de33b8752a78b5a5ab027f9d1b3024c0c7"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 24 06:26:18 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 24 06:26:18 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230124.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230124.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230124.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230124.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230124.0.1\n\nFrom: None\nTo: version:11.20230124.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791110584878670609\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ia6d40c42cc46f8c4d2a176d39341a1ec7d506556\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792435\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7d8972de33b8752a78b5a5ab027f9d1b3024c0c7",
      "tree": "acd95e5985d790dace3dd8a3bacd9552aafe4fa5",
      "parents": [
        "b493f038d93a1277100c7d28c3458ee2218319a3"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 23 23:18:19 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 23 23:18:19 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230123.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230123.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230123.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230123.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230123.3.1\n\nFrom: None\nTo: version:11.20230123.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791137798743800177\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I99182eb4e5497d05b219f3b274340071cdc200ba\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792428\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b493f038d93a1277100c7d28c3458ee2218319a3",
      "tree": "8f650a5a40915e52ba87af54e9ed3389f5477f74",
      "parents": [
        "6c4450a35d8f9b2d39fd961ca74b3a308c0f57db"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 23 23:05:05 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 23 23:05:05 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-clang-cipd packages to git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\n\nfuchsia/third_party/clang/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/linux-amd64/+/git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\nfuchsia/third_party/clang/linux-arm64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/linux-arm64/+/git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\nfuchsia/third_party/clang/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/mac-amd64/+/git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\nfuchsia/third_party/clang/windows-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/windows-amd64/+/git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\n\nFrom: None\nTo: git_revision:20d06c833d833ef6b2d0f519cc4a7998d49a2803\n\nRoller-URL: https://ci.chromium.org/b/8791138970275925233\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If8991513191056289f504837fb7719e48b2826cb\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792427\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "6c4450a35d8f9b2d39fd961ca74b3a308c0f57db",
      "tree": "9bd4ab59fb229587c8533371b25dd325c74411ec",
      "parents": [
        "3c1bbe92bc42c8387deb052f52d42fe04fec32c5"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 23 16:13:48 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 23 16:13:48 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230123.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230123.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230123.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230123.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230123.2.1\n\nFrom: None\nTo: version:11.20230123.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791164500313578081\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ia36d900f335720b2a499110209533cf151acf463\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792400\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3c1bbe92bc42c8387deb052f52d42fe04fec32c5",
      "tree": "19a333dc51bb630a6faa49220c0505581af4ef94",
      "parents": [
        "83992a94218104f437880a43bb83fcaa42491483"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 23 09:47:27 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 23 09:47:27 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230123.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230123.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230123.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230123.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230123.1.1\n\nFrom: None\nTo: version:11.20230123.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791187669251734945\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I922d0ec0cbd9158f2f5fcb64c598124354262f36\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792394\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "83992a94218104f437880a43bb83fcaa42491483",
      "tree": "99806c22a98dad2a70ee06379d708217ee13fb35",
      "parents": [
        "311090b5894370ca0fab98800c9bb6767773faa5"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 23 05:40:16 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 23 05:40:16 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230123.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230123.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230123.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230123.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230123.0.1\n\nFrom: None\nTo: version:11.20230123.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791203242346353713\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ice12c39d85909e745b9c7ba8f74bc97909f3fdc0\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792388\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "311090b5894370ca0fab98800c9bb6767773faa5",
      "tree": "2fadadb23582d2772d112a3b7694fe284d3e14dd",
      "parents": [
        "f93e7843837d78e4c2c687b689aaaa00949c51d0"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 22 21:31:18 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 22 21:31:18 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230122.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230122.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230122.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230122.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230122.3.1\n\nFrom: None\nTo: version:11.20230122.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791233974161912833\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ic504d658bd71b6a74abaf98f1c237746ff881f18\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792382\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "f93e7843837d78e4c2c687b689aaaa00949c51d0",
      "tree": "bc0d3352f6bb7e58aa1fec9b051553252ae0d4df",
      "parents": [
        "5e8b6c899af9e96abd6211aa1f4b79b729c00824"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 22 17:11:23 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 22 17:11:23 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230122.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230122.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230122.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230122.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230122.2.1\n\nFrom: None\nTo: version:11.20230122.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791250365209820945\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ic5df75237770cbd3fef622c9a8c2e67f39cb64cb\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792336\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5e8b6c899af9e96abd6211aa1f4b79b729c00824",
      "tree": "5766ffebdb9215837f9d6763cab0f4aa7c7a8f13",
      "parents": [
        "3b1078b465c27ac7372362cdb894806e9bd978d9"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 22 08:31:09 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 22 08:31:09 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230122.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230122.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230122.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230122.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230122.1.1\n\nFrom: None\nTo: version:11.20230122.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791284290259411857\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ie14caa97e6d3a4a7685376c59823ea2aee8b8dd9\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792328\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3b1078b465c27ac7372362cdb894806e9bd978d9",
      "tree": "4b88992d07f1df879b6a815096a41f8d450e7075",
      "parents": [
        "cd2d027169c290343f7d0e84497d1f036924016d"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 22 06:05:16 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 22 06:05:16 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230122.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230122.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230122.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230122.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230122.0.1\n\nFrom: None\nTo: version:11.20230122.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791292242538437121\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I4d58ce043effe12804bb19b04194fc09890bf4bc\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792325\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cd2d027169c290343f7d0e84497d1f036924016d",
      "tree": "b214c036b66bcb0377281e8d83fd7cc901af3225",
      "parents": [
        "759a2b4e25f6602e94bcd3b9892231619050e3c3"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 21 23:31:51 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 21 23:31:51 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230121.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230121.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230121.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230121.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230121.3.1\n\nFrom: None\nTo: version:11.20230121.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791318673751371777\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I11599b658a685888c5a307720056cd29856a3240\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792298\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "759a2b4e25f6602e94bcd3b9892231619050e3c3",
      "tree": "fd28939193dfa32b7ac9082d9de0b8ce330993be",
      "parents": [
        "07e3f2580b01cc783a1603e4b8f790e691d28428"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 21 16:42:51 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 21 16:42:51 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230121.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230121.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230121.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230121.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230121.2.1\n\nFrom: None\nTo: version:11.20230121.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791343447104909201\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If6653f8a0b673fd2146690e845d7378740d8a9ef\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792292\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "07e3f2580b01cc783a1603e4b8f790e691d28428",
      "tree": "89f00aa96364568fd5e261d5f4ba2c20d3cd94a0",
      "parents": [
        "055fd789746cfd66e0f816d373b17ff6d37b00f5"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 21 10:03:48 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 21 10:03:48 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230121.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230121.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230121.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230121.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230121.1.1\n\nFrom: None\nTo: version:11.20230121.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791368556445506657\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I9c356df6cc674acd00f6b6427e07f9c2a826e8e8\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792286\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "055fd789746cfd66e0f816d373b17ff6d37b00f5",
      "tree": "4ff8deaeccbd7c6724f8a06d1218857b0e580e2e",
      "parents": [
        "4f86c5779af9d89d23c5b41d818905966505b116"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 21 05:28:21 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 21 05:28:21 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230121.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230121.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230121.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230121.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230121.0.1\n\nFrom: None\nTo: version:11.20230121.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791385870251784577\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I2dd451a3ed7f88f0207eb5c24b53c6de26395e16\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792021\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4f86c5779af9d89d23c5b41d818905966505b116",
      "tree": "9d807339458036a4f2be09e92c4d7830a83c2082",
      "parents": [
        "be688759bf40d993f8480c8828f350e94d5d40f3"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Fri Jan 20 22:43:18 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 20 22:43:18 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230120.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230120.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230120.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230120.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230120.1.1\n\nFrom: None\nTo: version:11.20230120.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791412063399568337\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I82a059f553375cbd0f1b5484a641a0617fea60eb\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792015\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "be688759bf40d993f8480c8828f350e94d5d40f3",
      "tree": "c2ef6d9d8d679384a9816070e635e04d135ce901",
      "parents": [
        "86c61d66cc6d07d695919a43ea90679a0deee7b9"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Fri Jan 20 15:52:45 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 20 15:52:45 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230120.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230120.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230120.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230120.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230120.0.1\n\nFrom: None\nTo: version:11.20230120.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791437507864638193\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I348556a29ec22f8248dfad0ee265d77b173c3139\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/792003\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "86c61d66cc6d07d695919a43ea90679a0deee7b9",
      "tree": "68cca682a0135d4f998fc156a4f0d9ba517427e0",
      "parents": [
        "d9539bca2cef9394c76176e5c0c3dfc08389a3f0"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Thu Jan 19 19:10:01 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 19 19:10:01 2023 +0000"
      },
      "message": "Expose relevant package files in OutputGroupInfo.\n\nExpose fuchsia_package\u0027s debug symbols and far file in OutputGroupInfo,\nwhich will also be used in fuchsia.git.\n\nBug: 119049, 115699\nChange-Id: Ic1ce39bbadf77c2d158edf710af16bf23dd5bf00\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791187\nReviewed-by: David Turner \u003cdigit@google.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d9539bca2cef9394c76176e5c0c3dfc08389a3f0",
      "tree": "a0c7533949a4b786a9e9415705a3f0c0e97be136",
      "parents": [
        "9f2e168abb8c33784a29fece2b156dc3e1739885"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 19 16:28:46 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 19 16:28:46 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230119.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230119.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230119.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230119.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230119.0.1\n\nFrom: None\nTo: version:11.20230119.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791525734273268081\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I6e1030f238d1c57fca61b9e99af11f7a0f49309d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791380\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "9f2e168abb8c33784a29fece2b156dc3e1739885",
      "tree": "e7decfe30717028756167fc80ca7a07b3f49ff9a",
      "parents": [
        "f12e8eb3a420bb4c0c34b326518ffca2e8d038d6"
      ],
      "author": {
        "name": "Daniel Young",
        "email": "youngda@google.com",
        "time": "Thu Jan 19 14:56:17 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 19 14:56:17 2023 +0000"
      },
      "message": "[assembly][bug] Naming for archivist types\n\nAdds low memory variant to the archivist configuration types.\nBug: 118809\n\nTests: N/A\nChange-Id: I94a06b3597557f6ee9a7dfbc1b97c22af835a2f7\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791482\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Daniel Young \u003cyoungda@google.com\u003e\nReviewed-by: Aidan Wolter \u003cawolter@google.com\u003e\n"
    },
    {
      "commit": "f12e8eb3a420bb4c0c34b326518ffca2e8d038d6",
      "tree": "300e67df490e773f58385e4a0ddbb39633c07f23",
      "parents": [
        "e7256f90547f844dd4ea6a8f4aab5a041d64979b"
      ],
      "author": {
        "name": "Jay Zhuang",
        "email": "jayzhuang@google.com",
        "time": "Thu Jan 19 02:03:28 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 19 02:03:28 2023 +0000"
      },
      "message": "[assembly] Support additional_serial_log_tags\n\n... in product configuration.\n\nChange-Id: Icf4fc8dad6af136ee80bb20d2337a65d68340be5\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790222\nCommit-Queue: Jay Zhuang \u003cjayzhuang@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "e7256f90547f844dd4ea6a8f4aab5a041d64979b",
      "tree": "fbfd9bed849eeb7a64130d8616844fae96f7e2e0",
      "parents": [
        "febf28a41e1acb027203c1a0e0b167eeaf87b405"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Wed Jan 18 23:42:25 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 23:42:25 2023 +0000"
      },
      "message": "Correctly propagate clang debug symbols.\n\nfuchsia_cc_* provides FuchsiaDebugSymbolInfo, but that isn\u0027t correctly\npropagated upwards by fuchsia_component_for_unittest.\n\nChange-Id: Ie11b54a05013c8097544549660f74b476203289d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791188\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "febf28a41e1acb027203c1a0e0b167eeaf87b405",
      "tree": "ca7baebc77d08f6913a9617a2ca4f70f5b43ebb9",
      "parents": [
        "7e03f2f9a983b1c77368162373619f888a0e759f"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Wed Jan 18 22:39:53 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 22:39:53 2023 +0000"
      },
      "message": "Remove leading newline in stub shebang.\n\nThis is causing exec format errors.\n\nAlso don\u0027t crash on SIGINT.\n\nChange-Id: Ia0a5b92df7e65b07cd8cec2560ba50ea04388693\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791186\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7e03f2f9a983b1c77368162373619f888a0e759f",
      "tree": "c1f7b3422b24e293880edf424b439350afe40c89",
      "parents": [
        "b8db7e1e54c25b49505c8d1a9ae98aa3db30ac71"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 18 22:22:54 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 22:22:54 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230118.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230118.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230118.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230118.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230118.2.1\n\nFrom: None\nTo: version:11.20230118.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791594183090166657\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If51d611bfa6089f8d58f1097296183f54ca5fd62\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790978\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b8db7e1e54c25b49505c8d1a9ae98aa3db30ac71",
      "tree": "dc4daf3afff75673a7f911d4637666253e66132a",
      "parents": [
        "e6777517790fbf8da2eae6f5580b0289573bf7aa"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Wed Jan 18 19:58:51 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 19:58:51 2023 +0000"
      },
      "message": "Plumb package_repository_name.\n\nSupport specifying package_repository_name in fuchsia_package_tasks.\n\nChange-Id: I259869d20b4d06fc8da8fc571b9d8701a2fb015c\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791185\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\n"
    },
    {
      "commit": "e6777517790fbf8da2eae6f5580b0289573bf7aa",
      "tree": "9f6addec1523d23ff23f346e05efd5f94bf4891c",
      "parents": [
        "d06c4c50c779d74f8fc4368cda31dc2a5bc3b396"
      ],
      "author": {
        "name": "Daniel Young",
        "email": "youngda@google.com",
        "time": "Wed Jan 18 19:38:33 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 19:38:33 2023 +0000"
      },
      "message": "[assembly][bug] Naming for archivist types\n\nFixes archivist enum to conform to the value declared in-tree.\n\nBug: 118809\n\nTests: N/A\nChange-Id: Iaa2efdc3894c5792f9eeaa9e2f66d951c28f2d40\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791184\nFuchsia-Auto-Submit: Daniel Young \u003cyoungda@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Aidan Wolter \u003cawolter@google.com\u003e\n"
    },
    {
      "commit": "d06c4c50c779d74f8fc4368cda31dc2a5bc3b396",
      "tree": "8b3575fb29027c12463e23173a2b7e44dffe010e",
      "parents": [
        "ce98d8b99f5ba7b48edb60be2de25fdb6953ac3d"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Wed Jan 18 18:12:30 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 18:12:30 2023 +0000"
      },
      "message": "Don\u0027t buffer stdout.\n\nEmulate a tty to prevent stdout from being implicitly buffered for all\ntop-level workflows.\nThis prevents stdout/stderr from being printed in the wrong order for\nthese cases:\n1. Running a workflow non-interactively, such as in infra.\n2. Running a test workflow target via `bazel run` or `bazel test`.\n\nAlso remove duplicate publish task in test package workflow.\n\nFixed: 119214\nChange-Id: Icf73d0cf2e075b518c95f180fc7f5517d1b975de\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791182\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\n"
    },
    {
      "commit": "ce98d8b99f5ba7b48edb60be2de25fdb6953ac3d",
      "tree": "13b5e3cb251f71a71c1b39724e32de44dd6088fc",
      "parents": [
        "9edde5485218dba61184b81467baa7ff826093a4"
      ],
      "author": {
        "name": "Brandon Castellano",
        "email": "bcastell@google.com",
        "time": "Wed Jan 18 15:43:50 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 15:43:50 2023 +0000"
      },
      "message": "[assembly] Fix broken Minfs reference\n\nBug: 85134\nChange-Id: I6a138474f261157dbd99a49fffcf40728efd6066\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/791024\nReviewed-by: Daniel Young \u003cyoungda@google.com\u003e\nCommit-Queue: Brandon Castellano \u003cbcastell@google.com\u003e\n"
    },
    {
      "commit": "9edde5485218dba61184b81467baa7ff826093a4",
      "tree": "b93684ac76fe982d9819c7872aebb5ff4bae53d1",
      "parents": [
        "3a8b883732378f6a927ddb46e0081ca4703ff0fa"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 18 15:18:18 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 15:18:18 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230118.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230118.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230118.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230118.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230118.1.1\n\nFrom: None\nTo: version:11.20230118.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791621196382920145\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If7afaff02497f98ea219f1e07978032ee2445ab4\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790965\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3a8b883732378f6a927ddb46e0081ca4703ff0fa",
      "tree": "5e5e258a210538be1a081a1255e59de265ee1a9a",
      "parents": [
        "41b114ea1235ca4034ca4ad2346a2b4a180100a8"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 18 10:42:15 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 18 10:42:15 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230118.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230118.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230118.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230118.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230118.0.1\n\nFrom: None\nTo: version:11.20230118.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791637693717173505\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ic2c6aff14ba5df22449365139cc539c064849096\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790902\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "41b114ea1235ca4034ca4ad2346a2b4a180100a8",
      "tree": "c5d5eb8d35814818b817d354d9bd537be80e35ad",
      "parents": [
        "37544cabb52005f4ddc703a677f8774c6731d793"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 17 23:08:27 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 17 23:08:27 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230117.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230117.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230117.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230117.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230117.2.1\n\nFrom: None\nTo: version:11.20230117.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791683639019160625\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I3d402c25f61958a92491dbd619e17540ea062503\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790213\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "37544cabb52005f4ddc703a677f8774c6731d793",
      "tree": "ad064dab94c28cadcce6be38da96f8b8d899149d",
      "parents": [
        "da685c778f8cff256da612ac7bb6405175edda32"
      ],
      "author": {
        "name": "Daniel Young",
        "email": "youngda@google.com",
        "time": "Tue Jan 17 21:18:20 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 17 21:18:20 2023 +0000"
      },
      "message": "[assembly][subsys] Diagnostic Subsystem Support\n\nAdds initial Diagnostic subsystem support to the bazel sdk rules so that\na product owner can define the Diagnostics::Archivist subsystem\nconfiguration via the product_assembly_configuration() bazel rule.\n\nBug: 118378\n\nTests: N/A\nChange-Id: I277af168382d73f3c14d01d01c12039bfecfc95b\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790603\nFuchsia-Auto-Submit: Daniel Young \u003cyoungda@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "da685c778f8cff256da612ac7bb6405175edda32",
      "tree": "499eba21d3f48957357b3be7ec09190aed042647",
      "parents": [
        "2bf3588a8847702c61a83591e508ac1879e781a5"
      ],
      "author": {
        "name": "Brandon Castellano",
        "email": "bcastell@google.com",
        "time": "Tue Jan 17 21:03:26 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 17 21:03:26 2023 +0000"
      },
      "message": "[assembly] Replace empty-minfs with empty-data\n\nNew products may use different data filesystems (e.g. fxfs) which are\nformatted on first boot if the data partition is empty. Replace uses of\nminfs with filesystem-agnostic data identifier.\n\nBug: 85134\nChange-Id: I4b593af1222c9b5e7d89e45227f90a15b7590eff\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789223\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Brandon Castellano \u003cbcastell@google.com\u003e\n"
    },
    {
      "commit": "2bf3588a8847702c61a83591e508ac1879e781a5",
      "tree": "e03801d19ead0509cf530ceeacaa5f4842a4c52b",
      "parents": [
        "046bf6a556acc6803a17c57b8c61e26ac61eed39"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 17 15:45:38 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 17 15:45:38 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230117.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230117.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230117.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230117.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230117.1.1\n\nFrom: None\nTo: version:11.20230117.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791710092088571697\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I23c455eee4c0c35f9dc5567693aefcc61ec67490\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788460\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "046bf6a556acc6803a17c57b8c61e26ac61eed39",
      "tree": "03e8e6ef49d913f8c3d7c907621a98e24e6daf9e",
      "parents": [
        "c25c50c2ee27770eeb93bbc79d62dce4d2ff91a8"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 17 04:25:02 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 17 04:25:02 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230117.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230117.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230117.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230117.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230117.0.1\n\nFrom: None\nTo: version:11.20230117.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791751557744421873\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If51ffb1d3a6cf30c30a1c1d60c2d8af32a5a6e85\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790037\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "c25c50c2ee27770eeb93bbc79d62dce4d2ff91a8",
      "tree": "a0c05d9015012f73adb04e880f7e47fc87acc72a",
      "parents": [
        "8da4d903cdc74b24e4eabbb6500d7000e35853c8"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 16 21:59:47 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 16 21:59:47 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230116.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230116.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230116.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230116.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230116.3.1\n\nFrom: None\nTo: version:11.20230116.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791776608309537121\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ia853960aa909e0c946d08a45b35cb1de7a4b098a\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790033\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8da4d903cdc74b24e4eabbb6500d7000e35853c8",
      "tree": "3a8d34689b590fdf6b9bd879b45146660e286aee",
      "parents": [
        "15a8d54e1e3ce6b3c36a8ae7d72f138f701639ab"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 16 17:28:07 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 16 17:28:07 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230116.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230116.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230116.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230116.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230116.2.1\n\nFrom: None\nTo: version:11.20230116.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791793471150038721\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I218ed332965e466b1cce8b03503fcea569762047\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/790027\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "15a8d54e1e3ce6b3c36a8ae7d72f138f701639ab",
      "tree": "31050f022d9fb1ba2bd79ac5867db9656e802d2b",
      "parents": [
        "7d7796fd857ad66d26b9e6867c0b19d92c646fa7"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 16 08:38:48 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 16 08:38:48 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230116.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230116.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230116.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230116.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230116.1.1\n\nFrom: None\nTo: version:11.20230116.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791827012740472369\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I19adc39bf3a8fdad9935d1fb91bac250dddae104\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789981\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7d7796fd857ad66d26b9e6867c0b19d92c646fa7",
      "tree": "afb6435872741b8e09d5132e41ac4f22165d3c9b",
      "parents": [
        "e4758f1eda6f0ad32b0250167ae4dad962f7843b"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 16 04:07:45 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 16 04:07:45 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230116.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230116.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230116.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230116.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230116.0.1\n\nFrom: None\nTo: version:11.20230116.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791843913806898481\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I0eabe46273bed136d773929d82c9ed22ff751079\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789975\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e4758f1eda6f0ad32b0250167ae4dad962f7843b",
      "tree": "d0bff7a90abcc041675610c82e61e63f75959777",
      "parents": [
        "49d6b70b9aa73bd556fe17088421ad16ddd5a18d"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 15 21:28:09 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 15 21:28:09 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230115.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230115.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230115.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230115.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230115.3.1\n\nFrom: None\nTo: version:11.20230115.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791868361793722321\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I715e8c568548bc1e059bb024d825674158a680b7\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789970\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "49d6b70b9aa73bd556fe17088421ad16ddd5a18d",
      "tree": "d8ba5a2c9939b0c2e5888ac37a2c7668a8dbbe28",
      "parents": [
        "cf26fcda5531c7f014002cc8b3ed2dbda674088f"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 15 17:08:03 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 15 17:08:03 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230115.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230115.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230115.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230115.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230115.2.1\n\nFrom: None\nTo: version:11.20230115.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791885212069462401\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ie4fcdba79cc824a2f57afa290abca86984b483f7\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789965\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cf26fcda5531c7f014002cc8b3ed2dbda674088f",
      "tree": "7ef1a2c86d552a740075d5dd6b417a162387e113",
      "parents": [
        "20618ea9f015241e43f92c44bb1f0a49e90c4d41"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 15 08:28:14 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 15 08:28:14 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230115.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230115.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230115.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230115.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230115.1.1\n\nFrom: None\nTo: version:11.20230115.1.1\n\nRoller-URL: https://ci.chromium.org/b/8791918168342290097\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I6bca0f30e9404b760c8dabe075e094ebff5c88f3\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789920\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "20618ea9f015241e43f92c44bb1f0a49e90c4d41",
      "tree": "937ff677cea05ca369d1c47613a8ea3a027859d4",
      "parents": [
        "c0117e493aaec885e279cf09ffb4c1f5d7b40a7c"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 15 04:01:19 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 15 04:01:19 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230115.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230115.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230115.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230115.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230115.0.1\n\nFrom: None\nTo: version:11.20230115.0.1\n\nRoller-URL: https://ci.chromium.org/b/8791935395759709217\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ibd0a653c6ef62b65a3e58cab30da312314224c74\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789915\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "c0117e493aaec885e279cf09ffb4c1f5d7b40a7c",
      "tree": "ea195d73fd3e0776d6e0f34ed39d9549ac4e7a3a",
      "parents": [
        "d6635a4a2560247060db20547c0bc168c5bbb541"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 14 23:23:40 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 14 23:23:40 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230114.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230114.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230114.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230114.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230114.3.1\n\nFrom: None\nTo: version:11.20230114.3.1\n\nRoller-URL: https://ci.chromium.org/b/8791952344824526097\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I2eefe9ad144904de6af3f110a30d152bed10e5ac\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789911\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d6635a4a2560247060db20547c0bc168c5bbb541",
      "tree": "f241be23040e1d62dc4eabba2fa5fdc77db60d99",
      "parents": [
        "835f3b00a9bb9ddd1a4faa5309a7b6089ee643ab"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 14 16:53:58 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 14 16:53:58 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230114.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230114.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230114.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230114.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230114.2.1\n\nFrom: None\nTo: version:11.20230114.2.1\n\nRoller-URL: https://ci.chromium.org/b/8791977413980322145\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I63493f3e4a25b92bf93ce092ab2222436d6c8a98\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789906\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "835f3b00a9bb9ddd1a4faa5309a7b6089ee643ab",
      "tree": "07648065705c9b8ec43ed0c47df8feb33053abb0",
      "parents": [
        "1a0896c650d1bc91b31c18d31946ded64c37b371"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 14 10:00:54 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 14 10:00:54 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230114.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230114.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230114.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230114.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230114.1.1\n\nFrom: None\nTo: version:11.20230114.1.1\n\nRoller-URL: https://ci.chromium.org/b/8792003833399312497\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I8d44f058f4c1259fd6ad57c62dcb16d997dc32c0\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789659\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1a0896c650d1bc91b31c18d31946ded64c37b371",
      "tree": "f126226922886557b32f07b34e2cb220f57109d8",
      "parents": [
        "66329750e9b14f91bf765ca8177db0596a47b40c"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sat Jan 14 05:12:40 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sat Jan 14 05:12:40 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230114.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230114.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230114.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230114.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230114.0.1\n\nFrom: None\nTo: version:11.20230114.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792020889380414769\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ib60b0c8637422152c62c8a26d84aae0813670bb3\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789654\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "66329750e9b14f91bf765ca8177db0596a47b40c",
      "tree": "e888f92dbb9c6eceb11049ea658afeb2560a824e",
      "parents": [
        "480869fafcff94fc8f8148a2d81b67f27b2587c5"
      ],
      "author": {
        "name": "Yaar Schnitman",
        "email": "yaar@google.com",
        "time": "Fri Jan 13 21:26:19 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 13 21:26:19 2023 +0000"
      },
      "message": "[boards] Make fuchsia_product_image.board_name optional\n\nTo allow for soft migration. It is breaking GI roller.\n\nBug: 119590\nChange-Id: I322b78017aba6164fb1efb6f7f837d1f494c81ba\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788455\nCommit-Queue: Yaar Schnitman \u003cyaar@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nReviewed-by: Aidan Wolter \u003cawolter@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "480869fafcff94fc8f8148a2d81b67f27b2587c5",
      "tree": "6042e1e88044546364d2ff141ceb10688d68d8d6",
      "parents": [
        "ae91586005d101a310772f1a77a211d7b387c275"
      ],
      "author": {
        "name": "Jiaming",
        "email": "lijiaming@google.com",
        "time": "Fri Jan 13 18:00:20 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 13 18:00:20 2023 +0000"
      },
      "message": "[python] Add shebang for py_runtime so we can use python toolchain we registered\n\nThis is the same temp change as Jay did in fxr/788275\n\nChange-Id: Iaacaab6b0a56134845113c4ff2140fd0a088a02d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788453\nCommit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\nReviewed-by: Aidan Wolter \u003cawolter@google.com\u003e\n"
    },
    {
      "commit": "ae91586005d101a310772f1a77a211d7b387c275",
      "tree": "88eb79dddb80d27d2576e7decdfb1a78f831f5b7",
      "parents": [
        "e1baff2f5446651063f275a53baa2f011181bfbe"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Fri Jan 13 17:52:33 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 13 17:52:33 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230113.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230113.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230113.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230113.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230113.2.1\n\nFrom: None\nTo: version:11.20230113.2.1\n\nRoller-URL: https://ci.chromium.org/b/8792064105415576945\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: If8778aab73898e0c3d07e4edae182139e560b4dc\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789421\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e1baff2f5446651063f275a53baa2f011181bfbe",
      "tree": "9864921f05b448b2c3dfcf2c79f4e6ff7ba7f775",
      "parents": [
        "edac06f593ef802f0e2bfb188231d16482c045b2"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Fri Jan 13 09:03:21 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 13 09:03:21 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230113.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230113.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230113.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230113.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230113.1.1\n\nFrom: None\nTo: version:11.20230113.1.1\n\nRoller-URL: https://ci.chromium.org/b/8792096473625888273\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iaf1a5f027f0dbb91a4d211382ee4c58b80abeaf3\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789413\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "edac06f593ef802f0e2bfb188231d16482c045b2",
      "tree": "8da7f8214d3a5823862a01d863c56bea74d6da3a",
      "parents": [
        "da57e61323a421f9fec5acae3d7b111346565d8b"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Fri Jan 13 04:56:05 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jan 13 04:56:05 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230113.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230113.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230113.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230113.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230113.0.1\n\nFrom: None\nTo: version:11.20230113.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792112036440440433\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ia57a6de95dc42be360228c2f5ffa4a2d2319a42c\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789407\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "da57e61323a421f9fec5acae3d7b111346565d8b",
      "tree": "f7b67cd98eab6919f3863ab7a7916c25bdcf72ae",
      "parents": [
        "0f7fcd9950b3f2496706ad0aa5fd40623a82b01a"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 12 22:50:14 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 22:50:14 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230112.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230112.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230112.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230112.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230112.3.1\n\nFrom: None\nTo: version:11.20230112.3.1\n\nRoller-URL: https://ci.chromium.org/b/8792138171671875681\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I6f56964e6115ace52bac3c2907a867cf2504357c\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/789190\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "0f7fcd9950b3f2496706ad0aa5fd40623a82b01a",
      "tree": "6f02f6a7f261a61c3c3ad0b18d93bf76b23f3c90",
      "parents": [
        "a5a77434acfe382d0384e6b1d5b841e02d72c71a"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Thu Jan 12 22:36:43 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 22:36:43 2023 +0000"
      },
      "message": "Move emit_test_manifest to fuchsia-infra-bazel-rules.\n\nAlso add an extra util to common.sh.\n\nChange-Id: I39958d8c946d3513474bcbe5795049bb9a6be467\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788503\nReviewed-by: Oliver Newman \u003colivernewman@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\n"
    },
    {
      "commit": "a5a77434acfe382d0384e6b1d5b841e02d72c71a",
      "tree": "08fac42409492be2748ef41401d296cee12c2969",
      "parents": [
        "0d3c308ead51472841b7e1c12b56a40aafd2863a"
      ],
      "author": {
        "name": "Yaar Schnitman",
        "email": "yaar@google.com",
        "time": "Thu Jan 12 20:11:53 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 20:11:53 2023 +0000"
      },
      "message": "[licenses] Minor fixes/additions to classification \u0026 review:\n\n1. Add identification stats to json and review spreadsheet.\n2. Changed classification json from dict to list.\n3. Improved review summary outputs.\n\nBug: 114260\nChange-Id: I63270f42049c1abb84f171e4b646b4706f4db4ed\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788995\nFuchsia-Auto-Submit: Yaar Schnitman \u003cyaar@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Yaar Schnitman \u003cyaar@google.com\u003e\n"
    },
    {
      "commit": "0d3c308ead51472841b7e1c12b56a40aafd2863a",
      "tree": "c56618ec70279a39fde4b72e7b515130a54fff63",
      "parents": [
        "e9f9d1e4725db4b08005da4fa97db2dbbd06562c"
      ],
      "author": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Thu Jan 12 16:38:35 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 16:38:35 2023 +0000"
      },
      "message": "[fuchsia_clang] Symlink clang install directory.\n\nUse top-level symlinks instead of recursive hard-links or copies when\ncreating the content of the @fuchsia_clang repository. This is made\npossible by our change in the \u0027dependency_file\u0027 feature in a previous\nCL [1], which allows such paths to work correctly with the paths found\nin compiler-generated dependency (.d) files.\n\nThis is also an attempt to remove flaky hard-linking issues that\nappear when trying to update to Bazel 6, see [2] for an example.\n\n+ Add llvm-strip to the list of compiler prebuilts. Otherwise, some\n  C++ compile actions would fail with Bazel6.\n\nBug: 116108\n\n[1] https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/786962\n[2] tqr/645770 patchset 2\n\nChange-Id: I87d970560ba30723f44437e9f09244e298951ad0\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786964\nReviewed-by: Renato Mangini Dias \u003cmangini@google.com\u003e\nCommit-Queue: David Turner \u003cdigit@google.com\u003e\n"
    },
    {
      "commit": "e9f9d1e4725db4b08005da4fa97db2dbbd06562c",
      "tree": "da2b0d8cb7c610402a7fd38be3607c905bd40f8a",
      "parents": [
        "4c87ed2fa2b8701b1470c9d134b0f2a47dc92acf"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 12 15:24:50 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 15:24:50 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230112.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230112.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230112.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230112.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230112.2.1\n\nFrom: None\nTo: version:11.20230112.2.1\n\nRoller-URL: https://ci.chromium.org/b/8792163983514612993\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I81396a3aaae635b04de08fdc999cea41b6c9a536\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788983\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4c87ed2fa2b8701b1470c9d134b0f2a47dc92acf",
      "tree": "2a666b89ac347b7e790bb1a51e3896ceac22f6c3",
      "parents": [
        "4609c7ed4dc270f233a5f924f9f08966703e9e28"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 12 10:58:17 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 10:58:17 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230112.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230112.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230112.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230112.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230112.1.1\n\nFrom: None\nTo: version:11.20230112.1.1\n\nRoller-URL: https://ci.chromium.org/b/8792180897806626561\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I328c5123f5f78f41ad9b1020042629e3c1eaddb6\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788891\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4609c7ed4dc270f233a5f924f9f08966703e9e28",
      "tree": "20e0c447daee6a1e28b4f1e1786aa3426c430158",
      "parents": [
        "d18ee73a09206478264a7ab7a2e10c05df180e77"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Thu Jan 12 06:24:59 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 12 06:24:59 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230112.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230112.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230112.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230112.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230112.0.1\n\nFrom: None\nTo: version:11.20230112.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792197488438302401\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iaa52c974b32b3d94cf95b483ab8052eeb1ff8fb3\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788852\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d18ee73a09206478264a7ab7a2e10c05df180e77",
      "tree": "e55f5f58f3dfff603004aa58f7966133f41291da",
      "parents": [
        "e5888f5c9ca5c6e2f70a554d7fafa45f5baf8527"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 11 23:35:09 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 23:35:09 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230111.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230111.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230111.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230111.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230111.1.1\n\nFrom: None\nTo: version:11.20230111.1.1\n\nRoller-URL: https://ci.chromium.org/b/8792223774890910257\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iea266a496acdfcfcd3288e29b9c4353f9a3bb384\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788649\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e5888f5c9ca5c6e2f70a554d7fafa45f5baf8527",
      "tree": "e514fdc93f88cea64890887f5bed5ccd0167952d",
      "parents": [
        "92e69c13f558c9c19a9f2ba3a9b9a56abd448abf"
      ],
      "author": {
        "name": "Jiaming Li",
        "email": "lijiaming@google.com",
        "time": "Wed Jan 11 21:27:38 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 21:27:38 2023 +0000"
      },
      "message": "Reland \"[assembly] Remove the not needed image rebase\"\n\nThis reverts commit 92e69c13f558c9c19a9f2ba3a9b9a56abd448abf.\n\nReason for revert: Reland this feature\n\nOriginal change\u0027s description:\n\u003e Revert \"[assembly] Remove the not needed image rebase\"\n\u003e\n\u003e This reverts commit d873da5bc58f1080ab43fc44b46d0b5f7e502e3e.\n\u003e\n\u003e Reason for revert: broke clients\n\u003e \u003e Error: \u0027FuchsiaProductImageInfo\u0027 value has no field or method \u0027images_json\u0027\n\u003e\n\u003e Original change\u0027s description:\n\u003e \u003e [assembly] Remove the not needed image rebase\n\u003e \u003e\n\u003e \u003e Change-Id: Ibc2bde7cc41f897a5d10f7054ce5b5fa6a626063\n\u003e \u003e Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788442\n\u003e \u003e Commit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\n\u003e \u003e Reviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\n\u003e\n\u003e Change-Id: I83109ac979504c641f4045b3bacba98dd3ad49e1\n\u003e No-Presubmit: true\n\u003e No-Tree-Checks: true\n\u003e No-Try: true\n\u003e Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788542\n\u003e Commit-Queue: Aidan Wolter \u003cawolter@google.com\u003e\n\u003e Reviewed-by: RubberStamper 🤖 \u003candroid-build-ayeaye@system.gserviceaccount.com\u003e\n\u003e Reviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n\u003e Fuchsia-Auto-Submit: Aidan Wolter \u003cawolter@google.com\u003e\n\nChange-Id: I335d9a2cac90bca43b48bd36152c6fea09ed2ab9\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788544\nReviewed-by: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "92e69c13f558c9c19a9f2ba3a9b9a56abd448abf",
      "tree": "e73db988168079394544ebf12c9506e9ecb4abdb",
      "parents": [
        "2fbc718ea91a4701050adc75df38321042580da4"
      ],
      "author": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Wed Jan 11 19:06:30 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 19:06:30 2023 +0000"
      },
      "message": "Revert \"[assembly] Remove the not needed image rebase\"\n\nThis reverts commit d873da5bc58f1080ab43fc44b46d0b5f7e502e3e.\n\nReason for revert: broke clients\n\u003e Error: \u0027FuchsiaProductImageInfo\u0027 value has no field or method \u0027images_json\u0027\n\nOriginal change\u0027s description:\n\u003e [assembly] Remove the not needed image rebase\n\u003e\n\u003e Change-Id: Ibc2bde7cc41f897a5d10f7054ce5b5fa6a626063\n\u003e Reviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788442\n\u003e Commit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\n\u003e Reviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\n\nChange-Id: I83109ac979504c641f4045b3bacba98dd3ad49e1\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788542\nCommit-Queue: Aidan Wolter \u003cawolter@google.com\u003e\nReviewed-by: RubberStamper 🤖 \u003candroid-build-ayeaye@system.gserviceaccount.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nFuchsia-Auto-Submit: Aidan Wolter \u003cawolter@google.com\u003e\n"
    },
    {
      "commit": "2fbc718ea91a4701050adc75df38321042580da4",
      "tree": "46cb8c79552a758a2b7d4842b98f155bb6dcea97",
      "parents": [
        "d873da5bc58f1080ab43fc44b46d0b5f7e502e3e"
      ],
      "author": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Wed Jan 11 18:54:53 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 18:54:53 2023 +0000"
      },
      "message": "[assembly] Add support for board configs\n\nChange-Id: Ib9cfcbf00c6f89db4d1b2b88885947e4c173dd46\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788502\nCommit-Queue: Aidan Wolter \u003cawolter@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nFuchsia-Auto-Submit: Aidan Wolter \u003cawolter@google.com\u003e\n"
    },
    {
      "commit": "d873da5bc58f1080ab43fc44b46d0b5f7e502e3e",
      "tree": "3e9594c6bc67f18b8242f290f2af353f1bdaff5a",
      "parents": [
        "fa7f61c81c2bc50996749d220ca2973b917acd68"
      ],
      "author": {
        "name": "Jiaming Li",
        "email": "lijiaming@google.com",
        "time": "Wed Jan 11 17:41:05 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 17:41:05 2023 +0000"
      },
      "message": "[assembly] Remove the not needed image rebase\n\nChange-Id: Ibc2bde7cc41f897a5d10f7054ce5b5fa6a626063\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788442\nCommit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\n"
    },
    {
      "commit": "fa7f61c81c2bc50996749d220ca2973b917acd68",
      "tree": "d28a013ab83b6bbcc71cbea7ed36c26179e32965",
      "parents": [
        "221cad6b7f4cfcb1989e1c9f283b9b8c82f24389"
      ],
      "author": {
        "name": "John Bauman",
        "email": "jbauman@google.com",
        "time": "Wed Jan 11 17:04:07 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 17:04:07 2023 +0000"
      },
      "message": "Add nm to the every-file- clang groups\n\nnm is referenced by _cc_toolchain_config_impl, so it should be added to\nthe every-file- clang groups. A separate \"nm\" filegroup is also added\nfor consumers that want to use nm directly.\n\nChange-Id: I8cb51ac7c2ed2489169a2f9e76cca28e2557900d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787157\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: John Bauman \u003cjbauman@google.com\u003e\nReviewed-by: David Turner \u003cdigit@google.com\u003e\n"
    },
    {
      "commit": "221cad6b7f4cfcb1989e1c9f283b9b8c82f24389",
      "tree": "b85c0c21bd32b44ec7cdd8517a23e95e030be6a7",
      "parents": [
        "caf9bcbe6459517f07729d913a99611aeaa3c9db"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 11 16:32:20 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 16:32:20 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230111.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230111.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230111.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230111.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230111.0.1\n\nFrom: None\nTo: version:11.20230111.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792250721009111537\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iaee8f985d41247476d762ae650e9e3d6eb91469a\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788365\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "caf9bcbe6459517f07729d913a99611aeaa3c9db",
      "tree": "efe10834d9b6f2d6014c389144011f81ab4ee8f3",
      "parents": [
        "b99706b649d95a5b3cd706a9deee433a7f10206a"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Wed Jan 11 00:54:25 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jan 11 00:54:25 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230110.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230110.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230110.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230110.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230110.3.1\n\nFrom: None\nTo: version:11.20230110.3.1\n\nRoller-URL: https://ci.chromium.org/b/8792309533242790209\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I93e0595d4ff020d26efe355f3c8361dc358eb1c5\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/788157\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b99706b649d95a5b3cd706a9deee433a7f10206a",
      "tree": "b0d2ad787ac15b77f472193b25489e85fa1a5186",
      "parents": [
        "2536f5b7b59b013a6e51a93e2791cc4dca204de2"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Tue Jan 10 23:20:29 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 23:20:29 2023 +0000"
      },
      "message": "Use sdk_root_label for implicit deps.\n\nChange-Id: Ib4c7f8f16a830162bd546c53cd53674956f72a00\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786969\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Shai Barack \u003cshayba@google.com\u003e\n"
    },
    {
      "commit": "2536f5b7b59b013a6e51a93e2791cc4dca204de2",
      "tree": "81fd4a704fcf1c35b5246893559485c1f6d9e213",
      "parents": [
        "7f5aeefa6bdcaff63a1bd81ab32f980070c5b1ef"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 10 22:33:36 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 22:33:36 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230110.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230110.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230110.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230110.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230110.2.1\n\nFrom: None\nTo: version:11.20230110.2.1\n\nRoller-URL: https://ci.chromium.org/b/8792320295132155713\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I54c8ac7145218a6d31795513acd5c2bb37d150bf\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787735\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7f5aeefa6bdcaff63a1bd81ab32f980070c5b1ef",
      "tree": "31de17becf48f4f904c0c58168259c278fa7078a",
      "parents": [
        "68b9c84da2b5ccf754a4d29b2351d550c22d2a37"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Tue Jan 10 22:24:43 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 22:24:43 2023 +0000"
      },
      "message": "Improve error message for failing test components.\n\nFixed: 116535\nChange-Id: I51024fd9845aae5a163d8b0d290759ecb0728bd2\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787784\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\n"
    },
    {
      "commit": "68b9c84da2b5ccf754a4d29b2351d550c22d2a37",
      "tree": "733fa6b41e0d1ac4c72acac301a84bcc43953202",
      "parents": [
        "50d76b88b102a69cc7dfe632c03806bf2b845087"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Tue Jan 10 21:19:32 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 21:19:32 2023 +0000"
      },
      "message": "Export far file for packages.\n\nDone: 117942\nChange-Id: I8642a19c4ce35dc878f99453e6d3cae259e30c8f\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787783\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "50d76b88b102a69cc7dfe632c03806bf2b845087",
      "tree": "bc586a10c24d7ab6307c4e06259bf48261b5ac71",
      "parents": [
        "c118ac3f73e3975e81b21f9728f904461a7d4a09"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Tue Jan 10 20:43:01 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 20:43:01 2023 +0000"
      },
      "message": "Remove fuchsia_runnable.\n\nThis also removes support for fuchsia[_test]_package:deps and\nfuchsia_test_package:components.\n\nAlso register debug symbols for :pkg.publish workflow.\n\nAlso propagate far files for all package variants\n\nFixed: 114603, 117942\nChange-Id: I4c263835e54f1db5a2e6316bf39c4643a237c732\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787162\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nReviewed-by: Chase Latta \u003cchaselatta@google.com\u003e\n"
    },
    {
      "commit": "c118ac3f73e3975e81b21f9728f904461a7d4a09",
      "tree": "326a0e5f32a9f61b4f8a760d27825be54bd02eeb",
      "parents": [
        "5b6da5b794fc3acf72f005db694786c6ca9d8060"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Tue Jan 10 17:59:09 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 17:59:09 2023 +0000"
      },
      "message": "Add target tests to CQ\n\nChange-Id: I3a403af1722c9b6e7d89d45257f90a15b7590dec\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787722\nCommit-Queue: Chase Latta \u003cchaselatta@google.com\u003e\nReviewed-by: Darren Chan \u003cchandarren@google.com\u003e\n"
    },
    {
      "commit": "5b6da5b794fc3acf72f005db694786c6ca9d8060",
      "tree": "5128ec2d5191e22127ce80516752958f146188aa",
      "parents": [
        "68ed120e9b87d9b6d74721aa4feb730533bb4990"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Tue Jan 10 17:23:03 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 17:23:03 2023 +0000"
      },
      "message": "Move implicit fdio to rule instead of macro.\n\nhttps://fxrev.dev/783963 is causing failures in the fortune-teller\nroller since checking `\"str\" in deps` breaks if deps is a select.\n\nHere\u0027s a failing roll CL: https://fxrev.dev/787724\n\nChange-Id: I555ac228cd6e33f2d04d66df6ae271b4064b06e2\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787782\nReviewed-by: Shai Barack \u003cshayba@google.com\u003e\nCommit-Queue: Darren Chan \u003cchandarren@google.com\u003e\n"
    },
    {
      "commit": "68ed120e9b87d9b6d74721aa4feb730533bb4990",
      "tree": "eb1c24831adc06a62806cdc2ee929314f1db6932",
      "parents": [
        "feb78deb309758b9a14d2d4b0826cde591bba47f"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Tue Jan 10 17:19:52 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 17:19:52 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230110.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230110.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230110.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230110.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230110.0.1\n\nFrom: None\nTo: version:11.20230110.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792338718113954961\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ia418ce1041d412b98e554c4822413266435bde58\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787727\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "feb78deb309758b9a14d2d4b0826cde591bba47f",
      "tree": "80cceae55795a9ab66683065989ee8cdc901fb76",
      "parents": [
        "90f105d158c93262b18d11e1861b4f3b440311ea"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Tue Jan 10 00:57:59 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 10 00:57:59 2023 +0000"
      },
      "message": "make repo_name_args a oneliner\n\nChange-Id: Ica1afb1a34409ac74f0375242025c8200fb9f84d\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787684\nCommit-Queue: Chase Latta \u003cchaselatta@google.com\u003e\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "90f105d158c93262b18d11e1861b4f3b440311ea",
      "tree": "a02084ab4ee3a08a44aefa5dfce5c7434f90b17e",
      "parents": [
        "faf8f1ee9d7b88fc1e4ac279f17b227a7775e639"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Mon Jan 09 23:43:10 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 23:43:10 2023 +0000"
      },
      "message": "Only add --repo_name if the repository name is not empty\n\nThe repository name that was being passed to the publish task\nwas never None but was an empty string. This checks for both cases and\nonly adds the flag if it is not an empty string.\n\nChange-Id: Ic8aedf125cb8ee211baa1af570ec46b236bcc5ea\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786666\nReviewed-by: Jiaming Li \u003clijiaming@google.com\u003e\nCommit-Queue: Jiaming Li \u003clijiaming@google.com\u003e\n"
    },
    {
      "commit": "faf8f1ee9d7b88fc1e4ac279f17b227a7775e639",
      "tree": "ef1591aefd06d3b3957fe3bf803b448b63114be5",
      "parents": [
        "adb6142211226bd89103ff1145374ee579dbf089"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 23:20:32 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 23:20:32 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230109.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230109.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230109.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230109.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230109.3.1\n\nFrom: None\nTo: version:11.20230109.3.1\n\nRoller-URL: https://ci.chromium.org/b/8792406879076072465\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I5a34f347994ecdb9c60561cdf882d7d71d353b74\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787682\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "adb6142211226bd89103ff1145374ee579dbf089",
      "tree": "e0ea591ae5e0fb5b3522e8ca627df344a10ae240",
      "parents": [
        "19a228b8fe29f125714f2fdf7ad86182e8f1d61f"
      ],
      "author": {
        "name": "Chase Latta",
        "email": "chaselatta@google.com",
        "time": "Mon Jan 09 23:12:30 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 23:12:30 2023 +0000"
      },
      "message": "Put driver libraries in /driver instead of /lib\n\nDriver shared libraries should be placed in /driver instead\nof /lib. The documentation for this is being added in fxrev.dev/787436.\n\nBUG: 119090\nChange-Id: Iedbbd5684181788100db627ccc3a1d8199ab27b3\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786665\nCommit-Queue: Chase Latta \u003cchaselatta@google.com\u003e\nReviewed-by: Suraj Malhotra \u003csurajmalhotra@google.com\u003e\n"
    },
    {
      "commit": "19a228b8fe29f125714f2fdf7ad86182e8f1d61f",
      "tree": "48dd09ccf4d8012f0c11d2054f3a4c51635cb710",
      "parents": [
        "456d916a33f66982a28af195901e38aae8ad5d07"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 22:22:37 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 22:22:37 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-clang-cipd packages to git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\n\nfuchsia/third_party/clang/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/linux-amd64/+/git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\nfuchsia/third_party/clang/linux-arm64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/linux-arm64/+/git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\nfuchsia/third_party/clang/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/mac-amd64/+/git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\nfuchsia/third_party/clang/windows-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang/windows-amd64/+/git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\n\nFrom: None\nTo: git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb\n\nRoller-URL: https://ci.chromium.org/b/8792410975707839089\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Iaa4b2c8af866bd173547aae14e9cbdcfa04b484e\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787458\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "456d916a33f66982a28af195901e38aae8ad5d07",
      "tree": "38326b1bb2c00efea1130d4af8836e892e1e2f2d",
      "parents": [
        "2abb07402698afd3daf109a521c4d1f566485e15"
      ],
      "author": {
        "name": "Shai Barack",
        "email": "shayba@google.com",
        "time": "Mon Jan 09 20:49:19 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 20:49:19 2023 +0000"
      },
      "message": "[bazel] Make fdio an implicit dep of cc binaries\n\nBug: 118309\nChange-Id: Id0c3c144a18dab3c556105d2ba5cb33de7dfa3ac\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/783963\nFuchsia-Auto-Submit: Shai Barack \u003cshayba@google.com\u003e\nReviewed-by: Renato Mangini Dias \u003cmangini@google.com\u003e\nReviewed-by: Jay Zhuang \u003cjayzhuang@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "2abb07402698afd3daf109a521c4d1f566485e15",
      "tree": "6864468104acb6391e0e440a7bbd9d1e5ed09b51",
      "parents": [
        "3697f54784bf87e12d6cb7a355aafcf6490f3956"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 20:44:05 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 20:44:05 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230109.2.2\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230109.2.2\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230109.2.2\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230109.2.2\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230109.2.2\n\nFrom: None\nTo: version:11.20230109.2.2\n\nRoller-URL: https://ci.chromium.org/b/8792416906874578785\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I97accdc55084a666d80ce273d741e08c3cdf665c\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787454\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3697f54784bf87e12d6cb7a355aafcf6490f3956",
      "tree": "42a051895db7d044f0aab285495c59a08dd206d6",
      "parents": [
        "2c3c932886f681912d3cc0b87052f6a75ea551c6"
      ],
      "author": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Mon Jan 09 16:50:12 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 16:50:12 2023 +0000"
      },
      "message": "[fuchsia_clang] Use ACTION_NAMES struct instead of strings.\n\nA first CL [1] replaced the use of string literals within\ncc_toolchain_config_template.bzl with ACTION_NAMES struct\nfields, while a second CL [2] modified the same file to\nadd a new feature definition (using string literals).\n\nThis CL harmonizes the definition by switching the recent\nstring literals from [2] into ACTION_NAMES field names\ntoo.\n\n[1] https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/786870?usp\u003ddashboard\n[2] https://fuchsia-review.git.corp.google.com/c/sdk-integration/+/786962?usp\u003ddashboard\n\nBug: None\nChange-Id: I1468b6e4a4137a1932e9b4f2fd1d98e0af82ed68\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/786963\nReviewed-by: Renato Mangini Dias \u003cmangini@google.com\u003e\nCommit-Queue: David Turner \u003cdigit@google.com\u003e\n"
    },
    {
      "commit": "2c3c932886f681912d3cc0b87052f6a75ea551c6",
      "tree": "890631153b7eb9a36df68015edf0ed069cac3f98",
      "parents": [
        "e4b2aabe88eb4b46552ea8195a24622c52397745"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 15:46:19 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 15:46:19 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230109.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230109.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230109.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230109.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230109.2.1\n\nFrom: None\nTo: version:11.20230109.2.1\n\nRoller-URL: https://ci.chromium.org/b/8792434592908266977\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I959f01014d05395a4ef11df705dfcdade1b3c7aa\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787444\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e4b2aabe88eb4b46552ea8195a24622c52397745",
      "tree": "697a12df0c7e02fda92490e4e8c7fcf001cc4616",
      "parents": [
        "7d4e91b904537fe529d85bf36a6146afb89c5be8"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 08:54:04 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 08:54:04 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230109.1.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230109.1.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230109.1.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230109.1.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230109.1.1\n\nFrom: None\nTo: version:11.20230109.1.1\n\nRoller-URL: https://ci.chromium.org/b/8792459370331903713\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: Ib0b37012723edccf78400fa02c8eb4ef72b3176f\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787416\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7d4e91b904537fe529d85bf36a6146afb89c5be8",
      "tree": "6cb67d1856fbb9602165f8549303db01618c56a5",
      "parents": [
        "edc36b124349111730170c24f184e30f566d12e4"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Mon Jan 09 04:35:14 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 09 04:35:14 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230109.0.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230109.0.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230109.0.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230109.0.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230109.0.1\n\nFrom: None\nTo: version:11.20230109.0.1\n\nRoller-URL: https://ci.chromium.org/b/8792475720541597633\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I1a0fd041d2b4520fc9cb8cd95d51de8119c865ff\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787411\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "edc36b124349111730170c24f184e30f566d12e4",
      "tree": "90e1123c4c214be22031fed8657a286fccf436a5",
      "parents": [
        "4add11c99ba330860f4bde7e4c8da41a19da950d"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 08 22:08:36 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 08 22:08:36 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230108.3.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230108.3.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230108.3.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230108.3.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230108.3.1\n\nFrom: None\nTo: version:11.20230108.3.1\n\nRoller-URL: https://ci.chromium.org/b/8792499997188475489\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I1be666034c4d2a50437ba10f40bd4a0046652f89\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787407\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4add11c99ba330860f4bde7e4c8da41a19da950d",
      "tree": "a84f37e7126d0763ae39e26f04622616a5552391",
      "parents": [
        "19ad864b4b7b57da18f7990aef74a34f5151a372"
      ],
      "author": {
        "name": "global-integration-roller",
        "email": "global-integration-roller@fuchsia-infra.iam.gserviceaccount.com",
        "time": "Sun Jan 08 15:49:16 2023 +0000"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Sun Jan 08 15:49:16 2023 +0000"
      },
      "message": "[roll] Roll sdk-integration-sdk-cipd packages to version:11.20230108.2.1\n\nfuchsia/sdk/core/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/linux-amd64/+/version:11.20230108.2.1\nfuchsia/sdk/core/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core/mac-amd64/+/version:11.20230108.2.1\nfuchsia/sdk/experimental/linux-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/linux-amd64/+/version:11.20230108.2.1\nfuchsia/sdk/experimental/mac-amd64  new:https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/experimental/mac-amd64/+/version:11.20230108.2.1\n\nFrom: None\nTo: version:11.20230108.2.1\n\nRoller-URL: https://ci.chromium.org/b/8792526276239511569\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I2313b0f95a5de3597b59363b6cef3c9685e2ff6e\nReviewed-on: https://fuchsia-review.googlesource.com/c/sdk-integration/+/787400\nCommit-Queue: GI Roller \u003cglobal-integration-roller@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    }
  ],
  "next": "19ad864b4b7b57da18f7990aef74a34f5151a372"
}
