patch 'ci: point at GitHub mirror' has been queued to stable release 24.11.2

Kevin Traynor ktraynor at redhat.com
Fri Mar 7 13:47:15 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/12/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20

Thanks.

Kevin

---
>From 144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 4 Mar 2025 16:48:43 +0100
Subject: [PATCH] ci: point at GitHub mirror

[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]

We faced some random failures accessing dpdk.org git when running GHA.
Point at GitHub hosted mirror.

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Aaron Conole <aconole at redhat.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd71805168..04c0404d3a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,5 +12,5 @@ defaults:
 env:
   REF_GIT_BRANCH: main
-  REF_GIT_REPO: https://dpdk.org/git/dpdk
+  REF_GIT_REPO: https://github.com/DPDK/dpdk
   REF_GIT_TAG: none
 
-- 
2.48.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-03-07 11:02:58.434317233 +0000
+++ 0042-ci-point-at-GitHub-mirror.patch	2025-03-07 11:02:56.922859814 +0000
@@ -1 +1 @@
-From 860019bd4c804cba4265dfe007fa5b9b282f5fcc Mon Sep 17 00:00:00 2001
+From 144a7f91b8aa9dba44bc2d6b8d4cb385faadcd20 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 860019bd4c804cba4265dfe007fa5b9b282f5fcc ]
+
@@ -9,2 +10,0 @@
-Cc: stable at dpdk.org
-
@@ -18 +18 @@
-index 183b0b1999..e98a60a852 100644
+index cd71805168..04c0404d3a 100644
@@ -26 +26 @@
-   REF_GIT_TAG: v24.11
+   REF_GIT_TAG: none



More information about the stable mailing list