diff options
author | Tomeu Vizoso <[email protected]> | 2019-11-18 11:17:39 +0100 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-11-19 15:39:13 +0100 |
commit | 2941a734a0242bbc3046be65f548d5639e95b167 (patch) | |
tree | 17e676a25a217caa2f0841574284923187e9c555 /.gitlab-ci/lava-deqp.yml.jinja2 | |
parent | 99f0feb9e2ffd3cfb7bba299207e14f3f8b435c7 (diff) |
gitlab-ci: Remove limit on kernel logging
We don't seem to fault any more when running dEQP GLES2, and we don't
scrape serial output any more anyway so no problems should be caused by
that.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-deqp.yml.jinja2')
-rw-r--r-- | .gitlab-ci/lava-deqp.yml.jinja2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/lava-deqp.yml.jinja2 b/.gitlab-ci/lava-deqp.yml.jinja2 index 2c295859b97..3c63921ca11 100644 --- a/.gitlab-ci/lava-deqp.yml.jinja2 +++ b/.gitlab-ci/lava-deqp.yml.jinja2 @@ -51,7 +51,6 @@ actions: - mount -t devtmpfs none /dev - mkdir -p /dev/pts - mount -t devpts devpts /dev/pts - - echo 3 > /proc/sys/kernel/printk - sh /deqp/lava-deqp-runner.sh {{ gpu_version }} - cat /proc/loadavg parse: |