From: Tomeu Vizoso Date: Tue, 20 Aug 2019 08:56:23 +0000 (+0200) Subject: panfrost/ci: Print load stats X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4109a2f612b25aeb7fbe7406c92df33409c9aab7;p=mesa.git panfrost/ci: Print load stats 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 Reviewed-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 index 56cbdf913f4..a04da3e182e 100644 --- a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 +++ b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 @@ -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\S*):\s+(?P(pass|fail))' from: inline