about summary refs log tree commit diff
path: root/tools/gerrit-hook/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(gerrit-hook): a small tool to act as a dispatcher for gerritFranck Cuny2022-06-041-0/+16
When a patchset is created, gerrit will call this tool with a number of arguments. This hook triggers a build with buildKite for the given patchset, and add a comment to gerrit with a link to the build. We do not wait for the build to be successful to update gerrit. This will be done by another hook which the buildKite agents will call once they are done with the build. Change-Id: Iaa221765f3c52875ec37c5d282ba0557291eb5a4 Reviewed-on: https://cl.fcuny.net/c/world/+/171 Reviewed-by: Franck Cuny <franck@fcuny.net>