summaryrefslogtreecommitdiff
path: root/.github/workflows/package-smoketest.yml
AgeCommit message (Collapse)Author
2024-09-15GitHub: T6494: add TPM tests to ISO integration workflowChristian Breunig
2024-08-05GitHub: T6560: checkout pull request HEAD commit instead of merge commitChristian Breunig
2024-07-29T6560: action must be run on forked repoChristian Breunig
n order to properly build and test the code that is to be "merged in", we need to run this action on the source branch of the PR (pull_request) and not the target branch of the PR (pull_request_target)
2024-07-07T6560: added workflow trigger path restrictions (#3799)Vijayakumar A
2024-07-05Merge pull request #3789 from c-po/github-action-buildChristian Breunig
GitHub: T6494: do not use 0/null value to mark build succeed
2024-07-05GitHub: T6494: do not use 0/null value to mark build succeedChristian Breunig
GitHub performs loose equality comparisons. If the types do not match, GitHub coerces the type to a number. GitHub casts data types to a number using these conversions: https://docs.github.com/en/actions/learn-github-actions/expressions
2024-07-05T6556: workflow trigger branches cleanupVijayakumar A
2024-07-02GitHub: T6494: add consolidated ISO test result comment on PR (#3750)Christian Breunig
2024-06-26GitHub: T6494: bugfix on checkout, use the PR repo/branch over the upstreamChristian Breunig
2024-06-26GitHub: T6494: add GITHUB_TOKEN environment variableChristian Breunig
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.