tests: verify that the CI broker always writes the report page
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+23
-9
9c822c67
→
f6d61de9
modified ci-broker.md
@@ -153,6 +153,7 @@ when I run env HOME=../homedir python3 set-rid trigger.json testy
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -160,6 +161,7 @@ when I run chmod +x dummy.sh
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/bin/ci-broker.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -16,7 +16,7 @@ use radicle_ci_broker::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,8 +95,9 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -123,6 +124,22 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -134,12 +151,7 @@ fn status_updater(dirname: PathBuf, mut page: StatusPage, interval: Duration) {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|