Hi David,

Still the same issue:

git push stable 23.11:23.11-staging --force

Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 300 bytes | 300.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Host key verification failed.
remote: fatal: Could not read from remote repository.
remote:
remote: Please make sure you have the correct access rights
remote: and the repository exists.
To dpdk.org:dpdk-stable.git
 + aa0655d5f1...d51d731102 23.11 -> 23.11-staging (forced update)


Feel free to amend the last patch and force push.


From: David Marchand <david.marchand@redhat.com>
Sent: Wednesday, July 10, 2024 4:35 PM
To: Xueming Li <xuemingl@nvidia.com>
Cc: Patrick Robb <probb@iol.unh.edu>; Cody Cheng <ccheng@iol.unh.edu>; NBU-Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>; ci@dpdk.org <ci@dpdk.org>
Subject: Re: DPDK CI: 23.11-staging not updated
 
Hello,

On Wed, Jul 10, 2024 at 10:23 AM Xueming Li <xuemingl@nvidia.com> wrote:
>
> I did see some error during pushing, but the remote branch updated correctly, so I ignored the message. Here is the complete log:

Ignoring errors is rarely a good thing.

>
> git push stable 23.11:23.11-staging --force
> Enumerating objects: 5, done.
> Counting objects: 100% (5/5), done.
> Delta compression using up to 8 threads
> Compressing objects: 100% (2/2), done.
> Writing objects: 100% (3/3), 300 bytes | 300.00 KiB/s, done.
> Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
> remote: Host key verification failed.
> remote: fatal: Could not read from remote repository.
> remote:
> remote: Please make sure you have the correct access rights
> remote: and the repository exists.

This is the part that pushes to the github mirror.

I updated dpdk.org host keys for github.
Can you retry please?


> To dpdk.org:dpdk-stable.git
>  + fca030545a...aa0655d5f1 23.11 -> 23.11-staging (forced update)


--
David Marchand