Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty test logs, test failures caused by problems in template/job generation #474

Closed
r-c-n opened this issue Feb 8, 2024 · 1 comment · Fixed by kernelci/kernelci-pipeline#423 or kernelci/kernelci-pipeline#433
Assignees
Labels
bug Something isn't working

Comments

@r-c-n
Copy link

r-c-n commented Feb 8, 2024

Example:

https://lava.collabora.dev/scheduler/job/12713752

Lava error message:

Job error: None of the boot strategies accepted your boot parameters, reasons given: Barebox: "method" was not "barebox" BootBootloader: 'method' was not 'bootloader' CMSIS: "cmsis-dap" is not in the device configuration boot methods Depthcharge: "method" was not "depthcharge" DFU: "dfu" was not in the device configuration boot methods BootDocker: "docker" was not in the device configuration boot methods UBoot: "u-boot" was not in the device configuration boot methods BootFastboot: boot "method" was not "fastboot" BootFVP: "fvp" was not in the device configuration boot methods GDB: "gdb" is not in the device configuration boot methods UefiMenu: "method" was not "uefi-menu" GrubSequence: "method" was not "grub" or "grub-efi" Grub: "method" was not "grub" or "grub-efi" IPXE: "method" was not "ipxe" BootIsoInstaller: "media" was not in parameters or "media" was not "img" JLink: "jlink" was not in the device configuration boot methods BootKExec: "method" was not in parameters, or "method" was not "kexec" BootLxc: "method" was not in parameters or "method" was not "lxc" Minimal: "method" was not "minimal" Musca: "musca" was not in device configuration boot methods BootNodebooter: "nodebooter" was not in the device configuration boot methods OpenOCD: "openocd" was not in the device configuration boot methods PyOCD: "pyocd" was not in the device configuration boot methods BootQEMU: "qemu" or "qemu-nfs" was not in the device configuration boot methods RecoveryBoot: boot "method" was not "recovery" SecondaryShell: new_connection not in method SshLogin: "ssh" not in device configuration boot methods Schroot: "schroot" was not in the device configuration boot methods UefiShell: "method" was not "uefi" UUUBoot: "method" was not "uuu"
@r-c-n r-c-n added the bug Something isn't working label Feb 8, 2024
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 9, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
@a-wai
Copy link
Contributor

a-wai commented Feb 9, 2024

This should be fixed by the latest version of kernelci/kernelci-pipeline#413, but kernelci/kernelci-core#2366 is getting in the way for now... Something else to look into next week ;)

nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 12, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
github-merge-queue bot pushed a commit to kernelci/kernelci-pipeline that referenced this issue Feb 12, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set node status to incomplete and do not upload log file.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 14, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set proper node status, and dont upload non-existing log file,
if it is not present.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 14, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set proper node status, and dont upload non-existing log file,
if it is not present.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 14, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set proper node status, and dont upload non-existing log file,
if it is not present.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
nuclearcat added a commit to nuclearcat/kernelci-pipeline that referenced this issue Feb 14, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set proper node status, and dont upload non-existing log file,
if it is not present.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
github-merge-queue bot pushed a commit to kernelci/kernelci-pipeline that referenced this issue Feb 20, 2024
As mentioned in kernelci/kernelci-api#474,
even if job failed, node still registered as pass, and trying to
upload non-existing log file. Fix that, if job is not completed,
set proper node status, and dont upload non-existing log file,
if it is not present.

Fixes: kernelci/kernelci-api#474

Depends on: kernelci/kernelci-core#2363

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants