DPDK CI discussions
 help / color / mirror / Atom feed
* 21.11-staging CI run
@ 2023-04-05 12:36 Kevin Traynor
  2023-04-05 14:22 ` Kevin Traynor
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Traynor @ 2023-04-05 12:36 UTC (permalink / raw)
  To: ci
  Cc: Patrick Robb, Lincoln Lavoie, Jeremy Spewock, Aaron Conole,
	David Marchand

Hi,

I noticed that 21.11-staging was not kicking off CI the last 2-3 times I 
pushed to it.

It may have been caused by the recent github key change?

That is resolved now for dpdk.org -> github replication and I pushed 
today, but I still didn't see any CI run started.

I'm not sure if 21.11-staging is monitoring dpdk.org or github, and also 
has an issue with keys, or if there is some other issue.

Could someone take a look and check?

thanks,
Kevin.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 21.11-staging CI run
  2023-04-05 12:36 21.11-staging CI run Kevin Traynor
@ 2023-04-05 14:22 ` Kevin Traynor
  2023-04-05 15:26   ` Patrick Robb
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Traynor @ 2023-04-05 14:22 UTC (permalink / raw)
  To: ci
  Cc: Patrick Robb, Lincoln Lavoie, Jeremy Spewock, Aaron Conole,
	David Marchand

On 05/04/2023 13:36, Kevin Traynor wrote:
> Hi,
> 
> I noticed that 21.11-staging was not kicking off CI the last 2-3 times I
> pushed to it.
> 
> It may have been caused by the recent github key change?
> 
> That is resolved now for dpdk.org -> github replication and I pushed
> today, but I still didn't see any CI run started.
> 
> I'm not sure if 21.11-staging is monitoring dpdk.org or github, and also
> has an issue with keys, or if there is some other issue.
> 
> Could someone take a look and check?
> 

Update, I see some tests running on 21.11-staging now. Not sure if it 
was just a delay after my push earlier, or someone updated something - 
if so, thanks!

> thanks,
> Kevin.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 21.11-staging CI run
  2023-04-05 14:22 ` Kevin Traynor
@ 2023-04-05 15:26   ` Patrick Robb
  2023-04-05 16:13     ` Kevin Traynor
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Robb @ 2023-04-05 15:26 UTC (permalink / raw)
  To: Kevin Traynor
  Cc: ci, Lincoln Lavoie, Jeremy Spewock, Aaron Conole, David Marchand

[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]

Hi Kevin,

We do use the Github mirror for the stable branches. However, the Github
key change is not relevant here because we use https for our git operations
on the stable branches.

This morning when you pushed to 21.11-staging, our system timed out when
checking out to your commit. Just to check that the issue was reproducible,
I reran the pipeline, and this time the checkout completed fine and a full
series of tests was kicked off for 21.11-staging. I'm not sure if git was
in a bad state or what, but I'm trying to find out more.

Also, the scatter test failure you see on the 21.11-staging results is an
infra issue on our side which is now resolved, and a rerun for that scatter
test is put in so that will be corrected soon.

On Wed, Apr 5, 2023 at 10:23 AM Kevin Traynor <ktraynor@redhat.com> wrote:

> On 05/04/2023 13:36, Kevin Traynor wrote:
> > Hi,
> >
> > I noticed that 21.11-staging was not kicking off CI the last 2-3 times I
> > pushed to it.
> >
> > It may have been caused by the recent github key change?
> >
> > That is resolved now for dpdk.org -> github replication and I pushed
> > today, but I still didn't see any CI run started.
> >
> > I'm not sure if 21.11-staging is monitoring dpdk.org or github, and also
> > has an issue with keys, or if there is some other issue.
> >
> > Could someone take a look and check?
> >
>
> Update, I see some tests running on 21.11-staging now. Not sure if it
> was just a delay after my push earlier, or someone updated something -
> if so, thanks!
>
> > thanks,
> > Kevin.
>
>

-- 

Patrick Robb

Technical Service Manager

UNH InterOperability Laboratory

21 Madbury Rd, Suite 100, Durham, NH 03824

www.iol.unh.edu

[-- Attachment #2: Type: text/html, Size: 4233 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 21.11-staging CI run
  2023-04-05 15:26   ` Patrick Robb
@ 2023-04-05 16:13     ` Kevin Traynor
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Traynor @ 2023-04-05 16:13 UTC (permalink / raw)
  To: Patrick Robb
  Cc: ci, Lincoln Lavoie, Jeremy Spewock, Aaron Conole, David Marchand

On 05/04/2023 16:26, Patrick Robb wrote:
> Hi Kevin,
> 

Hi Patrick,

> We do use the Github mirror for the stable branches. However, the Github
> key change is not relevant here because we use https for our git operations
> on the stable branches.
> 
> This morning when you pushed to 21.11-staging, our system timed out when
> checking out to your commit. Just to check that the issue was reproducible,
> I reran the pipeline, and this time the checkout completed fine and a full
> series of tests was kicked off for 21.11-staging. I'm not sure if git was
> in a bad state or what, but I'm trying to find out more.
> 

ok, cool. It might be just a once off, I haven't seen that in the past. 
As a workaround, I can force push as it's a staging branch to re-trigger 
if it occurs again.

> Also, the scatter test failure you see on the 21.11-staging results is an
> infra issue on our side which is now resolved, and a rerun for that scatter
> test is put in so that will be corrected soon.
> 

Thanks for letting me know. I noticed that and saw that I hadn't pushed 
new Bcm patches, so figured it was an test/infra issue.

thanks,
Kevin.

> On Wed, Apr 5, 2023 at 10:23 AM Kevin Traynor <ktraynor@redhat.com> wrote:
> 
>> On 05/04/2023 13:36, Kevin Traynor wrote:
>>> Hi,
>>>
>>> I noticed that 21.11-staging was not kicking off CI the last 2-3 times I
>>> pushed to it.
>>>
>>> It may have been caused by the recent github key change?
>>>
>>> That is resolved now for dpdk.org -> github replication and I pushed
>>> today, but I still didn't see any CI run started.
>>>
>>> I'm not sure if 21.11-staging is monitoring dpdk.org or github, and also
>>> has an issue with keys, or if there is some other issue.
>>>
>>> Could someone take a look and check?
>>>
>>
>> Update, I see some tests running on 21.11-staging now. Not sure if it
>> was just a delay after my push earlier, or someone updated something -
>> if so, thanks!
>>
>>> thanks,
>>> Kevin.
>>
>>
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-05 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 12:36 21.11-staging CI run Kevin Traynor
2023-04-05 14:22 ` Kevin Traynor
2023-04-05 15:26   ` Patrick Robb
2023-04-05 16:13     ` Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).