summaryrefslogtreecommitdiff
path: root/.github/workflows/package-smoketest.yml
AgeCommit message (Collapse)Author
2024-06-27T6520: added PR write permissions for smoke test workflowVijayakumar A
2024-06-24GitHub: T6494: add PR comment stepsChristian Breunig
2024-06-24GitHub: T6494: add individual job timeoutsChristian Breunig
2024-06-24GitHub: T6494: add support for circinus branchChristian Breunig
2024-06-22GitHub: T6494: add workflow to build custom ISO for integration testsChristian Breunig
For every PR we will build the vyos-1x package and include it in a custom build of the VyOS ISO image (generic flavor) in order to execute the commonly available smoketests: - make test (CLI smoketests) - make testc (config load & migration tests) - make testraid (Installation of RAID1 system with disk replacement) This is a measure agains merged PRs that break the smoketests in the end.