[roll] Roll fuchsia [rbe][rust] Support local-incremental vs. remote

When both RBE and incremental modes are enabled,
only expose the incremental flags to local execution,
so that remote execution and caching still use what should be warmed up
in CI.

The intent is to benefit is to benefit from the remote cache
from code that is unmodified (and already built by CI at HEAD),
and leverage local compile speedups for locally modified code.

Right now, the works best with rbe_exec_strategy="racing".

Original-Bug: 311269793
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1001368
Original-Revision: a63c9dafb5cab1c6f12a920d0f3442ace57ba235
GitOrigin-RevId: 0b073d44e53261cb834264190d4a2fa942967388
Change-Id: Ic6d22492f43b23857159bf4e625e878c2850bfd2
1 file changed
tree: bd532efe3e450627820064e67ae83b423008c4ac
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.