Initialize.

Change-Id: I1eed269888b796c4fe4d9acea59f81bc1cccdfdd
7 files changed
tree: 176b7a33fc514d775ed3c9985a83cd375dfe7147
  1. infra/
  2. codereview.settings
  3. README.md
  4. test1.py
  5. test2
README.md

Simple CI with Gerrit and CQ

See https://goto.google.com/chrome-simple-ci

Steps so far:

  1. Create new repository in Gerrit, but you already have it, don't you?

  2. Register it in luci-config - ask infra. Example: https://chrome-internal-review.googlesource.com/#/c/262666/

  3. (Public repos only) Mark your repo as such:

     git checkout --orphan infra/config
     wget https://chromium.googlesource.com/infra/infra.git/+/infra/config/project.cfg
     git add project.cfg && git commit -m "Mark this repo public"
     git push origin infra/config
     git checkout master  # Go back to familiar branch.
    
  4. Copy-paste and edit the following files from this repo:

     git checkout master
     wget infra/config/cq.cfg
     infra/config/ci.cfg