tree: eaff0fc8e956acd58de5e9f4171404a1d1642b11 [path history] [tgz]
  1. data/
  2. bazel.py
  3. BUILD
  4. ci
  5. ci.py
  6. ci_test.py
  7. query_checks.py
  8. README.md
  9. studio_linux_canary.sh
  10. studio_lldb.sh
  11. studio_nightly.sh
  12. studio_win_canary.cmd
bazel/ci/README.md

ci command.

./ci target

A python script for running continuous integration (CI) builds. Other scripts may eventually be converted to ci targets to reduce duplication and avoid error-prone shell scripts.

Postsubmit testing

Other scripts in this directory are intended to be owned and maintained by their respective teams. android-devtools-infra@ must review changes to these scripts to verify they will not negatively effect shared resources.

See go/studio-postsubmit for more details and how to set up a new branch + target configuration.