mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
kokoro: Remove mention of manifest.xml.
We are no longer pinned to a specific version since https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2840057 BUG=None TEST=read it. Change-Id: I23750d5404f776c21de4ba11e17b5704751b247a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2902915 Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Junichi Uekawa <uekawa@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Junichi Uekawa <uekawa@chromium.org>
This commit is contained in:
parent
2f4a80f366
commit
dc2f396277
1 changed files with 2 additions and 4 deletions
|
@ -96,11 +96,9 @@ crosvm-aarch64$ cargo test -p kvm_sys
|
|||
### Reproducing Kokoro locally
|
||||
|
||||
Kokoro uses the same builders and the same `run_tests` script to run tests.
|
||||
However, to keep the build stable, it syncs the chromiumos checkout to the fixed
|
||||
manifest found at `./ci/kokoro/manifest.xml`.
|
||||
|
||||
To run tests using the same manifest, as well as the same build process that
|
||||
Kokoro uses, you can run: `./ci/kokoro/simulate_all`.
|
||||
To sync to ToT, as well as the same build process that Kokoro uses, you can run:
|
||||
`./ci/kokoro/simulate_all`.
|
||||
|
||||
## Implementation Overview
|
||||
|
||||
|
|
Loading…
Reference in a new issue