Nelson Chen
|
ba5849026d
|
Use Azure Pipelines itself to generate and run test matrix from Python script
Instead of having to run a script on the developer's system and then committing the result, Azure Pipelines itself can run a modification of that script and reuse the variable it sets in later steps to determine the test matrices.
Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#multi-configuration
With this, `/azure-pipelines.yml` no longer needs to be treated like a committed generated artifact!
Closes #30.
|
2019-06-01 16:47:53 -07:00 |
|