summaryrefslogtreecommitdiff
path: root/cimonitor-configs
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-02-24 10:43:32 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-02-26 09:42:15 +0100
commitd6f047a2b6fcaff124afe499aa1ccac25ddd398f (patch)
tree841b0bbc0d02b8b202a439a02cc401e41021eea8 /cimonitor-configs
parent8f1f1eae36ceca15747dba16156dfcc52249ee16 (diff)
cimonitor: Add build names, bisect page, aosp page, help
Add last_success, last_fail, last_force Add aosp Add bisect page Add help Change-Id: Id1c93e95048b59aafc6e6d9a9f19a0ea734b2ed8
Diffstat (limited to 'cimonitor-configs')
-rw-r--r--cimonitor-configs/CI-TCWG-BISECT.yaml58
-rw-r--r--cimonitor-configs/CI-TCWG.yaml5
-rw-r--r--cimonitor-configs/help.html25
3 files changed, 87 insertions, 1 deletions
diff --git a/cimonitor-configs/CI-TCWG-BISECT.yaml b/cimonitor-configs/CI-TCWG-BISECT.yaml
new file mode 100644
index 00000000..c0c0c263
--- /dev/null
+++ b/cimonitor-configs/CI-TCWG-BISECT.yaml
@@ -0,0 +1,58 @@
+format:
+ server: ci.linaro.org
+ filename: "tcwg-bisect.html"
+
+ links:
+ - tcwg
+
+ summary_table_last_run:
+ columns:
+ - last_run_date
+ - "#success"
+ - "#failure"
+ - "#regressed"
+ lines:
+ - anytime
+ - last-week
+ - 6-days-ago
+ - 5-days-ago
+ - 4-days-ago
+ - 3-days-ago
+ - 2-days-ago
+ - 1-days-ago
+ - 0-days-ago
+
+ summary_table_all_runs:
+ columns:
+ - last_run_date
+ - "#success"
+ - "#failure"
+ - "#regressed"
+ - "#forced"
+ - "#reducing"
+ - "#aborted"
+ lines:
+ - anytime
+ - last-week
+ - 6-days-ago
+ - 5-days-ago
+ - 4-days-ago
+ - 3-days-ago
+ - 2-days-ago
+ - 1-days-ago
+ - 0-days-ago
+
+ details_table:
+ columns:
+ - project
+ - status
+ - last_build
+ - last_success
+ - last_fail
+ - last_forced
+ - statistics
+ lines:
+ - "@pattern@.*-bisect"
+
+pattern:
+ - tcwg
diff --git a/cimonitor-configs/CI-TCWG.yaml b/cimonitor-configs/CI-TCWG.yaml
index 280267d7..90df1c28 100644
--- a/cimonitor-configs/CI-TCWG.yaml
+++ b/cimonitor-configs/CI-TCWG.yaml
@@ -3,6 +3,7 @@ format:
filename: "@pattern@.html"
links:
- tcwg
+ - tcwg-bisect
- "@pattern@"
summary_table_last_run:
@@ -52,7 +53,7 @@ format:
#- all_runs
#- last_regressed
- last_forced
- - nb_force
+ - statistics
#- last_bisect
#- useful_links
lines:
@@ -92,3 +93,5 @@ pattern:
- tcwg_gnu_native_check_gdb
- tcwg_gnu_native_fast_check_gdb
+ - tcwg_aosp
+ - tcwg_aosp-code_size
diff --git a/cimonitor-configs/help.html b/cimonitor-configs/help.html
new file mode 100644
index 00000000..4111003c
--- /dev/null
+++ b/cimonitor-configs/help.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<body>
+
+<h1>Help</h1>
+
+<h2>Possible columns that can be used:</h2>
+
+<p><u><b>Project</b></u> : name of the project </p>
+
+<p><u><b>Status</b></u> : Status of the last build </p>
+
+<p><u><b>Last_build</b></u> : Last build date and name </p>
+
+<p><u><b>Last_success</b></u> : Last successful build date and name </p>
+
+<p><u><b>Last_fail</b></u> : Last failed build date and name </p>
+
+<p><u><b>Last_forced</b></u> : Last forced build date and name </p>
+
+<p><u><b>Statistics</b></u> : Statistics of all last builds of this project. Counts the nb of runs that : regressed, forced, failed, success
+</p>
+
+</body>
+</html>