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

Fix handling of case when no last good tests were found #222

Merged
merged 1 commit into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. Fix handling of case when no last good tests were found

    If we return 1, then the script will be aborted, and then
    after trigger_jobs() the finalize_investigation_comment won't
    be executed anymore, leaving an unfinished comment "Starting
    investigation for job ...".
    
    I guess previously it was ok because we only wrote a simple comment, and the
    "Starting investigation" comment feature was added later.
    
    Related issue: https://progress.opensuse.org/issues/126527
    perlpunk committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3477c50 View commit details
    Browse the repository at this point in the history