Run post-image-creation job on master
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 1 Dec 2013 19:05:51 +0000 (21:05 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Sun, 1 Dec 2013 19:11:44 +0000 (21:11 +0200)
There is no point of running it on workers as it requires installing gbs
with tons of dependencies there, which is quite dangerous.

Another point is security issues. To be able to run this job, workers
must have OBS user credentials installed. Distributing credentials
through all workers is insecure.

Change-Id: Iddf5dfb1f20b810ca2603d4e47aceacbca069f98
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
jobs/post-image-creation/config.xml

index bb659dc..fea92fb 100644 (file)
@@ -24,7 +24,7 @@
     </hudson.model.ParametersDefinitionProperty>
   </properties>
   <scm class="hudson.scm.NullSCM"/>
-  <assignedNode>imager</assignedNode>
+  <assignedNode>master</assignedNode>
   <canRoam>false</canRoam>
   <disabled>false</disabled>
   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>