mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
ci: Quote underscores.
My editor doesn't like them, and probably they should be. BUG=None TEST=read it. Change-Id: I40041e41841e47cb386fcd12a4622efeca33474d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3215932 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
0c9c4baa7f
commit
ce6cf4efe2
1 changed files with 11 additions and 11 deletions
22
ci/README.md
22
ci/README.md
|
@ -10,24 +10,24 @@ testing.
|
|||
|
||||
Directories:
|
||||
|
||||
- ci/build_environment: Contains tooling for building the dependencies of
|
||||
- `ci/build_environment`: Contains tooling for building the dependencies of
|
||||
crosvm.
|
||||
- ci/crosvm_aarch64_builder: An x86 docker image to cross-compile for aarch64
|
||||
- `ci/crosvm_aarch64_builder`: An x86 docker image to cross-compile for aarch64
|
||||
and test with user-space emulation.
|
||||
- ci/crosvm_base: Docker image shared by crosvm_builder and
|
||||
crosvm_aarch64_builder
|
||||
- ci/crosvm_builder: A native docker image for building and testing crosvm
|
||||
- ci/crosvm_test_vm: Dockerfile to build the VM included in the builder
|
||||
- `ci/crosvm_base`: Docker image shared by `crosvm_builder` and
|
||||
`crosvm_aarch64_builder`
|
||||
- `ci/crosvm_builder`: A native docker image for building and testing crosvm
|
||||
- `ci/crosvm_test_vm`: Dockerfile to build the VM included in the builder
|
||||
containers.
|
||||
- ci/kokoro: Configuration files and build scripts used by Kokoro to run
|
||||
- `ci/kokoro`: Configuration files and build scripts used by Kokoro to run
|
||||
crosvm tests.
|
||||
|
||||
Scripts:
|
||||
|
||||
- ci/aarch64_builder: Script to start the crosvm_aarch64_builder container
|
||||
- ci/builder: Script to start the crosvm_builder container
|
||||
- ci/run_container.sh: Implementation behind the above scripts.
|
||||
- test_runner.py: Implementation behind the `./test_all` script.
|
||||
- `ci/aarch64_builder`: Script to start the `crosvm_aarch64_builder` container
|
||||
- `ci/builder`: Script to start the `crosvm_builder` container
|
||||
- `ci/run_container.sh`: Implementation behind the above scripts.
|
||||
- `test_runner.py`: Implementation behind the `./test_all` script.
|
||||
|
||||
### Building and uploading a new version of builders
|
||||
|
||||
|
|
Loading…
Reference in a new issue