Skip to content

fix: a unreproducable weird bug triggered when running perf inside jenkins

Christoph Hasse requested to merge fix_jenkins_flamy_bug into master

Not sure what exactly is going on but when running the jobs from jenkins the job would crash, while running manually on lbhltperf01 worked.

  1. specify input explicitly to avoid this bug
  2. move to Popen().wait() to avoid not sending any reply etc, just because the flamegraph part failed.

cc @maszyman

Merge request reports