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

GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobs #1258

Merged

Commits on Feb 10, 2024

  1. GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy c…

    …i jobs
    
    This seems to help mitigate pypy ci job hangs like those fba76a5
    triggered.
    
    Bug: https://bugs.gentoo.org/924192
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    d7115d1 View commit details
    Browse the repository at this point in the history
  2. GPG: Use threading.Event for thread safety

    Use threading.Event for thread safety during GPG stop, and use the
    wait method to improve responsiveness for stop requests.
    
    Bug: https://bugs.gentoo.org/924192
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    03be12e View commit details
    Browse the repository at this point in the history