[glibc-buildbot] Add 'glibc-s390x-linux': 'marist-fedora-s390x' to builder_map.

Message ID 1475535138-12482-1-git-send-email-mjw@redhat.com
State New, archived
Headers

Commit Message

Mark Wielaard Oct. 3, 2016, 10:52 p.m. UTC
  Hi,

I setup a buildbot on the marist s390x fedora VM that I like to
add to master.cfg. I think the patch (also on the mjw/s390x branch)
does that. Could it be applied and installed on the buildbot master?

Thanks,

Mark

---
 master.cfg | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Carlos O'Donell Oct. 3, 2016, 11:14 p.m. UTC | #1
On 10/03/2016 06:52 PM, Mark Wielaard wrote:
> Hi,
> 
> I setup a buildbot on the marist s390x fedora VM that I like to
> add to master.cfg. I think the patch (also on the mjw/s390x branch)
> does that. Could it be applied and installed on the buildbot master?

Awesome! Roland would have to do that himself since the master is on
Google infrastructure (for the short term until we move to something
more accessible that we can all help out with).
  
Roland McGrath Oct. 3, 2016, 11:31 p.m. UTC | #2
Merged and restarted.  It looks like the slave is connected.
So the next commit to libc should trigger a build there.
  

Patch

diff --git a/master.cfg b/master.cfg
index 78ecf51..88e997a 100644
--- a/master.cfg
+++ b/master.cfg
@@ -22,6 +22,7 @@  builder_map = {
   'glibc-x86_64-linux': 'glibc-ubuntu-trusty-slave2',
   'glibc-i686-linux': 'glibc-ubuntu-trusty-slave2',
   'glibc-power8-linux': 'fedora22-ppc64-1',
+  'glibc-s390x-linux': 'marist-fedora-s390x',
 }
 
 builders = sorted(set(builder_map.iterkeys()))