
12 Jan
2022
12 Jan
'22
11:05 p.m.
On Tue, Jan 11, 2022 at 07:14:28PM -0500, Tom Rini wrote:
Follow what we do in GitLab CI where we break the jobs up in to stages such that if earlier and often quicker sanity tests fail we don't run everything else.
Signed-off-by: Tom Rini trini@konsulko.com
.azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
I want to note that in my testing this didn't change the overall run-time of the CI job.
--
Tom