tree: 4a131c0c2ac549fe68da5ff0d32f56cbb143c666 [path history] [tgz]
  1. generated/
  2. README.md
  3. regenerate_configs.sh
  4. source_tree_test_config.star
  5. source_tree_test_config_helper.star
  6. target_test_requirements_config.star
  7. target_test_requirements_config_helper.star
testingconfig/README.md

Chrome OS testing config

These config files are used to determine which tests need to be run for particular commits.

This configuration is done with Starlark.

The human-readable configuration, as well as helper methods, live in this directory, while their generated Protocol Buffer-JSON files live in the generated/ subdirectory.

Regenerating the configs

To regenerate the JSON files, run the regenerate_configs.sh script in this directory.

Proto locations

The Protocol Buffers that describe these configs' output JSON format live in the lucicfg repo. It'd be nice to have those protos here, but due to a limitation of our Starlark interpreter, the protos must live with the interpreter itself.

Those files can be found here:

https://chromium.googlesource.com/infra/luci/luci-go/+/master/lucicfg/external/crostesting/proto/config