summaryrefslogtreecommitdiff
path: root/.github/config
AgeCommit message (Collapse)Author
2026-06-02ci: T8943: complete current->rolling branch-ref migration (rollout 1c follow-up)Yuriy Andamasov
Rollout 1c PR #5241 renamed the default branch current->rolling and updated the 7 workflow files, but missed two files that still referenced the old branch name: - .github/config/smoketest-branches.json: the branch config is keyed by github.ref_name. package-smoketest.yml already triggers on `rolling`, then looks up `.branches["rolling"]`, which returned null -> the workflow errored out ("No smoketest configuration found for branch 'rolling'") on every push and PR to the rolling branch. Rename the key current->rolling. The entry's vyos_mirror and container_image are also moved to the now-canonical `rolling` release stream (packages.vyos.net/repositories/rolling/, vyos/vyos-build:rolling -- both live; the rolling docker tag is actively rebuilt while `current` froze at 2026-03-27), matching the self-consistent circinus/sagitta entries where key == mirror == image == branch name. - .github/PULL_REQUEST_TEMPLATE.md: two github.com/vyos/vyos-1x/{blob,tree}/current/ links repointed to /rolling/ (the default branch). A full-repo scan confirmed no other current->rolling git-branch references remain; all other "current" occurrences are the VyOS release-stream/version/ config vocabulary and are intentionally left unchanged. 🤖 Generated by [robots](https://vyos.io)
2026-03-26T8437: Use self-hosted runners for smoketestsAndrii Klymenko
Add the configuration parameters required to specify self-hosted smoketests runners.
2026-01-01T8100: smoke test workflow fixed whitespace handling with jsonkumvijaya
2025-12-30T8100: Refactor smoke test workflows for GitHub's pull_request_target policy ↵kumvijaya
change T8100: refactored smoke test workflow T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: fixed review comments on smoke test refactoring T8100: smoketest refactoring syntax errors fixed T8100: fixed review comments on smoke test refactoring T8100: smoketest refactoring review comments fixed T8100: smoketest workflofw fixed copilot review comments T8100: smoketest workflofw fixed copilot review comments