* [PATCH] ci: point at GitHub mirror.
@ 2025-03-04 15:50 David Marchand
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-03-04 15:50 UTC | newest]
Thread overview: (only message) (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
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).