summaryrefslogtreecommitdiff
path: root/tcwg-lnt/tcwg-lnt-03/config
blob: 57a86b1ad898e563dd7055a5d9bc6e2c1240ace0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/bash

lnt_server_name="LNT-TCWG (experimental)"
lnt_repo_branch="linaro-local/experimental"

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

    [tcwg_bmk-code_size-coremark]=tcwg_bmk
    [tcwg_bmk-code_size-cpu2017fast]=tcwg_bmk
    [tcwg_bmk-code_size-cpu2017rate]=tcwg_bmk
    [tcwg_bmk-code_size-spec2k6]=tcwg_bmk
    [tcwg_bmk-code_speed-coremark]=tcwg_bmk
    [tcwg_bmk-code_speed-cpu2017rate]=tcwg_bmk
    [tcwg_bmk-code_speed-cpu2017speed]=tcwg_bmk
    [tcwg_bmk-code_speed-spec2k6]=tcwg_bmk
    [tcwg_bmk-code_vect-cpu2017fast]=tcwg_bmk
    [tcwg_bmk-code_vect-cpu2017rate]=tcwg_bmk
    [tcwg_bmk-code_vect-spec2k6]=tcwg_bmk
    [tcwg_bmk-fujitsu_speed-cpu2017speed]=tcwg_bmk
    [tcwg_bmk-qc_speed-cpu2017rate]=tcwg_bmk
)