| # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| # documentation of this file format. |
| version: 1 |
| |
| # TODO(you): Modify these for your repo. |
| cq_name: "simple-ci-gerrit-test" # Must be unique. |
| git_repo_url: "https://chromium.googlesource.com/playground/gerrit-cq/simple-ci" |
| |
| |
| cq_status_url: "https://chromium-cq-status.appspot.com" |
| in_production: true |
| gerrit { |
| cq_verified_label: "Verified" |
| dry_run_sets_cq_verified_label: true |
| } |
| verifiers { |
| try_job { |
| buckets { |
| name: "infra.simple_ci" |
| builders { name: "ubuntu14.04-x86-64" } |
| } |
| } |
| } |