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

stable-rc: fix BOOT TESTS section #554

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. stable-rc: fix BOOT TESTS section

    Fix the below error while displaying boot failures
    when related build architecture information not found:
    ```
    File "/workspace/kcidb/templates/stable_rc_test.j2", line 22, in template
        {% for architecture, tests in boot_tests|groupby("build.architecture") %}
      File "/layers/google.python.pip/pip/lib/python3.9/site-packages/jinja2/async_utils.py", line 45, in wrapper
        return normal_func(*args, **kwargs)
      File "/layers/google.python.pip/pip/lib/python3.9/site-packages/jinja2/filters.py", line 1261, in sync_do_groupby
        for key, values in groupby(sorted(value, key=expr), expr)
    TypeError: '<' not supported between instances of 'str' and 'NoneType
    ```
    
    Signed-off-by: Jeny Sadadia <[email protected]>
    Jeny Sadadia committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3ccb51 View commit details
    Browse the repository at this point in the history