From e547e97499c048caff2971e46e36552b33b3a4f9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 17 Sep 2014 12:53:17 -0700 Subject: [PATCH] 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 --- .../files/jenkins_job_builder/config/python-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml index b622c826b5..d06962bde9 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml @@ -164,7 +164,7 @@ - test-results - console-log - node: py3k-precise + node: '{node}' - job-template: name: 'gate-{name}-docs'