Skip to content

Repo aware monitors: expose JobArgs on SearchClient

Warren Gifford requested to merge cc/repo-aware-4 into main

Created by: camdencheek

This exposes a constructor for JobArgs on SearchClient. This is for convenience since SearchClient already has everything we need to construct this, and I will need JobArgs for inlining Execute for repo-aware monitors.

Additionally, this will be convenient for continued refactoring of searchResolver, but I'm not immediately tackling that.

Stacked on #32520 Pulled from #32464

Test plan

Minimal and semantics-preserving.

Merge request reports

Loading