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

Use proper fields for finding prunable jobs #1145

Merged
merged 4 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Use proper fields for finding prunable jobs

    Using "scheduled_at" is not correct. Depending on job state, one of
    "cancelled_at", "discarded_at" or "completed_at" should be used.
    ademenev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e66e558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46cde3f View commit details
    Browse the repository at this point in the history
  3. remove .vscode

    ademenev committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a776c4f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ea8ebeb View commit details
    Browse the repository at this point in the history