diff options
author | Vignesh Raman <vignesh.raman@collabora.com> | 2023-12-07 14:48:25 +0530 |
---|---|---|
committer | Helen Koike <helen.koike@collabora.com> | 2023-12-13 15:18:28 -0300 |
commit | 7879c158a153f1cd113640c5644260cb1f619c35 (patch) | |
tree | 506d319fbc2f146211d800dc488f3e7fc2868d54 /drivers/gpu/drm/ci/test.yml | |
parent | 257893829a7f077153f437fe8b0d56f74251ad31 (diff) |
drm: ci: Enable new jobs
Enable the following jobs, as the issues noted in the
TODO comments have been resolved. This will ensure that these jobs
are now included and executed as part of the CI/CD pipeline.
msm:apq8016:
TODO: current issue: it is not fiding the NFS root.
mediatek:mt8173:
TODO: current issue: device is hanging.
virtio_gpu:none:
TODO: current issue: malloc(): corrupted top size.
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231207091831.660054-5-vignesh.raman@collabora.com
Diffstat (limited to 'drivers/gpu/drm/ci/test.yml')
-rw-r--r-- | drivers/gpu/drm/ci/test.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml index 4af10f0ff82d..e0fdc55c9b69 100644 --- a/drivers/gpu/drm/ci/test.yml +++ b/drivers/gpu/drm/ci/test.yml @@ -108,9 +108,6 @@ msm:apq8016: RUNNER_TAG: google-freedreno-db410c script: - ./install/bare-metal/fastboot.sh - rules: - # TODO: current issue: it is not fiding the NFS root. Fix and remove this rule. - - when: never msm:apq8096: extends: @@ -280,9 +277,6 @@ mediatek:mt8173: DEVICE_TYPE: mt8173-elm-hana GPU_VERSION: mt8173 RUNNER_TAG: mesa-ci-x86-64-lava-mt8173-elm-hana - rules: - # TODO: current issue: device is hanging. Fix and remove this rule. - - when: never mediatek:mt8183: extends: @@ -340,6 +334,3 @@ virtio_gpu:none: - debian/x86_64_test-gl - testing:x86_64 - igt:x86_64 - rules: - # TODO: current issue: malloc(): corrupted top size. Fix and remove this rule. - - when: never
\ No newline at end of file |