aboutsummaryrefslogtreecommitdiff
path: root/tcwg_bmk_dev.yaml.in
blob: eef577c65b8614607dce3ccd50197336bef1e3ec (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#include tcwg/round-robin.yaml.inc

- project:
    name: tcwg_bmk_dev_#{TOOLCHAIN}
    hw:
      - tk1:
          node: tcwg-x86_64-build_bmk_tk1
      - tx1:
          node: tcwg-x86_64-build_bmk_tx1
#if TOOLCHAIN_gnu
    components: binutils gcc glibc
#elif TOOLCHAIN_llvm
    components: binutils gcc glibc llvm
#endif
    jobs:
      - 'tcwg_bmk_dev_#{TOOLCHAIN}-build-tcwg_bmk_{hw}'
      - 'tcwg_bmk_dev_#{TOOLCHAIN}-bisect-tcwg_bmk_{hw}'

- view:
    name: tcwg_bmk_dev_#{TOOLCHAIN}
    view-type: list
    job-name:
      - tcwg_bmk_dev_#{TOOLCHAIN}-build-tcwg_bmk_tk1
      - tcwg_bmk_dev_#{TOOLCHAIN}-bisect-tcwg_bmk_tk1
      - tcwg_bmk_dev_#{TOOLCHAIN}-build-tcwg_bmk_tx1
      - tcwg_bmk_dev_#{TOOLCHAIN}-bisect-tcwg_bmk_tx1
      - tcwg-benchmark-tk1
      - tcwg-benchmark-tx1

- job-template:
    name: tcwg_bmk_dev_#{TOOLCHAIN}-build-tcwg_bmk_{hw}
    project-type: freestyle
    defaults: global
    properties:
      - default-properties
      - build-blocker:
          blocking-jobs:
            - "tcwg_bmk_dev_.*-bisect-tcwg_bmk_{hw}"
          queue-scanning: 'ALL'
    parameters:
      - build-parameters:
          ci_project: tcwg_bmk-YOUR_ID
          ci_config: #{TOOLCHAIN}-release-aarch64-spec2k6-O2
          binutils_url: https://git.linaro.org/toolchain/ci/binutils-gdb.git
          gcc_url: https://git.linaro.org/toolchain/ci/gcc.git
          glibc_url: https://git.linaro.org/toolchain/ci/glibc.git
#if TOOLCHAIN_llvm
          llvm_url: https://git.linaro.org/toolchain/ci/llvm-project.git
#endif
          default_branch: baseline
    disabled: false
    node: '{node}'
    concurrent: false
    display-name: 'TCWG Build tcwg_bmk_{hw}/#{TOOLCHAIN}'
    workspace: workspace/tcwg_bmk_$EXECUTOR_NUMBER
    scm:
      - build-scms
    wrappers:
      - build-wrappers:
          timeout: 600
    builders:
      - run-build:
          build_script: 'tcwg_bmk-build.sh'
          components: '{components}'
          rr_project: 'tcwg_bmk_dev_#{TOOLCHAIN}'
          ci_project_config: 'tcwg_bmk_{hw}'
    publishers:
        - build-publishers

- job-template:
    name: tcwg_bmk_dev_#{TOOLCHAIN}-bisect-tcwg_bmk_{hw}
    project-type: freestyle
    defaults: global
    properties:
      - default-properties
    parameters:
      - bisect-parameters:
          ci_project: 'tcwg_bmk-YOUR_ID'
          ci_config: #{TOOLCHAIN}-release-aarch64-spec2k6-O2
    disabled: false
    node: '{node}'
    concurrent: false
    display-name: 'TCWG Bisect tcwg_bmk_{hw}/#{TOOLCHAIN}'
    workspace: workspace/tcwg_bmk_$EXECUTOR_NUMBER
    scm:
      - jenkins-scripts
      - bmk-scripts
    wrappers:
      - bisect-wrappers:
          timeout: 2880
    builders:
      - run-bisect:
          build_script: 'tcwg_bmk-build.sh'
          components: '{components}'
          rr_project: 'tcwg_bmk_dev_#{TOOLCHAIN}'
          ci_project_config: 'tcwg_bmk_{hw}'
    publishers:
        - bisect-publishers