tree: 16f1d5130cfd3e32e04401d12f5ac6bcc35b2947 [path history] [tgz]
  1. conditions/
  2. data/
  3. presubmit/
  4. bazel.py
  5. BUILD
  6. ci
  7. ci.cmd
  8. ci.py
  9. ci_test.py
  10. errors.py
  11. fake_build_env.py
  12. fake_gce.py
  13. flake_reruns.py
  14. gce.py
  15. gce_test.py
  16. mutation_testing.sh
  17. OWNERS
  18. owners_checks.py
  19. owners_exempt.lst
  20. query_checks.py
  21. README.md
  22. studio.py
  23. studio_evals.py
  24. studio_linux.py
  25. studio_linux_canary.sh
  26. studio_lldb.sh
  27. studio_mac.py
  28. studio_nightly.py
  29. studio_nightly.sh
  30. studio_win.py
  31. 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.