Skip to content

Remove exception for running on lbhltperf01

Rosen Matev requested to merge rmatev-remove-exception into master

So far input files were manually put on lbhltperf. This is problematic as on every reboot the tmpfs mounts are empty.

The fstab on lbhltperf01 has now

tmpfs /run/throughput/numa0 tmpfs mpol=bind:0,size=8g 0 0
tmpfs /run/throughput/numa1 tmpfs mpol=bind:1,size=8g 0 0

The jobs here are modified to remove the hardcoded paths, such that they will download the inputs as needed.

Edited by Rosen Matev

Merge request reports