Skip to content

RemoteExecutionService: fix outputs not being uploaded#15842

Merged
sgowroji merged 3 commits intobazelbuild:release-5.3.0from
ckolli5:ck/cherrypick_15823
Jul 14, 2022
Merged

RemoteExecutionService: fix outputs not being uploaded#15842
sgowroji merged 3 commits intobazelbuild:release-5.3.0from
ckolli5:ck/cherrypick_15823

Conversation

@ckolli5
Copy link
Copy Markdown

@ckolli5 ckolli5 commented Jul 8, 2022

In 4d900ce we introduced validation in
DiskAndRemoteCacheClient.uploadActionResult() where context's step must
be UPLOAD_OUTPUTS to trigger the upload.

However, this value was never set in RemoteExecutionService before hand
thus led to outputs not being uploaded and cause remote cache misses.

Fix #15682

Thanks @adam-singer for doing the investigation 🙏

Closes #15823.

PiperOrigin-RevId: 459519852
Change-Id: Ib004403d7893fe135adcc4b181b607d8cb33f3af

sluongng and others added 3 commits July 8, 2022 06:27
In 4d900ce we introduced validation in
DiskAndRemoteCacheClient.uploadActionResult() where context's step must
be UPLOAD_OUTPUTS to trigger the upload.

However, this value was never set in RemoteExecutionService before hand
thus led to outputs not being uploaded and cause remote cache misses.

Fix #15682

Thanks @adam-singer for doing the investigation 🙏

Closes #15823.

PiperOrigin-RevId: 459519852
Change-Id: Ib004403d7893fe135adcc4b181b607d8cb33f3af
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants