idaholab / civet

Continuous Integration, Verification, Enhancement, and Testing
Apache License 2.0
35 stars 14 forks source link

Prioritize getting jobs by build config order #591

Closed loganharbour closed 1 week ago

loganharbour commented 1 week ago

When requesting a job, we should prioritize the jobs that are given by the build config ordering.

That is, if a client has build configs A and B (in that order), and a job exists with config B and a job exists with config A (in that order), the client should be given the job with config A even though its priority is lower.