Since Test Lab can run arbitrary Cloud Functions on test completion, it would be useful to trigger test runs without waiting for the test matrix execution to complete.
This could be done by splitting TestLabTask into one that triggers the run, and another that monitors for completion and downloads artifacts.
Since Test Lab can run arbitrary Cloud Functions on test completion, it would be useful to trigger test runs without waiting for the test matrix execution to complete.
This could be done by splitting
TestLabTaskinto one that triggers the run, and another that monitors for completion and downloads artifacts.