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:
parent
ed2417c331
commit
e547e97499
@ -164,7 +164,7 @@
|
|||||||
- test-results
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
node: py3k-precise
|
node: '{node}'
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-docs'
|
name: 'gate-{name}-docs'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user