command
Version:
v0.0.0-...-dc0012d
Opens a new window with list of versions in this module.
Published: Mar 13, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Prepare to build
cd infra/go
eval `./env.py`
cd src/infra/cmd/crosfleet
Build
go build .
Run
go run . help
Run unit tests
go test ./...
Lint check files (vet)
go vet ./...
To format all files:
go fmt ./...
Or specific files:
`go fmt internal/run/testcommon.go
Documentation
¶
Command crosfleet is a Chrome OS hardware test lab tool.
Source Files
¶
Directories
¶
internal
|
|
buildbucket
Package buildbucket provides a Buildbucket client with helper methods for interacting with builds.
|
Package buildbucket provides a Buildbucket client with helper methods for interacting with builds. |
|
|
|
|
flagx
Package flagx contains custom CLI flag types for crosfleet.
|
Package flagx contains custom CLI flag types for crosfleet. |
|
|
|
|
|
|
site
Package site contains site local constants for the crosfleet tool.
|
Package site contains site local constants for the crosfleet tool. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.