[roll] Roll fuchsia [test][blackout] Update revive API

The TestCaseRevive API is simplifying.
 - The `tag_name` parameter is going away.
 - There's a new `opt_out` decorator that should be used for
     test cases that shouldn't be revived.

Once a soft migration finishes, TestCaseRevive will be opt-out
for packages built with `params.test_case_revive = true` so
there will be no need for opting in with `tag_test()`.

Original-Bug: 460154311
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1429558
Original-Revision: 4ab385045c3454f88e0ac1eb0c5b4a07337438cd
GitOrigin-RevId: f4de64c45f4ce8419d42981b85d2e0ba274cb572
Change-Id: I8a60930787c41dc300ad89e580e24d7370b68774
1 file changed
tree: 37dfbd49134f21e9747da64bf1496f8c705a84c6
  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.