From 3aecbd4d1fd4de55bafb81818bab274a866d39b6 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sun, 1 Dec 2013 21:05:51 +0200 Subject: [PATCH] Run post-image-creation job on master 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 --- jobs/post-image-creation/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/post-image-creation/config.xml b/jobs/post-image-creation/config.xml index bb659dc..fea92fb 100644 --- a/jobs/post-image-creation/config.xml +++ b/jobs/post-image-creation/config.xml @@ -24,7 +24,7 @@ - imager + master false false false -- 2.7.4