Rietveld: schedule builds on buildbucket

Builds are scheduled on behalf of the logged in user.

R=jrobbins@chromium.org, vadimsh@chromium.org, tandrii@chromium.org
BUG=461620

Review URL: https://codereview.chromium.org/1344253002
3 files changed
tree: de4376d63409003c39c6b4635ba4a24a990b6a78
  1. appengine/
  2. appengine_module/
  3. bootstrap/
  4. build/
  5. config/
  6. doc/
  7. docker/
  8. glyco/
  9. go/
  10. infra/
  11. infra_libs/
  12. node/
  13. test/
  14. utils/
  15. .coveragerc
  16. .gitignore
  17. codereview.settings
  18. DEPS
  19. LICENSE
  20. navbar.md
  21. OWNERS
  22. PRESUBMIT.py
  23. README.md
  24. run.py
  25. test.py
  26. testjs.py
README.md

infra.git repository

Welcome to the Chrome Infra repository!

Wondering where to start? Check out General Chrome Infrastructure documentation. The rest of this page is specific to this repo.

Entry points

  • run.py: wrapper script to run programs contained in subdirectories without having to deal with sys.path modifications.
  • test.py: multi-purpose script to run tests.
  • infra_libs/: generally useful functions and classes
  • infra/services/: standalone programs intended to be run as daemons.
  • infra/tools: command-line tools, intended to be run by developers.
  • appengine/: many Chrome-infra-managed AppEngine applications
  • infra/experimental: for, well, experimental stuff. Once they are stabilized and reviewed, they should be moved in a more permanent place.

Miscellaneous technical stuff

  • bootstrap/: utilities to set up a proper Python virtual environment.
  • infra/path_hacks: submodules of this modules give access to modules in the build/ repository. from infra.path_hacks.common import <stg> is actually getting <stg> from build/scripts/common.
  • utils/: purpose? utils?