enable honor_gerrit_linked_accounts for boingssl

This is config is essentially telling CQ that if a user has linked
accounts in Gerrit (e.g. x@chromium.org and x@google.com org) and
only one of the accounts has committer access (i.e. can trigger CQ+2
Run), the other account will be treated to have committer access
as well. Note that this config has already been enabled in chromium
Project already.

Bug: 369221842
Change-Id: I12a7e72a4e160697b264e5f2debff578d55ed9a4
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/72409
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
diff --git a/infra/config/generated/commit-queue.cfg b/infra/config/generated/commit-queue.cfg
index 0b1a0a8..fac22b6 100644
--- a/infra/config/generated/commit-queue.cfg
+++ b/infra/config/generated/commit-queue.cfg
@@ -255,3 +255,4 @@
     }
   }
 }
+honor_gerrit_linked_accounts: true
diff --git a/infra/config/generated/project.cfg b/infra/config/generated/project.cfg
index f91baed..e2ae129 100644
--- a/infra/config/generated/project.cfg
+++ b/infra/config/generated/project.cfg
@@ -7,7 +7,7 @@
 name: "boringssl"
 access: "group:all"
 lucicfg {
-  version: "1.43.13"
+  version: "1.43.14"
   package_dir: ".."
   config_dir: "generated"
   entry_point: "main.star"
diff --git a/infra/config/main.star b/infra/config/main.star
index 994d7b2..f875c10 100755
--- a/infra/config/main.star
+++ b/infra/config/main.star
@@ -88,6 +88,7 @@
     # TODO(davidben): Can this be removed? It is marked as optional and
     # deprecated. It was included as part of porting over from commit-queue.cfg.
     status_host = "chromium-cq-status.appspot.com",
+    honor_gerrit_linked_accounts = True,
 )
 
 cq_group = luci.cq_group(