Reland "[chromium_tests] upload task hash to RBE-CAS"

This reverts commit a0f5f12cade6d5cedc828213be1279f5b4a8c9ce.

Reason for revert:
https://crrev.com/c/2574000

$ led get-build 8861868822226582864 | led edit -exp false | \
  led edit-recipe-bundle | led launch
https://chromium-swarm.appspot.com/task?id=5053ae65d7f03b10

Original change's description:
> Revert "[chromium_tests] upload task hash to RBE-CAS"
>
> This reverts commit 874de7b9eb1092a02b407f2e7fef2ed641d17924.
>
> Reason for revert:
> https://ci.chromium.org/p/chromium/builders/ci/GPU%20FYI%20Linux%20dEQP%20Builder
>
> Original change's description:
> > [chromium_tests] upload task hash to RBE-CAS
> >
> > I will download swarming_command_lines_digest in later CL.
> >
> > $ led get-build 8861868822226582864 | led edit-recipe-bundle | \
> >   led launch
> > https://chromium-swarm.appspot.com/task?id=504524fced679c10
> >
> > Bug: 1155432
> > Change-Id: I752007348afd87f912ecb7040def9acd64dab345
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2573701
> > Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
> > Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
> > Reviewed-by: Junji Watanabe <jwata@google.com>
>
> TBR=tikuta@chromium.org,jwata@google.com,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com
>
> Change-Id: I0975a30999f74b05096cf2e712491f2affecef36
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 1155432
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2573707
> Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>

# Not skipping CQ checks because this is a reland.

Bug: 1155432
Change-Id: I50d06a035b11841b2cbb1489fb87ad4e5c4b3cf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2573708
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
9 files changed
tree: cafe2f2e7211b8809dffe2eb0dca63f6bc3f734f
  1. infra/
  2. recipes/
  3. scripts/
  4. site_config/
  5. third_party/
  6. .gitattributes
  7. .gitignore
  8. .style.yapf
  9. .vpython
  10. .yapfignore
  11. codereview.settings
  12. CROS_OWNERS
  13. DEPS
  14. environment.cfg.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.