-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): check worker model requirements on job processing (#4062)
while computing the new job `addJobsToQueue`, the function `processNodeJobRunRequirements` now checks: * the group of the worker model againt the `execGroups` computed on the node (close #4002) * the binaries requirements against the worker model binary capabilitites In case of error, the job is failed
- Loading branch information
Showing
6 changed files
with
543 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.