diff options
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 |