Hi, we tested your kernel and here are the results:
Overall result: PASSED
Merge: OK
Compile: OK
Test: OK
Tested-by: CKI Project <cki-project(a)redhat.com>
Kernel information:
Brew / Koji Task ID: 114294896
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/132360
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
Issue: [rawhide] avc: denied { checkpoint_restore } for pid=793 comm="agetty" capability=40 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability2 permissive=1
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2259622
Affected tests:
aarch64 - Boot test
aarch64 - Reboot test
ppc64le - Boot test
ppc64le - Reboot test
s390x - Boot test
s390x - Reboot test
x86_64 - Boot test
x86_64 - Reboot test
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://bugzilla.redhat.com/1758147
Affected tests:
ppc64le - Filesystem - NFS Connectathon
x86_64 - Filesystem - NFS Connectathon
If you find a failure unrelated to your changes, please ask the test maintainer to review it.
This will prevent the failures from being incorrectly reported in the future.
Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
From: Don Zickus on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2969
The nightly rt merging cronjob immediately failed the second night because I
forgot to push the intermediary branch rt-automated-devel. So when it got
rebuilt the next night from scratch it got merged into rt-devel and
automotive-devel in a way that required those branches to be forced pushed.
Not good for development.
The easy way is to push that branch but that requires re-pushing rt-devel and
automotive-devel. Not hard. Instead I wanted to remove that intermediary
branch leaving less complicated logic and rely on an octopus merge. Should
work better now and simpler to read.
Signed-off-by: Don Zickus dzickus(a)redhat.com
---
redhat/scripts/ci/ark-ci-env.sh | 19 ++++----
redhat/scripts/ci/ark-merge-rt.sh | 81 ++++++++++++++++----------------------
2 files changed, 45 insertions(+), 55 deletions(-)
From: Don Zickus on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2969
The nightly rt merging cronjob immediately failed the second night because I
forgot to push the intermediary branch rt-automated-devel. So when it got
rebuilt the next night from scratch it got merged into rt-devel and
automotive-devel in a way that required those branches to be forced pushed.
Not good for development.
The easy way is to push that branch but that requires re-pushing rt-devel and
automotive-devel. Not hard. Instead I wanted to remove that intermediary
branch leaving less complicated logic and rely on an octopus merge. Should
work better now and simpler to read.
Signed-off-by: Don Zickus dzickus(a)redhat.com
---
redhat/configs/pending-rhel/generic/CONFIG_HID_MCP2200 | 15 ---
redhat/configs/rhel/generic/CONFIG_HID_MCP2200 | 1 +
redhat/scripts/ci/ark-ci-env.sh | 19 ++--
redhat/scripts/ci/ark-merge-rt.sh | 81 +++++++----------
4 files changed, 46 insertions(+), 70 deletions(-)
From: Don Zickus on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2969
The nightly rt merging cronjob immediately failed the second night because I
forgot to push the intermediary branch rt-automated-devel. So when it got
rebuilt the next night from scratch it got merged into rt-devel and
automotive-devel in a way that required those branches to be forced pushed.
Not good for development.
The easy way is to push that branch but that requires re-pushing rt-devel and
automotive-devel. Not hard. Instead I wanted to remove that intermediary
branch leaving less complicated logic and rely on an octopus merge. Should
work better now and simpler to read.
Signed-off-by: Don Zickus dzickus(a)redhat.com
---
redhat/scripts/ci/ark-ci-env.sh | 24 +++++++----
redhat/scripts/ci/ark-merge-rt.sh | 81 ++++++++++++++++----------------------
2 files changed, 50 insertions(+), 55 deletions(-)