aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-stm32.yaml
AgeCommit message (Collapse)Author
2021-07-20tcwg/round-robin.yaml.inc: Update Jira secretMaxim Kuvyrkov
... to use cloud jira's API token. Change-Id: I81ae3cb3247fd88092a1e2275bd5528b0a59030c
2021-06-18tcwg-benchmark: Remove obsolete jobsMaxim Kuvyrkov
Change-Id: I13928770e8a3812275b1c7e699e7aff78a8ec6c9
2021-06-18tcwg-benchmark: Split benchmarking into frontend and backend jobsMaxim Kuvyrkov
Change-Id: Ib37258257f7374acb13ed8354fc605597735c727
2021-06-17tcwg-benchmark: Resolve @hw_tag@ and @build_num@ hereMaxim Kuvyrkov
Change-Id: Ia1aa746973ce360c39b7a33cbcdbf14e6f4d9edb
2021-06-17tcwg-benchmark: Fix trigger-buildsMaxim Kuvyrkov
Change-Id: Ifd93d809e03654a57c545dca740532ac5330ea30
2021-06-17tcwg-benchmark: Improve displaytag handlingMaxim Kuvyrkov
Change-Id: I17b518e1047bb564182bcdf025d22f7610dbecce
2021-06-17tcwg-benchmark: Add new benchmarking jobsMaxim Kuvyrkov
Change-Id: I5448359674a02c6d01a4879bfb102ce301c01864
2021-06-17tcwg-benchmark: Remove matrix jobsMaxim Kuvyrkov
Change-Id: Iefe9902de814ad59b0904fda58975f0bb5c4a2a6
2021-06-17tcwg-benchmark: Remove previous matrix jobsMaxim Kuvyrkov
Change-Id: I2883461c8ca74abcf59e83c44fb3ba816596e31f
2021-06-17tcwg-benchmark: Convert tk1, tx1 and stm32 jobs to the new formatMaxim Kuvyrkov
Change-Id: Ib5f6730fed0915ae41fc9a4e394091cc62c99616
2021-06-17tcwg-benchmark: Don't fail on empty artifactsMaxim Kuvyrkov
Change-Id: I88d140fc40c7c19e8aee6916afe7de91804d0376
2021-06-16tcwg-*: Remove mentions of tcwg-bmk-coordinator labelMaxim Kuvyrkov
... and replace occurences with either tcwg-bmk-bkp-01 or tcwg-bmk. It doesn't seem useful to have 2 names for the same single node. Change-Id: I2214990b1321af179ad81b86cfe76a294fc0f264
2021-06-16tcwg-benchmark: Improve build-name handlingMaxim Kuvyrkov
Change-Id: I6d962985e2d38a5d608b7ab542ba59752329afe2
2021-06-16tcwg-benchmark: Fix node setting and add artifacts savingMaxim Kuvyrkov
Change-Id: I9b1158a9bede62b8cc13fb62357ea97016a4644e
2021-03-23tcwg-benchmark*: Use definitions from tcwg/default.yaml.incMaxim Kuvyrkov
Change-Id: Iacb77a7946f9420387323fc1cba60651fbff7570
2021-03-04tcwg-benchmark-stm32, tcwg-benchmark.yaml.in: Keep 'sysroot' parameterChristophe Lyon
sysroot is used when benchmarking on a Linux target (tk1, tx1), but not used by bare-metal targets (stm32). Keep the sysroot parameter to avoid a special case in the launch script depending on the target. 'sysroot' is simply not used when targeting stm32 boards. Change-Id: I280601d7fdc00d72b7c09112e0e34767237d0afc
2021-03-03tcwg-benchmark-stm32: Set forceinstall to 'true' by defaultChristophe Lyon
Change-Id: Ic13c2b24788fee3604fcb8a27a160281416e6ec9
2021-03-03tcwg-benchmark-stm32, tcwg-benchmark: Remove useless sysroot parameter, set ↵Christophe Lyon
default benchmark to 'coremark' Change-Id: I4911a07a6f4b70a163048cd147591acdb376bcb8
2021-02-11tcwg-benchmark-stm32: Prefix results_id with stm32_Christophe Lyon
The tcwg-benchmark-bare.sh script expects results_id to start with the "stm32" string, so use it as a prefix. Keep the existing STM32XXXXX as it will be useful when we have different board types. Change-Id: I6a0843b2b638ac778fed0bb177cdf6279a3ea368
2020-09-07tcwg/generate-yamlfiles.sh: Print script name in "auto-generated" messageChristophe Lyon
To help remember how to generate the .yaml files from .yaml.in. Change-Id: I32b2537da2db78d789f888ba823bbfccafb005f7
2020-09-03tcwg_bmk_ci, tcwg-benchmark: Add support for coremark on stm32 boardsChristophe Lyon
This patch adds a new toolchain type 'gnu_eabi', used for benchmarking on bare-metal platforms (currently stm32). In such a case, we do not want to run Spec2k6, hence the exclusion. Similarly, our harness to run coremark only supports bare-metal, so we avoid coremark from gnu and llvm toolchains targetting tk1 and tx1 boards. Change-Id: I00c1021d0280f367bb5e6e9434e9ab98bf9262b9