Skip to content

Reproducing PR Testing Errors (the easy way)

Jonathan Hu edited this page May 22, 2026 · 3 revisions

CI builds can be reproduced locally in a container, thanks to Christian Glusa.

Requirements: Python 3.9+, Podman, CMake

Steps:

  • Check out the branch of the PR locally.

  • Login to the registry:

    podman login registry-ex.sandia.gov
    username: <your gitlab-ex username>
    password: <your password for gitlab-ex>
    
  • Run commonTools/pr_reproducer/reproducer.sh.

Clone this wiki locally