commit | 6321f7f5911947456f8e7a457f72201c1fbf2687 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@fuchsia.infra.roller.google.com> | Thu Sep 05 16:39:47 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 05 09:41:08 2024 -0700 |
tree | eeb8c271421868603a4278d838690fd38ca854e0 | |
parent | eb12545f5b29586811694b106662d7e22f0f0c3a [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.