Subramanya Sastry has uploaded a new change for review. https://gerrit.wikimedia.org/r/268326
Change subject: parsoid-vd-client: Add missing PATH environment var to script ...................................................................... parsoid-vd-client: Add missing PATH environment var to script Change-Id: Ifeea9cc1fa68dffb130815a6ea9283aee87aa1c9 --- M modules/testreduce/files/parsoid-vd-client.systemd.service 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/26/268326/1 diff --git a/modules/testreduce/files/parsoid-vd-client.systemd.service b/modules/testreduce/files/parsoid-vd-client.systemd.service index 3a587b5..b53f23c 100644 --- a/modules/testreduce/files/parsoid-vd-client.systemd.service +++ b/modules/testreduce/files/parsoid-vd-client.systemd.service @@ -5,6 +5,8 @@ [Service] User=testreduce Group=testreduce + +Environment=PATH=/srv/visualdiff/node_modules/phantomjs/bin:/sbin:/usr/sbin:/bin:/usr/bin WorkingDirectory=/srv/testreduce/client ExecStart=/usr/bin/nodejs rtclient-cluster.js -c 4 /etc/testreduce/parsoid-vd-client.config.js StandardOutput=journal -- To view, visit https://gerrit.wikimedia.org/r/268326 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifeea9cc1fa68dffb130815a6ea9283aee87aa1c9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
