Re: [PATCH 1/2] Azure CI: Save pytest output automatically

2023-03-22 Thread Tom Rini
On Tue, Feb 28, 2023 at 03:28:48PM -0500, Tom Rini wrote: > Enable use of the python-azurepipelines package which provides automatic > formatting and uploading of the pytest output. > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc

Re: [PATCH 1/2] Azure CI: Save pytest output automatically

2023-03-01 Thread Simon Glass
On Tue, 28 Feb 2023 at 13:29, Tom Rini wrote: > > Enable use of the python-azurepipelines package which provides automatic > formatting and uploading of the pytest output. > > Signed-off-by: Tom Rini > --- > .azure-pipelines.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed

[PATCH 1/2] Azure CI: Save pytest output automatically

2023-02-28 Thread Tom Rini
Enable use of the python-azurepipelines package which provides automatic formatting and uploading of the pytest output. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f6609bb