• Jaroslava Fiedlerova's avatar
    CI: Ignore errors present in build logs · 97732337
    Jaroslava Fiedlerova authored
    Report errors found in the build logs, but do not fail the job if some are
    present. Based on observations, certain errors (for example):
    
    update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz doesn't exist
    
    do not actually cause the build to fail. Instead of relying on log parsing, we should maybe
    check the return code of the build process to determine whether the build truly failed?
    97732337
cls_containerize.py 35.5 KB