commit | f26da44b2b2ddfea5bb012f512f1575df7c8c41c | [log] [tgz] |
---|---|---|
author | Andrew Williams <awillia@chromium.org> | Thu Jun 26 02:28:57 2025 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 26 18:51:53 2025 |
tree | c0be71230e87438f153cd2fd81f5b81069320beb | |
parent | 4adcbc55d075a7578393b2d8f004d07fde25ec60 [diff] |
Remove asadrieh as OWNER in chromiumos/platform/tast Removing since he's not working on ChromeOS anymore Change-Id: Iab1128ddd52f37372a843e24cf2ed0046458d7fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/6676918 Tested-by: Andrew Williams <awillia@chromium.org> Reviewed-by: Afshin Sadrieh <asadrieh@google.com> Commit-Queue: Andrew Williams <awillia@chromium.org>
Tast is an integration-testing system for ChromeOS. Its focus is on maintainability, speed, and ease of interpreting and reproducing test results. It supports building, deploying, and running tests. It doesn't implement other functionality like managing labs of devices used for testing, scheduling tests, or storing test results.
For more information, see the list of documentation.
This repository is organized in accordance with the Go in ChromiumOS suggestions.
src/go.chromium.org/
tast/runner/local_test_runner/
- main
package for the local_test_runner
executable used to execute local test bundles on-device.tast/core/cmd/remote_test_runner/
- main
package for the remote_test_runner
executable used to execute remote test bundles on the host system.tast/core/cmd/tast/
- main
package for the tast
executable used to build and run tests.tast
executable.tast/core/
- Common packages shared by multiple executables.Tests are located in the tast-tests repository.
The Go gopher concept and design was originally created by Renee French and is covered by the Creative Commons Attribution 3.0 license. The Tast logo above is also covered by the Creative Commons Attribution 3.0 license.