Name Description Size
__init__.py 199
merge.py Look up jobs via reference loader at reference-base-path using the list reference-jobs-from, followed by jobs-from. This loader has been tested with "fetch" jobs successfully. Anything else is likely to have bugs. 1202
reference.py Given the list of all "reference-jobs" pulled in from upstream, return a set with all job names and aliases. For example "linux64-clang" is an alias of "linux64-clang-13", and both of those names will be included in the returned set. 3108