Hashar has uploaded a new change for review.

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

Change subject: contint: disable hhvm stacktraces / map
......................................................................

contint: disable hhvm stacktraces / map

HHVM fills /tmp with a bunch of perf-%d.map files. They are stacktraces
we don't care about for CI.

Set Eval.PerfPidMap = false

Bug: T64788
Change-Id: If60a2c4c92f501b8f41580907314d2f58815804b
---
M modules/contint/manifests/hhvm.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/35/195035/1

diff --git a/modules/contint/manifests/hhvm.pp 
b/modules/contint/manifests/hhvm.pp
index 277167b..c8f17d9 100644
--- a/modules/contint/manifests/hhvm.pp
+++ b/modules/contint/manifests/hhvm.pp
@@ -6,6 +6,9 @@
         # defined in the global Jenkins configuration and vary per build thanks
         # to $WORKSPACE.
         cli_settings => {
+            eval  => {
+                perfPidMap => false,
+            },
             hhvm => {
                 repo  => {
                     central => { path => '' },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If60a2c4c92f501b8f41580907314d2f58815804b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to