https://bugzilla.wikimedia.org/show_bug.cgi?id=69443
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Antoine "hashar" Musso <[email protected]> --- I have changed the sudo policy for the jenkins-deploy user at https://wikitech.wikimedia.org/wiki/Special:NovaSudoer to keep the ARCH environment variable: - env_keep+="DEB_* DIST" + env_keep+="DEB_*" +env_keep+=DIST +env_keep+=ARCH I had to have each env variable listed on its own line due to a bug somewhere in the chain between wikitech and LDAP :-] I have manually retriggered the job in Jenkins and it seems to be working https://integration.wikimedia.org/ci/job/labs-toollabs-debian-glue/75/console You can probably have it run again by commenting in Gerrit 'recheck'. Else send a new patchset by amending the commit summary. I also enabled the sudo policy on all host of the 'integration' labs project. So I guess we are fine now :-] Thank you to have filled a bug. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
