-
- Downloads
drm: Add initial ci/ subdirectory
Developers can easily execute several tests on different devices by just pushing their branch to their fork in a repository hosted on gitlab.freedesktop.org which has an infrastructure to run jobs in several runners and farms with different devices. There are also other automated tools that uprev dependencies, monitor the infra, and so on that are already used by the Mesa project, and we can reuse them too. Also, store expectations about what the DRM drivers are supposed to pass in the IGT test suite. By storing the test expectations along with the code, we can make sure both stay in sync with each other so we can know when a code change breaks those expectations. Also, include a configuration file that points to the out-of-tree CI scripts. This will allow all contributors to drm to reuse the infrastructure already in gitlab.freedesktop.org to test the driver on several generations of the hardware. Signed-off-by:Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by:
Helen Koike <helen.koike@collabora.com> Acked-by:
Daniel Stone <daniels@collabora.com> Acked-by:
Rob Clark <robdclark@gmail.com> Tested-by:
Rob Clark <robdclark@gmail.com> [sima: Remove top-level empty file test, spotted by sfr] Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20230811171953.176431-1-helen.koike@collabora.com
Showing
- Documentation/gpu/automated_testing.rst 144 additions, 0 deletionsDocumentation/gpu/automated_testing.rst
- Documentation/gpu/index.rst 1 addition, 0 deletionsDocumentation/gpu/index.rst
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/gpu/drm/ci/arm.config 69 additions, 0 deletionsdrivers/gpu/drm/ci/arm.config
- drivers/gpu/drm/ci/arm64.config 199 additions, 0 deletionsdrivers/gpu/drm/ci/arm64.config
- drivers/gpu/drm/ci/build-igt.sh 35 additions, 0 deletionsdrivers/gpu/drm/ci/build-igt.sh
- drivers/gpu/drm/ci/build.sh 157 additions, 0 deletionsdrivers/gpu/drm/ci/build.sh
- drivers/gpu/drm/ci/build.yml 110 additions, 0 deletionsdrivers/gpu/drm/ci/build.yml
- drivers/gpu/drm/ci/check-patch.py 57 additions, 0 deletionsdrivers/gpu/drm/ci/check-patch.py
- drivers/gpu/drm/ci/container.yml 65 additions, 0 deletionsdrivers/gpu/drm/ci/container.yml
- drivers/gpu/drm/ci/gitlab-ci.yml 251 additions, 0 deletionsdrivers/gpu/drm/ci/gitlab-ci.yml
- drivers/gpu/drm/ci/igt_runner.sh 77 additions, 0 deletionsdrivers/gpu/drm/ci/igt_runner.sh
- drivers/gpu/drm/ci/image-tags.yml 15 additions, 0 deletionsdrivers/gpu/drm/ci/image-tags.yml
- drivers/gpu/drm/ci/lava-submit.sh 57 additions, 0 deletionsdrivers/gpu/drm/ci/lava-submit.sh
- drivers/gpu/drm/ci/static-checks.yml 12 additions, 0 deletionsdrivers/gpu/drm/ci/static-checks.yml
- drivers/gpu/drm/ci/test.yml 335 additions, 0 deletionsdrivers/gpu/drm/ci/test.yml
- drivers/gpu/drm/ci/testlist.txt 2912 additions, 0 deletionsdrivers/gpu/drm/ci/testlist.txt
- drivers/gpu/drm/ci/x86_64.config 111 additions, 0 deletionsdrivers/gpu/drm/ci/x86_64.config
- drivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt 19 additions, 0 deletionsdrivers/gpu/drm/ci/xfails/amdgpu-stoney-fails.txt
- drivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt 21 additions, 0 deletionsdrivers/gpu/drm/ci/xfails/amdgpu-stoney-flakes.txt
Loading
Please register or sign in to comment