Skip to content

Commit

Permalink
master/master.cfg: Split build configurations across two servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed May 14, 2018
1 parent 6efe1ff commit 0b7d351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ services:

worker-cross:
environment:
WORKERNAME: gdc-ubuntu-cross
WORKERNAME: ubuntu-cross1
links:
- buildbot
10 changes: 6 additions & 4 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ from buildbot.plugins import *
c = BuildmasterConfig = {}

worker_map = {
'gdc-ubuntu-cross': [
'ubuntu-cross1': [
#'alpha-linux-gnu',
'arm-linux-gnueabi',
'arm-linux-gnueabihf',
'aarch64-linux-gnu',
#'hppa-linux-gnu',
#'hppa64-linux-gnu',
's390x-linux-gnu',
#'sh4-linux-gnu',
'sparc64-linux-gnu',
],
'ubuntu-cross2': [
'mips-linux-gnu',
#'mips64-linux-gnuabi64',
'mips64el-linux-gnuabi64',
Expand All @@ -29,9 +34,6 @@ worker_map = {
#'powerpc-linux-gnuspe',
#'powerpc64-linux-gnu',
'powerpc64le-linux-gnu',
's390x-linux-gnu',
#'sh4-linux-gnu',
'sparc64-linux-gnu',
],
}

Expand Down

0 comments on commit 0b7d351

Please sign in to comment.