This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Reorganise Linaro Armv7 and Armv8 builders
ClosedPublic

Authored by peter.smith on Aug 19 2019, 9:57 AM.

Details

Summary

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.

Diff Detail

Event Timeline

peter.smith created this revision.Aug 19 2019, 9:57 AM
This revision is now accepted and ready to land.Aug 19 2019, 1:27 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2019, 5:21 AM