summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
AgeCommit message (Collapse)Author
2024-07-25Merge pull request #665 from sempervictus/feature/mellanox_ofed_driversChristian Breunig
T6231: Mellanox OFED
2024-07-06Kernel: T5887: update linux-firmware to 20240610Christian Breunig
2024-06-21T6231: Mellanox OFED Kernel and Userspace PackagesRageLtMan
Build OFED drivers and userspace components against the kernel source tree similar to Intel's NIC drivers. OFED installers create Debian packages of their own tageting the kernel version defined in the build invocation if DKMS is omitted. Script builds with supporting components for VPP to permit handoff of function to the underlying hardware as appropriate. Updating the version is fairly trivial along with adding patching as needed to handle kCFI and hardening measures as they are introduced. Testing: Tested against GCC-built Linux Hardened kernel with the various additions from PR 132 - sustained line-rate testing against 4x100g links on a single machine at a hair below 200g for each LACP pair.
2024-03-30T4204: accel-ppp bump version 1.13.0Viacheslav Hletenko
Update accel-pppd version to 1.13.0 release Multiple fixes https://github.com/accel-ppp/accel-ppp/releases/tag/1.13.0
2024-03-10Kernel: T4022: add RTSP netfilter helper kernel moduleIndrek Ardel
2024-02-01T5619: Add out-of-tree Intel ixgbevf driverChristian Breunig
2024-02-01T5619: Add out-of-tree Intel ixgbe driverSkyler Mäntysaari
2024-01-04Kernel: T5887: update Linux Kernel to v6.6.9Christian Breunig
2023-10-11T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
2023-07-15Kernel: T4974: specify repo URL for openvpn-dco packageChristian Breunig
2023-07-15firmware: T4540: update to Linux release 20230625Christian Breunig
2023-07-15Kernel: T4974: add OpenVPN Data Channel Offload (DCO) packageChristian Breunig
2023-05-01jool: T160: Added scripts to build jool packagezsdc
Added dependencies and build scripts for https://github.com/NICMx/Jool/
2023-01-24T4941: Update accel-ppp version due to IPoE issues with kernel 6Viacheslav Hletenko
Update 'accel-ppp' where bug fix with incompatibility IPoE vlan_mon driver with Linux kernel 6.1.x
2023-01-11Kernel: T4928: fix path on remote urlChristian Breunig
2023-01-11Kernel: T4928: update linux-firmware to 20221214Christian Breunig
2022-10-07Kernel: T3664: parse version file from toml inputChristian Poessinger
2022-09-13accel-ppp: T4691: package upgrade with minor fixes to sstpChristian Poessinger
2022-09-13firmware: T4691: update to Linux release 20220815Christian Poessinger
2022-07-18accel-ppp: T4204: update version to commit 847ccb49a7e0Christian Poessinger
2022-07-18firmware: T4540: update to Linux release 20220708Christian Poessinger
2022-04-28Revert "kernel: pin Pipeline to specific commit"Christian Poessinger
This reverts commit c0b955a0e5a8f1f6145d49202592445bc69f6785.
2022-04-28kernel: pin Pipeline to specific commitChristian Poessinger
Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build
2022-01-24Accel-PPP: T4204: update accel-ppp versionEshenko Dmitriy
2021-11-23Accel-PPP: T4015: update version which include threading fixEshenko Dmitriy
2021-08-08Kernel: T3223: update linux-firmware to 20210716Christian Poessinger
2021-08-08Jenkins: lib: fix kernel build triggerChristian Poessinger
We can only pass one changesPath as variable due toe ANT limitation.
2021-07-27Jenkins: Kernel: extend changeset globbing patternChristian Poessinger
We need to exchange the globbing pattern to also find modification in sub-directories of packages/linux-kernel.
2021-07-24Kernel: also trigger build if the version is upgradedChristian Poessinger
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-07-01Accel-PPP: T3641: update version which support building for Debian 11Christian Poessinger
2021-06-16Accel-PPP: T3629: update to latest versionDmitriyEshenko
2021-05-30Revert "Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers"Christian Poessinger
This reverts commit 43d7bca9a6969c07c9291d7c8250e58c5566c137. But keeps the Kernel In-Tree QAT drivers still enabled so we will now ship both versions.
2021-05-30Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree driversChristian Poessinger
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was no real and good response from Intel so far. Today the build failed one more time by a source file moving around in the Intel webservers. It's time to try to move the QAT functionality to the Kernel buildin drivers.
2021-05-19Accel-PPP: T3562: update to latest versionChristian Poessinger
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
2021-04-19kernel: T3486: Prepare for arm64 buildsRunar Borge
2021-04-09Kernel: move build to "normal" Pipeline libraryChristian Poessinger
This is initial work required to also build an arm64 Kernel via the CI.
2021-03-26Kernel: Jenkins: cleanup, move LogRotator setting to pipeline optionsChristian Poessinger
2021-02-17Kernel: Jenkins: limit *.deb search path depthChristian Poessinger
2021-02-08Kernel: Jenkins: cleanup variable definitionsChristian Poessinger
2021-02-02Jenkins: run containers with "reuseNode" to stay on the same nodeqxmips
2021-01-31Kernel: also trigger build when "data/defaults.json" changesChristian Poessinger
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63)
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger
2021-01-10Jenkins: Kernel: extract version from data/defaults.jsonChristian Poessinger
No need to specify the kernel version two times, it can be retrieved from data/defaults.json
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger