Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-08-17 Thread Simon Glass
Hi Tom, On Thu, 27 Jul 2023 at 14:35, Tom Rini wrote: > > On Thu, Jul 27, 2023 at 01:18:12PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Sun, 16 Jul 2023 at 12:18, Tom Rini wrote: > > > > > > On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Thu

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-27 Thread Tom Rini
On Thu, Jul 27, 2023 at 01:18:12PM -0600, Simon Glass wrote: > Hi Tom, > > On Sun, 16 Jul 2023 at 12:18, Tom Rini wrote: > > > > On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote: > > > > > > > > On Thu, Jul 13, 20

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-27 Thread Simon Glass
Hi Tom, On Sun, 16 Jul 2023 at 12:18, Tom Rini wrote: > > On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote: > > > > > > On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-20 Thread Tom Rini
On Tue, Jul 11, 2023 at 10:33:03PM -0400, Tom Rini wrote: > It is not uncommon for some of the QEMU-based jobs to fail not because > of a code issue but rather because of a timing issue or similar problem > that is out of our control. Make use of the keywords that Azure and > GitLab provide so tha

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-16 Thread Tom Rini
On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote: > > > > On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote: > > > > > > > > On Wed, Jul 12, 20

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-15 Thread Simon Glass
Hi Tom, On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote: > > On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote: > > > > > > On Wed, Jul 12, 2023 at 02:32:18PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-13 Thread Tom Rini
On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote: > > > > On Wed, Jul 12, 2023 at 02:32:18PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote: > > > > > > > > On Wed, Jul 12, 20

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-13 Thread Simon Glass
Hi Tom, On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote: > > On Wed, Jul 12, 2023 at 02:32:18PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote: > > > > > > On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Tue

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-12 Thread Tom Rini
On Wed, Jul 12, 2023 at 02:32:18PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote: > > > > On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote: > > > > > > > > It is not uncommon

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-12 Thread Simon Glass
Hi Tom, On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote: > > On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote: > > > > > > It is not uncommon for some of the QEMU-based jobs to fail not because > > > of a code issue but ra

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-12 Thread Tom Rini
On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote: > > > > It is not uncommon for some of the QEMU-based jobs to fail not because > > of a code issue but rather because of a timing issue or similar problem > > that is out of ou

Re: [PATCH] CI: Add automatic retry for test.py jobs

2023-07-12 Thread Simon Glass
Hi Tom, On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote: > > It is not uncommon for some of the QEMU-based jobs to fail not because > of a code issue but rather because of a timing issue or similar problem > that is out of our control. Make use of the keywords that Azure and > GitLab provide so that