DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ci: point at GitHub mirror.
@ 2025-03-04 15:50 David Marchand
  2025-03-04 21:57 ` Patrick Robb
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2025-03-04 15:50 UTC (permalink / raw)
  To: dev; +Cc: stable, Aaron Conole, Michael Santana

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

Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@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 183b0b1999..e98a60a852 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,7 +11,7 @@ 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: v24.11
 
 jobs:
-- 
2.48.1


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

end of thread, other threads:[~2025-03-04 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-04 15:50 [PATCH] ci: point at GitHub mirror David Marchand
2025-03-04 21:57 ` Patrick Robb

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).