Skip to content

Draft: libs/sut_installation: Generalize recording of install commands [testing-farm branch]

Again this has to go against testing-farm branch, as tmt-reproducer.sh isn't a thing on main. But I sent MR !287 (merged) against main with the bits that do apply, to reduce the delta.

  • Record COPR install commands: MR !287 (merged)
  • Simpilify and fix generated koji commands in tmt-reproducer.sh: These either need set +e, or commands need || true. Let's do this in main first: MR !294 (merged)
  • Fix interaction with COPR module, currently last one wins; don't use a shared function for that; MR !299 (merged)
  • Rebase the above into the testing-farm branch: MR !323 (closed)
  • Rebase this MR to only contain the additional unit tests for TMT
  • Add test for a TMT koji run and expected reproducer
Edited by Martin Pitt

Merge request reports