[roll] Roll fuchsia [fx][worktree] Add pool subcommands for physical checkouts

Establish fx worktree pool {list,add,remove} administrative namespace
for provisioning and maintaining physical checkouts on disk.

Move existing physical checkout operations under pool subcommands:
- fx worktree pool add [name]: Wraps existing physical checkout add.
- fx worktree pool remove <name>: Wraps physical checkout remove.
- fx worktree pool list: Lists physical checkouts in the pool.
- Deleted legacy physical add and remove top-level subcommands.
- Renamed internal WorktreeRegistry class to WorktreePool.

Test: python3 -m unittest discover -s tools/devshell/worktree/tests
Original-Original-Bug: 516876349
TAG: agy
CONV: 0c823b80-292a-4c83-b453-a9f0ad6ad1ea
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1671836
Original-Original-Revision: c1bd7ce1c1b486afcde36541178479f4bb26291a
GitOrigin-RevId: 9927b6a899c20db619acf3466b0df06535618f4b
Change-Id: Id6f1076a0bfdf62c59417928bd2422d6f9de919c
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1674659
Cr-Commit-Position: refs/heads/main@{#195353}
1 file changed
tree: 61dbdac6f9c5605889ad289b14b33df274d82bfa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.