aboutsummaryrefslogtreecommitdiff
path: root/tcwg_bmk
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-15 17:13:05 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-19 08:21:40 +0000
commit2f069a05abe6afb4a7d53dde8cb71fdd0a421486 (patch)
tree895aad586fa7b75f18aa73a242310481f59cb875 /tcwg_bmk
parente43cb924fe404283360ffa7acd7b067f5d5a21b8 (diff)
tcwg_bmk*: Cleanup and move common parts to tcwg_bmk/tcwg_bmk.yaml.inc
Change-Id: Ia80ca5a53198d3aee629f39af015856a4a2e938b
Diffstat (limited to 'tcwg_bmk')
-rw-r--r--tcwg_bmk/tcwg_bmk.yaml.inc79
1 files changed, 79 insertions, 0 deletions
diff --git a/tcwg_bmk/tcwg_bmk.yaml.inc b/tcwg_bmk/tcwg_bmk.yaml.inc
new file mode 100644
index 0000000000..db13c3d67f
--- /dev/null
+++ b/tcwg_bmk/tcwg_bmk.yaml.inc
@@ -0,0 +1,79 @@
+#include tcwg/round-robin.yaml.inc
+- scm:
+ name: bmk-scripts
+ scm:
+ - git:
+ url: https://git.linaro.org/toolchain/bmk-scripts.git
+ refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*
+ branches:
+ - $bmk_branch
+ basedir: bmk-scripts
+ skip-tag: true
+ reference-repo: /home/tcwg-buildslave/snapshots-ref/bmk-scripts.git
+ wipe-workspace: false
+ clean:
+ before: true
+ prune: true
+
+- property:
+ name: bmk-properties
+ properties:
+ - authorization:
+ tcwg-benchmark:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+
+- parameter:
+ name: build-parameters
+ parameters:
+ - string:
+ name: binutils_url
+ default: '{binutils_url}'
+ description: "binutils git URL"
+ - string:
+ name: binutils_branch
+ default: '{default_branch}'
+ description: "binutils branch or sha1 to build, or 'baseline'"
+ - string:
+ name: gcc_url
+ default: '{gcc_url}'
+ description: "gcc git URL"
+ - string:
+ name: gcc_branch
+ default: '{default_branch}'
+ description: "gcc branch or sha1 to build, or 'baseline'"
+ - string:
+ name: glibc_url
+ default: '{glibc_url}'
+ description: "glibc git URL"
+ - string:
+ name: glibc_branch
+ default: '{default_branch}'
+ description: "glibc branch or sha1 to build, or 'baseline'"
+#if TOOLCHAIN_llvm
+ - string:
+ name: llvm_url
+ default: '{llvm_url}'
+ description: "llvm git URL"
+ - string:
+ name: llvm_branch
+ default: '{default_branch}'
+ description: "llvm branch or sha1 to build, or 'baseline'"
+#endif
+- parameter:
+ name: bmk-parameters
+ parameters:
+ - string:
+ name: extra_build_params
+ default: ""
+ description: "Extra parameters to pass to the build script"
+ - default-parameters
+ - string:
+ name: bmk_branch
+ default: master
+ description: 'Benchmark scripts revision to use'