Skip to content

T7641: Trigger rebuild VPP binaries if vyos-vpp-patches changed #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2025

Conversation

sever-sever
Copy link
Member

@sever-sever sever-sever commented Jul 18, 2025

Change Summary

Trigger to rebuild vpp binaries if we changed something in our patches

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Other (please describe): CI trigger package rebuild

Related Task(s)

Related PR(s)

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

Trigger to rebuild "vpp" binaries if we changed something in our
patches.
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub workflow to automatically trigger rebuilding of VPP (Vector Packet Processing) binaries when patches are modified in the vyos-vpp-patches repository. The workflow monitors changes to VPP patches and initiates a rebuild of the corresponding VPP package to ensure the binaries reflect the latest patch modifications.

  • Adds automated detection of changes to VPP patches in the patches/vpp/ directory
  • Implements conditional triggering that only rebuilds VPP package when patches are actually modified
  • Integrates with existing reusable workflow infrastructure for package rebuilding
Comments suppressed due to low confidence (1)

.github/workflows/trigger-rebuild-repo-package.yml:37

  • [nitpick] The workflow file name and the reusable workflow being called have the same name 'trigger-rebuild-repo-package.yml'. This could cause confusion. Consider renaming this file to something more specific like 'trigger-vpp-rebuild.yml' to clearly distinguish its purpose.
    uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current

@sever-sever sever-sever merged commit 8eb8058 into vyos:current Jul 20, 2025
1 check passed
@vyosbot vyosbot added mirror-initiated This PR initiated for mirror sync workflow mirror-completed This PR has been mirrored successfully and removed mirror-initiated This PR initiated for mirror sync workflow labels Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mirror-completed This PR has been mirrored successfully
Development

Successfully merging this pull request may close these issues.

4 participants