Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions config/fragments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,25 @@ fragments:
- 'CONFIG_NET_VENDOR_MEDIATEK=y'
- 'CONFIG_NET_MEDIATEK_STAR_EMAC=m'

netdev:
path: "kernel/configs/netdev.config"
configs:
- 'CONFIG_NET_VENDOR_REALTEK=y'
- 'CONFIG_R8169=y'

nfs-root-boot:
path: "kernel/configs/nfs-root-boot.config"
configs:
- 'CONFIG_NFS_FS=y'
- 'CONFIG_NFS_V2=y'
- 'CONFIG_NFS_V3=y'
- 'CONFIG_NFS_V3_ACL=y'
- 'CONFIG_NFS_V4=y'
- 'CONFIG_ROOT_NFS=y'
- 'CONFIG_IP_PNP=y'
- 'CONFIG_IP_PNP_DHCP=y'
- 'CONFIG_IP_PNP_BOOTP=y'

preempt_rt:
path: "kernel/configs/preempt_rt.config"
configs:
Expand Down
15 changes: 15 additions & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ _anchors:
- 'lab-setup'
- 'kselftest'

kbuild-gcc-14-arm64-nfsboot-job: &kbuild-gcc-14-arm64-nfsboot-job
<<: *kbuild-job
image: ghcr.io/kernelci/{image_prefix}gcc-14:arm64-kselftest-kernelci
params: &kbuild-gcc-14-arm64-nfsboot-params
arch: arm64
compiler: gcc-14
cross_compile: 'aarch64-linux-gnu-'
defconfig: defconfig
fragments:
- 'netdev'
- 'nfs-root-boot'
- 'kselftest'

kbuild-gcc-14-x86-job: &kbuild-gcc-14-x86-job
<<: *kbuild-job
image: ghcr.io/kernelci/{image_prefix}gcc-14:x86-kselftest-kernelci
Expand Down Expand Up @@ -872,6 +885,8 @@ jobs:

kbuild-gcc-14-arm64: *kbuild-gcc-14-arm64-job

kbuild-gcc-14-arm64-nfsboot: *kbuild-gcc-14-arm64-nfsboot-job

kbuild-gcc-14-arm64-chromebook-main:
<<: *kbuild-gcc-14-arm64-job
params:
Expand Down
14 changes: 14 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ scheduler:
name: pull-labs-demo
platforms:
- bcm2711-rpi-4-b
- cd8180-orion-o6
- fvp-aemva
- qemu-arm64

Expand All @@ -183,6 +184,16 @@ scheduler:
platforms:
- bcm2711-rpi-4-b

- job: ltp-smoketest-pull-labs
event:
<<: *node-event-kbuild
name: kbuild-gcc-14-arm64-nfsboot
runtime:
type: pull_labs
name: pull-labs-demo
platforms:
- cd8180-orion-o6

- job: baseline-nfs-arm64
event: *kbuild-gcc-14-arm64-node-event
runtime: *lava-collabora-runtime
Expand Down Expand Up @@ -635,6 +646,9 @@ scheduler:
- job: kbuild-gcc-14-arm64
<<: *build-k8s-all

- job: kbuild-gcc-14-arm64-nfsboot
<<: *build-k8s-all

- job: kbuild-gcc-14-arm64-allnoconfig
<<: *build-k8s-all

Expand Down