Skip to content

Commit

Permalink
Bind python2.6 jobs to slave 1 since slave two seems to have non-repr…
Browse files Browse the repository at this point in the history
…oducable problems with PIL on python2.6.
  • Loading branch information
Timo Stollenwerk committed Mar 31, 2013
1 parent b367a41 commit 5e6ca81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins-jobs.cfg
Expand Up @@ -53,6 +53,7 @@ recipe = collective.recipe.template[genshi]:genshi
output = ${buildout:parts-directory}/jenkins-jobs/plone-4.2-python-2.6.xml
displayName = Plone 4.2 - Python 2.6
git_branch = 4.2
node = Slave 1
python = $PYTHON26

[plone-4.2-python-2.7]
Expand Down Expand Up @@ -80,6 +81,7 @@ input = templates/plone.xml
output = ${buildout:parts-directory}/jenkins-jobs/plone-4.3-python-2.6.xml
displayName = Plone 4.3 - Python 2.6
git_branch = 4.3
node = Slave 1
python = $PYTHON26
buildout_cfg = jenkins.cfg
buildout_run = jenkins-alltests -1
Expand Down

0 comments on commit 5e6ca81

Please sign in to comment.