[roll] Roll fuchsia [tools][artifactory] Only upload artifacts related to the last build.

Ensure that `artifactory` only tries to upload Ninja artifacts that
correspond to the last successful build. This avois uploading stale
artifacts from previous incremental builds, or artifactory
complaining that it does not find breakpad symbol files matching
(stale) debug files in the build directory.

- Add new `lastBuildOnly` argument to NewBuildAPIClient()
  function is added, which creates a BuildAPIClient
  instance to return filtered results.

- Add `NewModulesForLastBuildOnly()` function to return
  a `Modules` instance corresponding to these filtered
  modules.

- Use `NewModulesForLastBuildOnly()` in the artifactory
  `up` command implementation.

Original-Bug: 42175326
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113733
Original-Revision: ea26b445a283428a82a9341ff65572d3c54b9649
GitOrigin-RevId: 9264b8cb565b9c15be3690b478d63b8117ca0d1a
Change-Id: I3f57a1eb8fb37b1b0fde720766d9723012c93715
1 file changed
tree: eeb8c271421868603a4278d838690fd38ca854e0
  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.