[buildbot,committed] Add altra-ubunut-{aarch64,armhf} builders

Message ID 20210326172045.10396-1-szabolcs.nagy@arm.com
State Not applicable
Headers
Series [buildbot,committed] Add altra-ubunut-{aarch64,armhf} builders |

Commit Message

Szabolcs Nagy March 26, 2021, 5:20 p.m. UTC
  I plan to remove the hi1616 builder later if this works and I plan
to add more builders on the same machine with different configurations.
---

i committed this, but i assume somebody has to restart the server.
i plan to do further changes if this goes well, so multiple restarts
will be needed, or if somebody can point out how to avoid that,
that would be good too.


 master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/master.cfg b/master.cfg
index c30591f..08321a6 100644
--- a/master.cfg
+++ b/master.cfg
@@ -26,8 +26,8 @@  builder_map = {
   'glibc-ppc-linux': ['debian8-ppc-power8-1'],
   'glibc-ppc64le-linux': ['fedora25-ppc64le-power8-1'],
   'glibc-s390x-linux': ['marist-fedora-s390x'],
-  'glibc-aarch64-linux': ['hi1616-ubuntu-aarch64'],
-  'glibc-armhf-linux': ['hi1616-ubuntu-armhf'],
+  'glibc-aarch64-linux': ['hi1616-ubuntu-aarch64', 'altra-ubuntu-aarch64'],
+  'glibc-armhf-linux': ['hi1616-ubuntu-armhf', 'altra-ubuntu-armhf'],
 }
 
 # Sets with all builders and all slaves.