|
Kselftest implementation
Hi everyone, I'm Alice Ferrazzi from Cybertrust Japan. I'm currently working on adding Kselftest to the current CIP CI tests of linux-cip Kernel I made and tested kselftest on a testing instance of la
Hi everyone, I'm Alice Ferrazzi from Cybertrust Japan. I'm currently working on adding Kselftest to the current CIP CI tests of linux-cip Kernel I made and tested kselftest on a testing instance of la
|
By
Alice Ferrazzi
· #6374
·
|
|
Kselftest implementation
Hello Chris, This would be nice! Thanks That was the first thing I tried out but was not working correctly on the cip rootfs enviroment I know about KernelCI effort for kselftest and I think to use a
Hello Chris, This would be nice! Thanks That was the first thing I tried out but was not working correctly on the cip rootfs enviroment I know about KernelCI effort for kselftest and I think to use a
|
By
Alice Ferrazzi
· #6378
·
|
|
Kselftest implementation
Hi, thanks for the review, ok. KernelCI is using a docker container for building kselftest https://github.com/kernelci/kernelci-core/blob/26924e6b1a90833bcdf8eb28d038fa2fac19885f/config/docker/gcc-8_x
Hi, thanks for the review, ok. KernelCI is using a docker container for building kselftest https://github.com/kernelci/kernelci-core/blob/26924e6b1a90833bcdf8eb28d038fa2fac19885f/config/docker/gcc-8_x
|
By
Alice Ferrazzi
· #6385
·
|
|
lava.ciplatform.org offline lab
Hello, the laboratory on lava.ciplatform.org except for lab-cip-cybertrust are all offline. https://lava.ciplatform.org/scheduler/allworkers any information on this ? thanks, Alice
Hello, the laboratory on lava.ciplatform.org except for lab-cip-cybertrust are all offline. https://lava.ciplatform.org/scheduler/allworkers any information on this ? thanks, Alice
|
By
Alice Ferrazzi
· #6454
·
|
|
FW: [kernelci-members] KernelCI Hackfest #2 - Sept 6-10 2021
Hello, <Chris.Paterson2@...> wrote: Yes, I will be around during the hackfest helping out with KernelCI + CIP integration tasks. thanks, Alice
Hello, <Chris.Paterson2@...> wrote: Yes, I will be around during the hackfest helping out with KernelCI + CIP integration tasks. thanks, Alice
|
By
Alice Ferrazzi
· #6651
·
|
|
[isar-cip-core][PATCH 00/11] cip-core-image-kernelci
This patch series add a new image with settings for KernelCI. This new image is called cip-core-image-kernelci and is based on isar-cip-core general image. The cip-core-image-kernelci images are built
This patch series add a new image with settings for KernelCI. This new image is called cip-core-image-kernelci and is based on isar-cip-core general image. The cip-core-image-kernelci images are built
|
By
Alice Ferrazzi
· #6903
·
|
|
[isar-cip-core][PATCH 01/11] Deploy tarballs and initrd to kernelci
Create script for deploy images to KernelCI file server using KernelCI api Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 4 +++- scripts/deploy-kernelci.py | 48 +
Create script for deploy images to KernelCI file server using KernelCI api Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 4 +++- scripts/deploy-kernelci.py | 48 +
|
By
Alice Ferrazzi
· #6904
·
|
|
[isar-cip-core][PATCH 02/11] Rename initrd with the gz suffix
Generated initrd are actually gz compressed and KernelCI need the initrd image filename to contain the gz suffix for work. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/d
Generated initrd are actually gz compressed and KernelCI need the initrd image filename to contain the gz suffix for work. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/d
|
By
Alice Ferrazzi
· #6905
·
|
|
[isar-cip-core][PATCH 03/11] Add latest folder to the storage fileserver
Creating a latest folder useful if we want to test the latest image. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 8 ++++++++ 1 file changed, 8 inser
Creating a latest folder useful if we want to test the latest image. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 8 ++++++++ 1 file changed, 8 inser
|
By
Alice Ferrazzi
· #6906
·
|
|
[isar-cip-core][PATCH 04/11] Create kernelci build step
By default disable KernelCI upload and enable it only when needed for KernelCI image build. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 15 +++++++++++++-- 1 fi
By default disable KernelCI upload and enable it only when needed for KernelCI image build. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 15 +++++++++++++-- 1 fi
|
By
Alice Ferrazzi
· #6907
·
|
|
[isar-cip-core][PATCH 05/11] Ignore extension argument when not set
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-k
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-k
|
By
Alice Ferrazzi
· #6908
·
|
|
[isar-cip-core][PATCH 06/11] Enable KernelCI build step also for arm and arm64
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f046
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f046
|
By
Alice Ferrazzi
· #6909
·
|
|
[isar-cip-core][PATCH 07/11] Create cip-core-image-kernelci
Initialization of the cip-core-image-kernelci Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 3 ++ kas/opt/kernelci.yml | 16 +++++++++ .../images/cip-core-image-ke
Initialization of the cip-core-image-kernelci Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .gitlab-ci.yml | 3 ++ kas/opt/kernelci.yml | 16 +++++++++ .../images/cip-core-image-ke
|
By
Alice Ferrazzi
· #6910
·
|
|
[isar-cip-core][PATCH 08/11] Remove root password
KernelCI require the image to login automatically without root password for testing. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- recipes-core/kernelci-customizations/files/post
KernelCI require the image to login automatically without root password for testing. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- recipes-core/kernelci-customizations/files/post
|
By
Alice Ferrazzi
· #6911
·
|
|
[isar-cip-core][PATCH 09/11] Set the profile for KernelCI
This profile is need for make KernelCI recognize that we have successfully effectuated the log in. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- recipes-core/kernelci-customizati
This profile is need for make KernelCI recognize that we have successfully effectuated the log in. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- recipes-core/kernelci-customizati
|
By
Alice Ferrazzi
· #6912
·
|
|
[isar-cip-core][PATCH 10/11] dmesg.sh is needed for KernelCI
This script is needed for make dmesg logs readable by lava. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .../kernelci-customizations/files/dmesg.sh | 23 +++++++++++++++++++ .../
This script is needed for make dmesg logs readable by lava. Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- .../kernelci-customizations/files/dmesg.sh | 23 +++++++++++++++++++ .../
|
By
Alice Ferrazzi
· #6913
·
|
|
[isar-cip-core][PATCH 11/11] Upload to KernelCI production
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-kernelci.py b/scri
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...> --- scripts/deploy-kernelci.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-kernelci.py b/scri
|
By
Alice Ferrazzi
· #6914
·
|
|
example cip/linux-4.19.y-cip and stable/linux-4.19.y results
hello everyone, following on yesterday topic about difference from cip-cip+1 and lts-lts+1 I just made a diff of what was requested yesterday v4.19.216-cip61 vs v4.19.216 the diff can be viewed on the
hello everyone, following on yesterday topic about difference from cip-cip+1 and lts-lts+1 I just made a diff of what was requested yesterday v4.19.216-cip61 vs v4.19.216 the diff can be viewed on the
|
By
Alice Ferrazzi
· #7020
·
|
|
cip/linux-4.19.y-cip baseline: 121 runs, 1 regressions (v4.19.217-cip62)
#kernelci
as the testing board are actually different is unclear. The board and results can be seen here: https://linux.kernelci.org/test/plan/id/61a587a0ab3b0079bd18f6d7/ the output log is here: https://storag
as the testing board are actually different is unclear. The board and results can be seen here: https://linux.kernelci.org/test/plan/id/61a587a0ab3b0079bd18f6d7/ the output log is here: https://storag
|
By
Alice Ferrazzi
· #7059
·
|
|
Planned maintenance for lab-cip-renesas: 4-5th Dec
<chris.paterson2@...> wrote: we still have some devices offline with no machine available: r8a77470-iwg23s-sbc x86-openblocks-iot-vx2 As I'm adding this devices to KernelCI, can we get it back
<chris.paterson2@...> wrote: we still have some devices offline with no machine available: r8a77470-iwg23s-sbc x86-openblocks-iot-vx2 As I'm adding this devices to KernelCI, can we get it back
|
By
Alice Ferrazzi
· #7068
·
|