Skip to content

Continuous Integration

maddyscientist edited this page Apr 24, 2024 · 1 revision

QUDA at present has a number of CI pipelines that are run for pull requests.

GitHub Actions

  • CUDA (build only)
  • ROCm (build and ctest)

CSCS CI

  • CUDA (build and test)

Jenkins

  • CUDA (build only)

Triggering CI

There is some level of user control for the CI through commenting on PRs, allowing for fine-grained control of CI

  • Jenkins @Jenkins test this please
  • CSCS CI cscs-ci run
Clone this wiki locally