Pass `--max-cas-bytes` and ` --max-artifact-inline-bytes` options from sandcastle...
commit2eae4d8b15e3efef4c0b0ebd5a3fa79573b029c6
authorJeffrey Tan <jeffreytan@fb.com>
Mon, 7 Dec 2020 18:07:13 +0000 (7 10:07 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 7 Dec 2020 18:10:35 +0000 (7 10:10 -0800)
tree46fcdc9eaac1d990d5450968338127fff82dfd99
parent19f1265d88702da3d63ea44249970e6a67b2df71
Pass `--max-cas-bytes` and ` --max-artifact-inline-bytes` options from sandcastle to remote worker

Summary:
The two options added in the last two diffs are only taking effects for the client side's `ArtifactStore` and not passed to remote workers.
This diff plumbing them to remote workers via job runners.

Differential Revision: D25011004

fbshipit-source-id: 75940e552ec656405f22ddd647c6b218ec1ffced
hphp/hack/src/remote/jobRunner_sig.ml
hphp/hack/src/server/serverInit.ml
hphp/hack/src/server/serverLocalConfig.ml
hphp/hack/src/server/serverRemoteInit.ml
hphp/hack/src/server/serverRemoteInit.mli
hphp/hack/src/stubs/artifactStore.ml