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 INSTALL_K3S_PR support #11383

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Fix INSTALL_K3S_PR support #11383

merged 1 commit into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Fix INSTALL_K3S_PR support

    Filter check names server-side instead of with jq. With recent changes to CI we now have more than 30 check runs, which is more than the API will return by default. Rather than paginating or increasing the page size, ask the server to filter for us.
    
    Also replaces the awk/sort/head with jq split/sort/last
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1c9233b View commit details
    Browse the repository at this point in the history