Skip to content

Remove calls to verify_digest_pushed in _sandboxremote.

Background

The calls to verify_digest_pushed in SandboxRemote's methods run_remote_command and run do not do anything useful. Each is proceeded by either a cascache.push_directory or cascache.push_message which would throw an exception if they failed to push, so if the push operation failed in any way, we would never reach verify_digest_pushed.

Task description

  • Remove calls to verify_digest_pushed in SandboxRemote

Acceptance Criteria

Equivalent functionality demonstrated by remote execution test.


To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information