commit | e0445236daccd8e6f561ac0e264f016d3d05f7fb | [log] [tgz] |
---|---|---|
author | Clayton Wilkinson <wilkinsonclay@fuchsia.infra.roller.google.com> | Mon Mar 13 17:01:07 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 13 10:02:21 2023 -0700 |
tree | b74acdb6864cb271be76331370c1a765effa7b35 | |
parent | 60837cf31235d15551ea8e19225cbc7a35f909c5 [diff] |
[roll] Roll fuchsia [fvdl] Removing dependency on package_archive The use of //build/gn:package_archive as an input to the test is causing the creation of that archive on effectively all incremental builds. This is a 40 second operation with a repository of this size (this is an operation that doesn't scale with the size of the incremental build, it's a constant-sized operation based on the size of the overall TUF repo (base + cache + universe) The package repository was not actually used in the test, so it is just removed, and an empty directory is created instead. The tool `fvdl` is being actively deprecated in favor of `ffx emu` so the test is not actually being modified to improve coverage of successfully starting package serving. This will be covered in `ffx emu` e2e tests which should be written in the near future. Original-Bug: 123378 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/817851 Original-Revision: cfb40eb8c1bea56d48a126c6a35549f999fdc3c0 GitOrigin-RevId: b73259587eda7d0760f7780255e1e19f7fc49a80 Change-Id: Ifd22b093c9df8b086de041729b0abc4b128b14d1
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
.