| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-31 | chore: T8947: make vyos-nightly-build a true placeholder (drop vestigial ↵ | Yuriy Andamasov | |
| build workflow) (#22) * chore: T8947: make vyos-nightly-build a true placeholder (drop vestigial build workflow) This repository is the release/artifact store for VyOS nightly build images — it receives version.json + tags from the real builder and hosts the published GitHub Releases. It does not perform builds: Actions history shows only `CLA Check` runs, never `nightly-build`, despite the daily cron. - Remove the vestigial `.github/workflows/nightly-build.yml` (never executed here; its scheduled runs produced nothing and the workflow misrepresented the repo's role). - README: drop the build-status badge + "Scheduled VyOS image build" framing, describe the actual artifact/release-host role, and fix a stale post-1c ref (`raw/refs/heads/current/minisign.pub` → `rolling`, which otherwise 404s). Companion to IS-504 / T8947. 🤖 Generated by [robots](https://vyos.io) * docs: T8947: clarify version.json/releases are published here by the external builder Addresses adversarial-review (Gemini) recommendation: make explicit that version.json + GitHub Releases in this placeholder repo are written by the VyOS build infrastructure on each successful nightly build, not produced here. 🤖 Generated by [robots](https://vyos.io) | |||
| 2026-05-31 | ci: T8947: fix current→rolling branch-ref drift in nightly-build (rollout ↵ | Yuriy Andamasov | |
| 1c follow-up) (#21) Rollout 1c (IS-503) renamed this repo's default branch current→rolling but did not edit workflow content. Two job-level guards still gate on the old branch name, so they never fire on `rolling`: - Slack failure-notification job: `github.ref == 'refs/heads/current'` - retag/publish job: `github.ref_name == 'current'` Both now reference `rolling`. Companion to IS-504 / T8947. 🤖 Generated by [robots](https://vyos.io) | |||
| 2026-05-30 | ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#20) | Yuriy Andamasov | |
| Rewrites uses: pins to the three HIGH-fanout producers (vyos/.github, vyos/vyos-cla-signatures, VyOS-Networks/vyos-reusable-workflows) from their old default branch to the new production compat branch staged in Task 1. No functional change; pin-ref rewrite only. Tracking: T8943 | |||
| 2026-05-12 | T8835: pr mirror workflow - revert | Vijayakumar A | |
| 2026-05-10 | T8835: added pr mirror workflow | Vijayakumar A | |
| 2025-07-13 | T7579: fix of the run trigger | Yevhen Bondarenko | |
| 2025-07-04 | T7579: added workflow for CLAcla | lemeshovich | |
| 2025-03-24 | Delete a misplaced command | Daniil Baturin | |
| 2025-03-24 | Try running the nightly build on self-hosted runner | Daniil Baturin | |
| 2025-02-05 | Remove folders from within build artifact ZIP archive | Christian Breunig | |
| 2025-01-31 | Remove proxmox and vmware images | Viacheslav Hletenko | |
| 2025-01-24 | Only build ISO images when running from vyos/vyos-nightly-build repo | Christian Breunig | |
| 2025-01-23 | proxmox: disable smoketest as we have yet no way to insert cloud-init data | Christian Breunig | |
| We can not start smoketests as there is no user created via cloud-init on the system. We need to find a way (e.g. ISO/floppy) with cloud-init data. | |||
| 2025-01-23 | Add vyos-1x-smoketest to VMware and Proxmox imagesflavor | Christian Breunig | |
| 2025-01-13 | Add VMware vSphere and PROXMOX config tests | Christian Breunig | |
| 2025-01-13 | Add VMware vSphere build flavor | Christian Breunig | |
| 2025-01-13 | Add PROXMOX iso build flavor | Christian Breunig | |
| 2025-01-04 | Add manifest.json to build artifacts | Christian Breunig | |
| 2025-01-03 | publish only if triggered from current branch | Christian Breunig | |
| 2025-01-03 | Explicit book checks for input variables did not work | Christian Breunig | |
| 2025-01-02 | Adjust artifact upload path for final release tag | Christian Breunig | |
| 2025-01-02 | Do not use negated input variable checks | Christian Breunig | |
| 2025-01-02 | Place input if statement in brackets | Christian Breunig | |
| 2025-01-02 | revert to old publish if style configuration | Christian Breunig | |
| 2025-01-02 | Honor skip smoketest inputs for build publishing | Christian Breunig | |
| 2025-01-02 | retrieve image name from manifest.jsonartifacts-json | Christian Breunig | |
| 2025-01-02 | input: add dedicated option for interface and non-interface tests | Christian Breunig | |
| 2025-01-02 | input: remove unused SKIP_SNAPSHOT_S3_UPLOAD and SKIP_SNAPSHOT_S3_UPLOAD options | Christian Breunig | |
| 2024-12-18 | fix url vyos-nightly-build | Viacheslav Hletenko | |
| Repo was renamed Use the correct name for the URL | |||
| 2024-12-03 | Specify the security repository mirror explicitly | Daniil Baturin | |
| since it's different from the base Debian repository | |||
| 2024-11-05 | added new required inputs for amplify [no ci] | Yevhen Bondarenko | |
| 2024-10-31 | Updated secrets because we migrated to AWS Amplify | Yevhen Bondarenko | |
| 2024-10-06 | T6494: add parallel step to run interface based smoketestsparallel-interfaces | Christian Breunig | |
| 2024-10-02 | updated VyOS mirror | Yevhen Bondarenko | |
| 2024-09-01 | GitHub: rename workflow to nightly-build | Christian Breunig | |
| 2024-09-01 | GitHub: add debug ls for Slack | Christian Breunig | |
| 2024-08-24 | Merge pull request #6 from sysoleg/patch-1 | Christian Breunig | |
| Update vyos-rolling-nightly-build.yml | |||
| 2024-08-23 | Re-add Slack notification | Christian Breunig | |
| 2024-08-23 | Update vyos-rolling-nightly-build.yml | Oleg A. Arkhangelsky | |
| Fix ISO file download URL in version.json. | |||
| 2024-08-21 | Add missed variable redirection to GITHUB_OUTPUT | Crushable1278 | |
| 2024-08-20 | Fix environment variables | Crushable1278 | |
| Environmental variables are not passed between jobs Fixed TIMESTAMP Fixed PREVIOUS_SUCCESS_BUILD_TIMESTAMP Fixed BUILD_BY | |||
| 2024-08-18 | Use public GitHub runners for build process | Christian Breunig | |
| 2024-08-18 | Remove non-smoketest step and run tests in parallel | Christian Breunig | |
| 2024-07-10 | Set the pipefail option to catch test fails | evgsentrium | |
| 2024-06-24 | Move smoketest log files to the work directory | evgsentrium | |
| 2024-06-24 | Restore smoketest logging for Slack notifications | evgsentrium | |
| 2024-06-18 | Use common Makefile targets to test generated images | Christian Breunig | |
| 2024-06-18 | Remove trailing whitespaces from workflow | Christian Breunig | |
| 2024-05-28 | build: T6414: rename the "iso" flavor to "generic" | Christian Breunig | |
| 2024-04-30 | Use explicit reference for the vyos.net workflow action | Daniil Baturin | |
