hydra-notify: respond to cached_build_queued

This commit is contained in:
Graham Christensen
2022-01-10 20:23:48 -05:00
parent 6b7f1da11e
commit 42edd3a9d8
6 changed files with 186 additions and 0 deletions

View File

@ -14,6 +14,13 @@ Note that the notification format is subject to change and should not be conside
* **When:** Issued directly after an evaluation completes, when that evaluation includes this finished build.
* **Delivery Semantics:** At most once per evaluation.
### `cached_build_queued`
* **Payload:** Exactly two values, tab separated: The ID of the evaluation which contains the finished build, followed by the ID of the queued build.
* **When:** Issued directly after an evaluation completes, when that evaluation includes this queued build.
* **Delivery Semantics:** At most once per evaluation.
### `build_queued`
* **Payload:** Exactly one value, the ID of the build.