github.com/btwiuse/jiri@v0.0.0-20191125065820-53353bcfef54/infra/config/cq.cfg (about)

     1  # Copyright 2016 The Fuchsia Authors. All rights reserved.
     2  # Use of this source code is governed by a BSD-style license that can be
     3  # found in the LICENSE file.
     4  
     5  # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
     6  # documentation of this file format.
     7  
     8  version: 1
     9  cq_name: "jiri"
    10  cq_status_url: "https://fuchsia-cq-status.appspot.com"
    11  git_repo_url: "https://fuchsia.googlesource.com/jiri"
    12  
    13  gerrit {}
    14  
    15  verifiers {
    16    try_job {
    17      buckets {
    18        name: "luci.jiri.ci",
    19        builders {
    20          name: "Linux x86-64"
    21        }
    22        builders {
    23          name: "Mac x86-64"
    24        }
    25      }
    26    }
    27    gerrit_cq_ability {
    28      committer_list: "project-fuchsia-committers"
    29      dry_run_access_list: "project-fuchsia-tryjob-access"
    30    }
    31    sign_cla {}
    32  }