Fix the pypy job node specification.

Previously all pypy jobs were hardcoded to run on py3k-precise nodes.
Switch the job template to make this value configurable which will then
default to running the job on trusty nodes as we intend.

Change-Id: Ibc4c7720c2ee1a51c01e8336621b56a765de84f9
This commit is contained in:
Clark Boylan 2014-09-17 12:53:17 -07:00
parent ed2417c331
commit e547e97499

View File

@ -164,7 +164,7 @@
- test-results
- console-log
node: py3k-precise
node: '{node}'
- job-template:
name: 'gate-{name}-docs'