Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | prefer subprocess.call over subprocess.run | Helmut Grohne | |
Avoid pylint complaining and we don't need the CompletedProcess object. | |||
2021-05-27 | add new field .output.artifacts to schema | Helmut Grohne | |
Using the field you can specify an ORed set of positive glob-style patterns for artifacts to retain in the .output.directory. It defaults to including all artifacts. |