Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !2569

CI tests use only:changes

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:ci_tests_use_only_changes into master Oct 31, 2019
  • Overview 65
  • Commits 1
  • Pipelines 53
  • Changes 3

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.


Marked as WIP because I probably forgot to list some paths.

I would have preferred to be able to find a way to tell gitlab something like "do not run the tests if the changes are limited to src/gallium/drivers/radeonsi" (and other not-yet-tested drivers) but I couldn't figure out how to do that.

Cons:

  • listing the files triggering tests because it's easy to forgot some

Pros:

  • stop wasting CI resources on not needed tests

Thoughts?

Edited Mar 02, 2020 by Pierre-Eric Pelloux-Prayer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_tests_use_only_changes