From 3e80d2422b5fe4439ac224d2befb3ed50e88e940 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Tue, 14 Oct 2025 10:44:14 +0000 Subject: [PATCH] T7932: VPP patches have to trigger rebould linux-kernel Changes in the repo vyos-vpp-patches have to trigger a rebuild of linux-kernel instead of vpp. As we use accel-ppp-ng, it starts to build VPP as a dependency. --- .github/workflows/trigger-rebuild-repo-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index 7240d00..8074009 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -37,7 +37,7 @@ jobs: uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current with: branch: ${{ github.ref_name }} - package_name: vpp # We trigger the "vpp" package to rebuild, not "vyos-vpp-patches" + package_name: linux-kernel # We trigger the "linux-kernel" package to rebuild, not "vyos-vpp-patches". T7932 secrets: REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}