Skip to content

Next #159

Merged
merged 3 commits into from
Jun 2, 2024
Merged

Next #159

merged 3 commits into from
Jun 2, 2024

Commits on May 27, 2024

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

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    f6a8a42 View commit details
    Browse the repository at this point in the history
  2. mxqd_control: Check prerequisites against empty group tags

    We want to be able to use group tags as a stigma so that servers can be
    configured to accept only jobs without certain tags. For example,
    mxqi can add a tag "mxqi" to its jobs and the servers which shouldn't
    run mxqi jobs can use "!mxqi" as their prerequisites.
    
    However, for that to work, we need to evaluate server prerequistes even
    for jobs which don't have any tags.
    
    Remove the check, which skips server prerequistes evaluation for jobs
    without tags.
    donald committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7c3e220 View commit details
    Browse the repository at this point in the history