summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
11 daysUpdate the checkout action to v6ci/add-build-test-workflowDaniil Baturin
12 daysT9044: build committed protobuf bindings, skip regenerationYuriy Andamasov
Add --ignore-promoted-rules to the CI dune build/runtest steps so the committed src/*_pbt.ml (ocaml-protoc 2.x output) are used instead of re-running the codegen rule. This matches how the package builds under opam (dune build -p implies the same flag), avoiding both the 2.4 CLI mismatch (--ml_out vs -ml_out) and 3.x's incompatible private-record API. 🤖 Generated by [robots](https://vyos.io)
12 daysT9044: disable credential persistence on CI checkoutYuriy Andamasov
Build-only job; set persist-credentials: false so the git token is not left in .git/config for later steps (per zizmor / CodeRabbit). 🤖 Generated by [robots](https://vyos.io)
12 daysT9044: install containers for vyos1x-config buildYuriy Andamasov
vyos1x-config's src/dune links containers but its opam file omits it, so the git-pinned build fails with 'Library containers not found'. Install it explicitly in CI until vyos1x-config.opam declares it upstream. 🤖 Generated by [robots](https://vyos.io)
12 daysT9044: add CI build + test workflowYuriy Andamasov
Add .github/workflows/build.yml running dune build + dune runtest on push and PR to rolling, across an OCaml 4.14 + 5.2 matrix via ocaml/setup-ocaml@v3. vyos1x-config is pinned from git before the dependency solve since it is not on the default opam repository. Also fix vyconf.opam: add the missing vyos1x-config and yojson dependencies (both linked directly in src/dune) and drop the duplicate toml entry. 🤖 Generated by [robots](https://vyos.io)
2026-06-01T8943: ci: add lts-name-check advisory callerYuriy Andamasov
Adds the source-side LTS-name advisory caller (mirror-pipeline). Non-blocking; posts a generic advisory if a PR title/body references a release-train branch name. 🤖 Generated by [robots](https://vyos.io)
2026-06-01T8943: migrate pr-mirror wrapper to canonical stub (#52)Yuriy Andamasov
Mirror Pipeline Rollout 2 Task 6. Uniform canonical wrapper: trigger branches [rolling, production], permissions: contents: read, drop redundant wrapper-level MIRROR_ENABLED guard (now central). 🤖 Generated by [robots](https://vyos.io)
2026-05-30ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#51)Yuriy Andamasov
Tracking: T8943
2026-05-30ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#50)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-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵Yuriy Andamasov
(#49) Replaces legacy PAT-based mirror caller with the uniform App-ready stub. Drops hardcoded PAT/REMOTE_OWNER secrets in favour of `secrets: inherit` and adds MIRROR_ENABLED opt-out guard. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-10T8835: added pr mirror workflowVijayakumar A