[PATCH] ci: point at GitHub mirror.
Aaron Conole
aconole at redhat.com
Wed Mar 5 15:59:10 CET 2025
David Marchand <david.marchand at redhat.com> writes:
> We face some random failures accessing dpdk.org git when running GHA.
> Point at GitHub hosted mirror.
>
> Cc: stable at dpdk.org
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
Thanks - this change makes a lot of sense to me. I was going to say we
can use the ``GITHUB_REPOSITORY`` variable, but the problem with that is
that it will pull references to the local users repo instead. I guess
there isn't actually a good reference to a 'source of truth' that is
predefined.
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 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:
More information about the stable
mailing list