command
module
Version:
v0.0.0-...-b3b20ee
Opens a new window with list of versions in this module.
Published: Feb 13, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Buildkite Gerrit bridge
Buildkite doesn't support gerrit integration out of the box but provides all
the hooks to implement it pretty easily.
The basic flow is as follow:
- gerrit-buildkite uses gerrit stream-events over ssh to watch for events
- When an event which should trigger a verification is found, a build is started in Buildkite using the REST API.
- The gerrit event and the newly created Buildkite build event are tracked together in a map so the results can be correlated back to the review.
- gerrit-buildkite runs a small webserver which listens for the webhooks back from Buildkite
- When a response comes back, we look in the map, and if there is an associated review, we publish the results back to gerrit.
If you reply to a review in gerrit with 'retest' on a line, it will re-trigger a verification.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.