Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-16 | Merge pull request #929 from kumvijaya/current | Christian Breunig | |
T7247: removed pr number from private mirror workflow call | |||
2025-03-16 | Merge pull request #928 from c-po/T5400-fix-schroedingers-env | Christian Breunig | |
Docker: T5400: do not initialize OPAM environment at all | |||
2025-03-16 | T7247: removed pr number from private mirror workflow call | kumvijaya | |
2025-03-15 | Docker: T5400: do not initialize OPAM environment at all | Christian Breunig | |
Instead of trying to fix - what we call - "Schroedingers build environment" in this container, we should rather fix the Makefiles of the individual project using OCaml code. | |||
2025-03-15 | Revert "Docker: T5400: ensure OPAM environment is always present" | Christian Breunig | |
This reverts commit b8f99c754702b094ace7fd632f3a035736a44fb4. | |||
2025-03-12 | Merge pull request #925 from Yuanandcircle/T7233 | Christian Breunig | |
T7233: Fix wrong MOK certs path in the script of build-kernel.sh | |||
2025-03-11 | T7233: Fix wrong MOK certs path in the script of build-kernel.sh | Youyuan | |
2025-03-07 | Docker: T5400: ensure OPAM environment is always present | Christian Breunig | |
2025-03-05 | Merge pull request #923 from jestabro/libvyosconfig-build | Christian Breunig | |
Docker: T5400: move build of libvyosconfig to vyos-1x | |||
2025-03-04 | Docker: T5400: move build of libvyosconfig to vyos-1x | John Estabrook | |
libvyosconfig is both a build and a run dependency of vyos-1x. Satisfying the build dependency within the Docker image requires coordination of updates to vyos-build/libvyosconfig/vyos-1x on any changes to the library; simplify this process by moving the build to a step of the vyos-1x Makefile. | |||
2025-02-25 | Merge pull request #921 from sever-sever/T7197 | Christian Breunig | |
T7197: Decrease config smoketest to 2 CPUs and 7G RAM | |||
2025-02-25 | Merge pull request #920 from c-po/kernel-6.6.79 | Viacheslav Hletenko | |
Kernel: T5887: update Linux Kernel to v6.6.79 | |||
2025-02-25 | T7197: Decrease config smoketest to 2 CPUs and 7G RAM | Viacheslav Hletenko | |
Decrease system resources for configload tests | |||
2025-02-25 | Kernel: T5887: update Linux Kernel to v6.6.79 | Christian Breunig | |
2025-02-22 | Merge pull request #917 from MPStudyly/patch-1 | Viacheslav Hletenko | |
T7184: Fix makefile target test | |||
2025-02-22 | Merge pull request #919 from vyos/c-po-T7140-timeout | Christian Breunig | |
T7140: increase CI test timeout 3h -> 5h | |||
2025-02-22 | T7140: increase CI test timeout 3h -> 5h | Christian Breunig | |
2025-02-21 | Merge pull request #903 from oniko94/current | Daniil Baturin | |
T6353: Add cracklib dependencies, fix local Docker build | |||
2025-02-21 | T7184: Fix makefile target test | Michael Pardatscher | |
Add `--cpu` and `--memory` args to target `test`, fixing smoketest runs due to VPP requiring additional resources | |||
2025-02-20 | Merge pull request #913 from c-po/T6847-intel-oot | Viacheslav Hletenko | |
Intel: T6847: provide common build script for Out-Of-Tree drivers | |||
2025-02-20 | Docker: T861: add sbsigntool to build container (#918) | Christian Breunig | |
2025-02-20 | Docker: T861: add sbsigntool to build container | Christian Breunig | |
2025-02-20 | Merge pull request #916 from sever-sever/T7178 | Daniil Baturin | |
T7178: Add vDPA Virtio Data Path Aceleration kernel module | |||
2025-02-20 | Merge pull request #912 from vyos/T7174 | Daniil Baturin | |
T7174: bump host-sflow version to v2.1.11-5 to build with VPP feature | |||
2025-02-20 | Merge pull request #911 from sever-sever/T7173 | Daniil Baturin | |
T7173: Bump keepalived version to 2.3.2 | |||
2025-02-20 | T7178: Add vDPA Virtio Data Path Aceleration kernel module | Viacheslav Hletenko | |
2025-02-20 | Merge pull request #915 from vyos/c-po-patch-1 | Christian Breunig | |
T7145: updated team name for codeowners current branch | |||
2025-02-20 | T7145: updated team name for codeowners current branch | Christian Breunig | |
2025-02-19 | Intel: T6847: provide common build script for Out-Of-Tree drivers | Christian Breunig | |
Use one build script to rule all the Intel Git based drivers. | |||
2025-02-17 | T7174: bump host-sflow version to v2.1.11-5 to build with VPP featureT7174 | Viacheslav Hletenko | |
2025-02-17 | T7173: Bump keepalived version to 2.3.2 | Viacheslav Hletenko | |
2025-02-17 | docker: T6353: Add libcrack2 dependencies and fix local Docker build | oniko94 | |
2025-02-16 | T7172: added workflow checks to make current as default in private repo (#910) | Vijayakumar A | |
* T7172: added workflow checks to making current as default in private repo --------- Co-authored-by: kumvijaya <kuvmijaya@gmail.com> | |||
2025-02-16 | Merge pull request #909 from vyos/T5887-kernel-6.6.77 | Viacheslav Hletenko | |
Kernel: T5887: update Linux Kernel to v6.6.77 | |||
2025-02-15 | Kernel: T5887: update Linux Kernel to v6.6.77T5887-kernel-6.6.77 | Christian Breunig | |
2025-02-15 | Merge pull request #908 from c-po/current | Christian Breunig | |
intel: T6847: fix build system to perform proper "git clone" on IXGBE driver | |||
2025-02-15 | intel: T6847: fix build system to perform proper "git clone" on IXGBE driver | Christian Breunig | |
Previous commit a10b29560 ("intel: T6847: update IXGBE Out-Of-Tree driver to v6.0.5") missed a proper CI "git clone" on the driver repository - this has been fixed. | |||
2025-02-15 | intel: T6847: port patches to latest driver version 6.0.5 | Christian Breunig | |
2025-02-14 | Merge pull request #907 from jestabro/docker-opam-update | Daniil Baturin | |
docker: T7170: fix sed pattern for change in OPAM install.sh | |||
2025-02-14 | docker: T7170: fix sed pattern for change in OPAM install.sh | John Estabrook | |
2025-02-13 | Merge pull request #906 from c-po/intel-ixgbe-oot | Viacheslav Hletenko | |
intel: T6847: update IXGBE Out-Of-Tree driver to v6.0.5 | |||
2025-02-13 | Kernel: T861: add ephemeral key pattern to .gitignore file | Christian Breunig | |
2025-02-13 | intel: T6847: update IXGBE Out-Of-Tree driver to v6.0.5 | Christian Breunig | |
2025-02-13 | Merge pull request #905 from sever-sever/T7164 | Viacheslav Hletenko | |
T7164: Bump VPP version to stable 2410 | |||
2025-02-13 | T7164: Bump VPP version to stable 2410 | Viacheslav Hletenko | |
2025-02-12 | Merge pull request #904 from c-po/current | Christian Breunig | |
syslog: T6989: update default system configuration with new CLI syntax | |||
2025-02-12 | syslog: T6989: update default system configuration with new CLI syntax | Christian Breunig | |
2025-02-08 | Merge pull request #902 from kumvijaya/current | Yuriy Andamasov | |
T7145: updated codeowners list | |||
2025-02-08 | T7145: updated codeowners list | kumvijaya | |
2025-02-08 | T7145: updated codeowners list | kumvijaya | |