Skip to content

Commit

Permalink
Add s390x Fedora worker (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
edelsohn authored and pablogsal committed Jan 25, 2020
1 parent 169f46c commit f4ae6ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_builders(settings):
("PPC64LE Fedora", "edelsohn-fedora-ppc64le", UnixBuild, STABLE),
("s390x SLES", "edelsohn-sles-z", UnixBuild, STABLE),
("s390x Debian", "edelsohn-debian-z", UnixBuild, STABLE),
("s390x Fedora", "edelsohn-fedora-z", UnixBuild, STABLE),
("s390x RHEL7", "edelsohn-rhel-z", UnixBuild, STABLE),
("s390x RHEL8", "edelsohn-rhel8-z", UnixBuild, STABLE),
("x86 Gentoo Non-Debug with X", "ware-gentoo-x86", NonDebugUnixBuild, STABLE),
Expand Down
4 changes: 4 additions & 0 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ def get_workers(settings):
name="edelsohn-fedora-ppc64le",
tags=['linux', 'unix', 'fedora', 'ppc64le'],
),
cpw(
name="edelsohn-fedora-z",
tags=['linux', 'unix', 'fedora', 's390x'],
),
cpw(
name="edelsohn-rhel-z",
tags=['linux', 'unix', 'rhel', 's390x'],
Expand Down

0 comments on commit f4ae6ba

Please sign in to comment.