[roll] Roll infra/recipes [gerrit_auto_submit] Cache mergeability in memory

... instead of in builder state.

Switching to a new auto-submit service account removed auto-submit's
ability to rebase on behalf of the CL owner, so rebasing to fix trivial
merge conflicts has been failing (and the results cached).

Now we recheck mergeability every time the auto-submit builder exits and
restarts (which in practice is every hour), which will effectively flush
the cache and also ensure we recheck mergeability periodically in case
similar bugs reoccur in the future.

Original-Bug: 417536657
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1287945
Original-Revision: 5bcb1976ad4d387a6f765837a150aa6b066dbbfc
GitOrigin-RevId: cc01343652088c41c8ee7674e521bce15b6b8df7
Change-Id: I780b506f6ab93e0713269e592eecdbb085d934b3
1 file changed
tree: 39fc33904c26be9fe6cdeb4deb2b036ec40642da
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.