Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-15 | GitHub: T6494: add TPM tests to ISO integration workflow | Christian Breunig | |
2024-08-05 | GitHub: T6560: checkout pull request HEAD commit instead of merge commit | Christian Breunig | |
2024-07-29 | T6560: action must be run on forked repo | Christian 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-07 | T6560: added workflow trigger path restrictions (#3799) | Vijayakumar A | |
2024-07-05 | Merge pull request #3789 from c-po/github-action-build | Christian Breunig | |
GitHub: T6494: do not use 0/null value to mark build succeed | |||
2024-07-05 | GitHub: T6494: do not use 0/null value to mark build succeed | Christian 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-05 | T6556: workflow trigger branches cleanup | Vijayakumar A | |
2024-07-02 | GitHub: T6494: add consolidated ISO test result comment on PR (#3750) | Christian Breunig | |
2024-06-26 | GitHub: T6494: bugfix on checkout, use the PR repo/branch over the upstream | Christian Breunig | |
2024-06-26 | GitHub: T6494: add GITHUB_TOKEN environment variable | Christian Breunig | |
2024-06-27 | T6520: added PR write permissions for smoke test workflow | Vijayakumar A | |
2024-06-24 | GitHub: T6494: add PR comment steps | Christian Breunig | |
2024-06-24 | GitHub: T6494: add individual job timeouts | Christian Breunig | |
2024-06-24 | GitHub: T6494: add support for circinus branch | Christian Breunig | |
2024-06-22 | GitHub: T6494: add workflow to build custom ISO for integration tests | Christian 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. |