diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-06 08:49:56 -0700 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-10 14:50:14 +0000 |
commit | 6397dff6d77213e7a6b964ac4b4200965ee092c5 (patch) | |
tree | ba652f2f9ebb5f6043f05f88787410cb83a52252 /.gitlab-ci/lava-deqp.yml.jinja2 | |
parent | 8a168683d04c51b4df1df8fe0ca72ed8e4fa1c87 (diff) |
gitlab-ci/lava: Test Lima driver with dEQP
Run dEQP on boards with Mali 400 and 450 in Baylibre's lab.
There's lots of skipped tests because of crashes and undetermined
behavior. May be a good idea to run the tests with valgrind and fix any
issues found.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Vasily Khoruzhick <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Diffstat (limited to '.gitlab-ci/lava-deqp.yml.jinja2')
-rw-r--r-- | .gitlab-ci/lava-deqp.yml.jinja2 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitlab-ci/lava-deqp.yml.jinja2 b/.gitlab-ci/lava-deqp.yml.jinja2 index bd456d2d9c2..2c295859b97 100644 --- a/.gitlab-ci/lava-deqp.yml.jinja2 +++ b/.gitlab-ci/lava-deqp.yml.jinja2 @@ -1,5 +1,5 @@ -job_name: panfrost-deqp-{{ gpu_version }} -device_type: {{ device_type }} +job_name: mesa-deqp-{{ gpu_version }} +device_type: {{ lava_device_type }} timeouts: job: minutes: 40 @@ -17,8 +17,9 @@ actions: to: tftp kernel: url: {{ base_artifacts_url }}/{{ kernel_image_name }} + {{ kernel_image_type }} ramdisk: - url: {{ base_artifacts_url }}/panfrost-rootfs-{{ arch }}.cpio.gz + url: {{ base_artifacts_url }}/lava-rootfs-{{ arch }}.cpio.gz compression: gz dtb: url: {{ base_artifacts_url }}/{{ device_type }}.dtb @@ -26,7 +27,7 @@ actions: - boot: timeout: minutes: 5 - method: depthcharge + method: {{ boot_method }} commands: ramdisk prompts: - '#' @@ -57,4 +58,4 @@ actions: pattern: '(?P<test_case_id>\S*):\s+(?P<result>(pass|fail))' from: inline name: deqp - path: inline/lava-deqp.yaml + path: inline/mesa-deqp.yaml |