aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-release.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark-release.yaml')
-rw-r--r--tcwg-benchmark-release.yaml92
1 files changed, 0 insertions, 92 deletions
diff --git a/tcwg-benchmark-release.yaml b/tcwg-benchmark-release.yaml
deleted file mode 100644
index 294c69ff1b..0000000000
--- a/tcwg-benchmark-release.yaml
+++ /dev/null
@@ -1,92 +0,0 @@
-- job:
- name: tcwg-benchmark-release
- project-type: matrix
- defaults: global
- properties:
- - authorization:
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 100
- parameters:
- - string:
- name: release_url
- default: 'http://releases.linaro.org/components/toolchain/binaries/latest'
- description: 'Release URL'
- - string:
- name: target_list
- default: 'aarch64-linux-gnu armv8l-linux-gnueabihf arm-linux-gnueabi arm-linux-gnueabihf'
- description: 'List of targets'
- - string:
- name: extension_list
- default: 'O2g'
- description: 'List of build profiles: O2, O3, O2g, O3g, Ofast, Os'
- - text:
- name: benchmark_params
- default: |
- bench_list=bzip2
- cflags=
- testmode=verify
- iterations=1
- sysroot=tarball
- fileserver=dev-01.tcwglab
- forceinstall=false
- run_profile=parallel3x3
- scripts_branch=master
- bmk_branch=master
- description: 'Benchmark parameters, see tcwg-benchmark job'
- disabled: true
- node: tcwg-bmk-coordinator
- concurrent: true
- display-name: 'DELETE ME'
- axes:
- - axis:
- type: slave
- name: label
- values:
- - tcwg-coordinator
- - axis:
- type: dynamic
- name: target
- values:
- - target_list
- - axis:
- type: dynamic
- name: extension
- values:
- - extension_list
- execution-strategy:
- sequential: false
- wrappers:
- - timeout:
- timeout: 600
- - timestamps
- - ssh-agent-credentials:
- users:
- - 'tcwg-benchmark'
- builders:
- - shell: |
- #!/bin/bash
-
- set -ex
-
- case "$target" in
- "arm-"*) board="tk1_32" ;;
- "armv8l-"*) board="tx1_32" ;;
- *) board="tx1_64" ;;
- esac
-
- cat > params <<EOF
- toolchain_url=$release_url/$target/gcc-*-x86_64_$target.tar.xz
- target_list=$board
- extension=$extension
- EOF
- echo "$benchmark_params" >> params
- - trigger-builds:
- - project: 'tcwg-benchmark'
- property-file: params
- block: true