Skip to content

radeonsi/ci: make the running script easy to use

Marek Olšák requested to merge mareko/mesa:fool-proof-runner into main

Changes:

  • No path parameters are needed to run all tests.
  • All test results are stored next to cloned repos instead of /tmp. This is a personal preference, though not necessary.

The new setup guide is going to be:

  • mesa, piglit, deqp, and glcts directories must be next to each other.
  • Add PATH=$HOME/?/mesa/src/gallium/drivers/radeonsi/ci:$PATH into .bashrc. Replace ? with the proper path.
  • Install Rust, which will include its package manager Cargo: https://www.rust-lang.org/tools/install
    • The installer will add the Cargo environment into .bashrc, which will add cargo into PATH.
  • Restart bash to get the new PATH.
  • Run: cargo install deqp-runner

The parameters setting the various paths won't be explained to keep the guide short.

The path parameters and env vars can be removed if everybody stops using them after this.

Merge request reports