This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squadutilslib: Add get_reproducer_from_testrun
Add get_reproducer_from_testrun to allow downloading and returning of a reproducer from a given testrun ID. This function downloads the reproducer for the given testrun to a provided filename. The optional `local` flag can be provided to download the tuxmake or tuxrun reproducer command rather than the tuxsuite reproducer command. This function will be used in a script to download the reproducer file for a build or test from a TestRun, which is useful for reproducing builds and tests. Update get_reproducer to use the get_reproducer_from_testrun function to download the reproducer from the testrun. Signed-off-by: Katie Worton <[email protected]>
- Loading branch information
1 parent
7036d3f
commit c602628
Showing
1 changed file
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters