Sha256: b2f674648ce95f691296107a92472728be72596f587edf2fffaf262c4f68f62d

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 KB

Contents

# Commit Queue configuration file. The documentation of the format can be found
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.

version: 1
cq_name: "depot_tools"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/chromium/tools/depot_tools"

gerrit {}
rietveld {
  url: "https://codereview.chromium.org"
}

verifiers {
  reviewer_lgtm {
    committer_list: "project-infra-committers"
    dry_run_access_list: "project-infra-tryjob-access"
  }
  gerrit_cq_ability {
    committer_list: "project-infra-committers"
    dry_run_access_list: "project-infra-tryjob-access"
  }

  try_job {
    buckets {
      name: "luci.infra.depot_tools.try"
      builders { name: "Depot Tools Presubmit" }
      builders {
        name: "build Roll Tester"
        experiment_percentage: 100
      }
      builders {
        name: "infra Roll Tester"
        experiment_percentage: 100
      }
      builders {
        name: "skia Roll Tester"
        experiment_percentage: 100
      }
      builders {
        name: "skiabuildbot Roll Tester"
        experiment_percentage: 100
      }
    }
    buckets {
      name: "master.internal.infra.try"
      builders {
        name: "build_limited Roll Tester (depot_tools)"
        experiment_percentage: 100
      }
      builders {
        name: "release_scripts Roll Tester (depot_tools)"
        experiment_percentage: 100
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
libv8-6.0.286.54.1 vendor/depot_tools/infra/config/cq.cfg
libv8-6.0.286.54.0 vendor/depot_tools/infra/config/cq.cfg
libv8-6.0.286.54.0beta2 vendor/depot_tools/infra/config/cq.cfg
libv8-6.0.286.54.0beta1 vendor/depot_tools/infra/config/cq.cfg
libv8-6.0.286.44.0beta1 vendor/depot_tools/infra/config/cq.cfg