[PATCH] D66427: [zorg] Reorganise Linaro Armv7 and Armv8 builders

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 10:00:25 PDT 2019


peter.smith created this revision.
peter.smith added reviewers: maxim-kuvyrkov, yroux, rovka, gkistanova.
Herald added subscribers: kristof.beyls, javed.absar.

Due to limited amount of native Armv7 hardware, and the limited advantage over running on Armv8 hardware, we are moving some of our v7 bots to run on more powerful Armv8 hardware. We will also remove some of the v8 bots that were identical configurations to the Armv7 besides targeting Armv8. The remaining bots running on native v7 hardware make up 3 groups:

- 3x Tk1s running clang-cmake-thumbv7-full-sh
- 4x TK1s running clang-cmake-armv7-full
- 1x Tk1s running clang-native-arm-lnt-perf and libcxx bots

The clang-cmake-*-full* will do a 2-stage build and run the test-suite to maximize the chance of catching a wrong instruction being generated.

The thx1 slaves are no longer in use so I've removed them from the AArch64 bots as well.


https://reviews.llvm.org/D66427

Files:
  buildbot/osuosl/master/config/builders.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66427.215935.patch
Type: text/x-patch
Size: 18851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/c11498e9/attachment.bin>


More information about the llvm-commits mailing list