Re: [PATCH 1/1] ci: restrict concurrency

2022-06-23 Thread David Marchand
On Thu, Feb 3, 2022 at 10:44 PM Thomas Monjalon wrote: > > 03/02/2022 21:21, Aaron Conole: > > Thomas Monjalon writes: > > > > > Aaron, David, > > > Please could you review this patch? > > > Thanks > > > > > > 13/01/2022 13:41, Josh Soref: > > >> On Thu, Jan 13, 2022, 6:42 AM Thomas Monjalon >

Re: [PATCH 1/1] ci: restrict concurrency

2022-02-03 Thread Thomas Monjalon
03/02/2022 21:21, Aaron Conole: > Thomas Monjalon writes: > > > Aaron, David, > > Please could you review this patch? > > Thanks > > > > 13/01/2022 13:41, Josh Soref: > >> On Thu, Jan 13, 2022, 6:42 AM Thomas Monjalon wrote: > >> > >> > Hi, > >> > > >> > The explanation should be in the patch,

Re: [PATCH 1/1] ci: restrict concurrency

2022-02-03 Thread Aaron Conole
Thomas Monjalon writes: > Aaron, David, > Please could you review this patch? > Thanks > > 13/01/2022 13:41, Josh Soref: >> On Thu, Jan 13, 2022, 6:42 AM Thomas Monjalon wrote: >> >> > Hi, >> > >> > The explanation should be in the patch, not the cover letter. >> > Actually, you don't need a co

Re: [PATCH 1/1] ci: restrict concurrency

2022-02-02 Thread Thomas Monjalon
Aaron, David, Please could you review this patch? Thanks 13/01/2022 13:41, Josh Soref: > On Thu, Jan 13, 2022, 6:42 AM Thomas Monjalon wrote: > > > Hi, > > > > The explanation should be in the patch, not the cover letter. > > Actually, you don't need a cover letter for a single patch. > > Copyin

Re: [PATCH 1/1] ci: restrict concurrency

2022-01-13 Thread Josh Soref
On Thu, Jan 13, 2022, 6:42 AM Thomas Monjalon wrote: > Hi, > > The explanation should be in the patch, not the cover letter. > Actually, you don't need a cover letter for a single patch. > Copying it here: > " > dpdk is fairly expensive to build in GitHub. > > It's helpful to abandon old builds a

Re: [PATCH 1/1] ci: restrict concurrency

2022-01-13 Thread Thomas Monjalon
Hi, The explanation should be in the patch, not the cover letter. Actually, you don't need a cover letter for a single patch. Copying it here: " dpdk is fairly expensive to build in GitHub. It's helpful to abandon old builds as soon as there's a new build waiting instead of wasting resources on t

[PATCH 1/1] ci: restrict concurrency

2022-01-11 Thread Josh Soref
Signed-off-by: Josh Soref --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf997d6..a171d430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,9 @@ defaults