Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/72086


Change subject: contint: migrate qunit jobs to Jenkins slaves
......................................................................

contint: migrate qunit jobs to Jenkins slaves

The qunit scripts will run as user jenkins-slave when tied to the
Jenkins Slaves. That needs us to tweak permissions of
/srv/localhost/qunit.

bug: 50231
Change-Id: I906908535b13b9cebe3efc11f26915cf17a3b8e9
---
M modules/contint/manifests/website.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/72086/1

diff --git a/modules/contint/manifests/website.pp 
b/modules/contint/manifests/website.pp
index 8c830fa..634783a 100644
--- a/modules/contint/manifests/website.pp
+++ b/modules/contint/manifests/website.pp
@@ -81,8 +81,8 @@
   file { '/srv/localhost/qunit':
     ensure => directory,
     mode   => '0775',
-    owner  => 'jenkins',
-    group  => 'jenkins',
+    owner  => 'jenkins-slave',
+    group  => 'jenkins-slave',
   }
 
   # Apache configuration for a virtual host on localhost

-- 
To view, visit https://gerrit.wikimedia.org/r/72086
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I906908535b13b9cebe3efc11f26915cf17a3b8e9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to