[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Tue, 10 Oct 2023 18:05:44 -0400 (EDT) |
branch: master
commit d075b4d0f93f8576836ebf73b123df12e3f39da0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Oct 7 17:41:35 2023 +0200
doc: Add “Triggering an Evaluation” section.
* doc/cuirass.texi (Triggering an Evaluation): New section.
---
doc/cuirass.texi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 69c58f7..5c70946 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -926,6 +926,20 @@ Only consider evaluations that are part of the given
@code{spec}
specification.
@end table
+@section Triggering an Evaluation
+
+@cindex evaluation trigger
+One can send an HTTP @code{POST} request to trigger the evaluation of a
+jobset, along these lines:
+
+@example
+wget --post-data="" -O /dev/null \
+ https://cuirass.example.org/@var{jobset}/hooks/evaluate
+@end example
+
+A good idea is to do that from the post-push hook of the relevant Git
+repository.
+
@section Build information
It is possible to query Cuirass web server for build informations. The