summaryrefslogtreecommitdiff
path: root/tcwg-lnt/tcwg-lnt-02
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-02-23 09:15:49 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-02-23 09:46:03 +0100
commitd47ace4d8e50641f6b4bc2b7029ed646d3fa147e (patch)
tree7358e29b86f3834489043419cfe423806df9aa43 /tcwg-lnt/tcwg-lnt-02
parent07b48739ba414864bfced12e816d3254171bea74 (diff)
tcwg-lnt: stable lnt server have different schemas
create_server.sh : Ability to specify which ci project, which schema for a given config Change-Id: I570da25561f5ece226836f5d0035555050032d2b
Diffstat (limited to 'tcwg-lnt/tcwg-lnt-02')
-rw-r--r--tcwg-lnt/tcwg-lnt-02/config26
-rw-r--r--tcwg-lnt/tcwg-lnt-02/tcwg_check.yaml.in22
2 files changed, 48 insertions, 0 deletions
diff --git a/tcwg-lnt/tcwg-lnt-02/config b/tcwg-lnt/tcwg-lnt-02/config
new file mode 100644
index 00000000..b133012d
--- /dev/null
+++ b/tcwg-lnt/tcwg-lnt-02/config
@@ -0,0 +1,26 @@
+lnt_server_port=38500
+lnt_server_name="LNT-TCWG (stable)"
+lnt_repo_branch="linaro-local/master"
+
+check_configs=(
+ tcwg_binutils_check
+ tcwg_bootstrap_check
+ tcwg_gcc_check
+ tcwg_gdb_check
+ tcwg_glibc_check
+ tcwg_gnu_cross_check_binutils
+ tcwg_gnu_cross_check_gcc
+ tcwg_gnu_embed_check_binutils
+ tcwg_gnu_embed_check_gcc
+ tcwg_gnu_native_check_binutils
+ tcwg_gnu_native_check_gcc
+ tcwg_gnu_native_check_gdb
+ tcwg_gnu_native_check_glibc
+ tcwg_gnu_native_fast_check_gcc
+ tcwg_gnu_native_fast_check_gdb
+ tcwg_gnu_woa_check_binutils
+)
+
+# No bmk project in this server
+bmk_configs=()
+
diff --git a/tcwg-lnt/tcwg-lnt-02/tcwg_check.yaml.in b/tcwg-lnt/tcwg-lnt-02/tcwg_check.yaml.in
new file mode 100644
index 00000000..922fa8dd
--- /dev/null
+++ b/tcwg-lnt/tcwg-lnt-02/tcwg_check.yaml.in
@@ -0,0 +1,22 @@
+# TCWG gnu check (tcwg_gnu_check) schema
+format_version: '2'
+name: TSNAME
+metrics:
+
+- name: nb_FLAKY
+ type: Real
+ display_name: FLAKY
+- name: nb_good
+ type: Real
+ bigger_is_better: true
+ display_name: good
+- name: nb_bad
+ type: Real
+ display_name: bad
+
+run_fields:
+- name: llvm_project_revision
+ order: true
+machine_fields:
+- name: hardware
+- name: os