Skip to content

gitlab-ci: only run test on tested drivers changes

Pierre-Eric Pelloux-Prayer requested to merge only_run_test into master

For now tests only use these drivers:

  • llvmpipe
  • softpipe
  • freedreno
  • lima
  • etnaviv
  • panfrost

So using only:changes gitlab feature to run the tests when the changes made are potentially affecting these drivers.

Merge request reports