summaryrefslogtreecommitdiff
path: root/tcwg-lnt/tcwg-lnt-02/config
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-lnt/tcwg-lnt-02/config')
-rw-r--r--tcwg-lnt/tcwg-lnt-02/config24
1 files changed, 24 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..581736b6
--- /dev/null
+++ b/tcwg-lnt/tcwg-lnt-02/config
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+lnt_server_name="LNT-TCWG (stable)"
+lnt_repo_branch="linaro-local/master"
+
+declare -A lnt_projects=(
+ [tcwg_binutils_check]=tcwg_check
+ [tcwg_bootstrap_check]=tcwg_check
+ [tcwg_gcc_check]=tcwg_check
+ [tcwg_gdb_check]=tcwg_check
+ [tcwg_glibc_check]=tcwg_check
+ [tcwg_gnu_cross_check_binutils]=tcwg_check
+ [tcwg_gnu_cross_check_gcc]=tcwg_check
+ [tcwg_gnu_embed_check_binutils]=tcwg_check
+ [tcwg_gnu_embed_check_gcc]=tcwg_check
+ [tcwg_gnu_mingw_check_binutils]=tcwg_check
+ [tcwg_gnu_mingw_check_gcc]=tcwg_check
+ [tcwg_gnu_native_check_binutils]=tcwg_check
+ [tcwg_gnu_native_check_gcc]=tcwg_check
+ [tcwg_gnu_native_check_gdb]=tcwg_check
+ [tcwg_gnu_native_check_glibc]=tcwg_check
+ [tcwg_gnu_native_fast_check_gcc]=tcwg_check
+ [tcwg_gnu_native_fast_check_gdb]=tcwg_check
+)