panfrost/ci: Print load stats
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 20 Aug 2019 08:56:23 +0000 (10:56 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Wed, 21 Aug 2019 14:41:56 +0000 (16:41 +0200)
To help make sure we are running tests in the ideal number of threads,
print load stats to make obvious when there's a problem with
utilization.

This will be specially useful when we run tests on a wider variety of
devices.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2

index 56cbdf913f46b53ee092e6e16ecdaf3bef522cfb..a04da3e182ecc93b91caa5b34cded03503b20812 100644 (file)
@@ -53,6 +53,7 @@ actions:
           - echo 3 > /proc/sys/kernel/printk
           - echo performance > /sys/devices/platform/ff9a0000.gpu/devfreq/devfreq0/governor
           - sh /deqp/deqp-runner.sh
+          - cat /proc/loadavg
         parse:
           pattern: '(?P<test_case_id>\S*):\s+(?P<result>(pass|fail))'
       from: inline