go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/examples/02-ci-and-try/generated/cr-buildbucket.cfg (about)

     1  # Auto-generated by lucicfg.
     2  # Do not modify manually.
     3  #
     4  # For the schema of this file, see BuildbucketCfg message:
     5  #   https://config.luci.app/schemas/projects:buildbucket.cfg
     6  
     7  buckets {
     8    name: "ci"
     9    acls {
    10      group: "all"
    11    }
    12    swarming {
    13      builders {
    14        name: "bionic"
    15        swarming_host: "chromium-swarm.appspot.com"
    16        dimensions: "cpu:x86-64"
    17        dimensions: "os:Ubuntu-18.04"
    18        dimensions: "pool:luci.my-awesome-project.ci"
    19        exe {
    20          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
    21          cipd_version: "refs/heads/main"
    22          cmd: "luciexe"
    23        }
    24        properties:
    25          '{'
    26          '  "recipe": "ci_builder"'
    27          '}'
    28        execution_timeout_secs: 2700
    29        service_account: "my-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
    30        experiments {
    31          key: "luci.recipes.use_python3"
    32          value: 100
    33        }
    34      }
    35      builders {
    36        name: "mac-10.13"
    37        swarming_host: "chromium-swarm.appspot.com"
    38        dimensions: "cpu:x86-64"
    39        dimensions: "os:Mac-10.13"
    40        dimensions: "pool:luci.my-awesome-project.ci"
    41        exe {
    42          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
    43          cipd_version: "refs/heads/main"
    44          cmd: "luciexe"
    45        }
    46        properties:
    47          '{'
    48          '  "recipe": "ci_builder"'
    49          '}'
    50        execution_timeout_secs: 2700
    51        service_account: "my-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
    52        experiments {
    53          key: "luci.recipes.use_python3"
    54          value: 100
    55        }
    56      }
    57      builders {
    58        name: "win-32"
    59        swarming_host: "chromium-swarm.appspot.com"
    60        dimensions: "cpu:x86-32"
    61        dimensions: "os:Windows"
    62        dimensions: "pool:luci.my-awesome-project.ci"
    63        exe {
    64          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
    65          cipd_version: "refs/heads/main"
    66          cmd: "luciexe"
    67        }
    68        properties:
    69          '{'
    70          '  "recipe": "ci_builder"'
    71          '}'
    72        execution_timeout_secs: 2700
    73        service_account: "my-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
    74        experiments {
    75          key: "luci.recipes.use_python3"
    76          value: 100
    77        }
    78      }
    79      builders {
    80        name: "win-64"
    81        swarming_host: "chromium-swarm.appspot.com"
    82        dimensions: "cpu:x86-64"
    83        dimensions: "os:Windows"
    84        dimensions: "pool:luci.my-awesome-project.ci"
    85        exe {
    86          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
    87          cipd_version: "refs/heads/main"
    88          cmd: "luciexe"
    89        }
    90        properties:
    91          '{'
    92          '  "recipe": "ci_builder"'
    93          '}'
    94        execution_timeout_secs: 2700
    95        service_account: "my-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
    96        experiments {
    97          key: "luci.recipes.use_python3"
    98          value: 100
    99        }
   100      }
   101      builders {
   102        name: "xenial"
   103        swarming_host: "chromium-swarm.appspot.com"
   104        dimensions: "cpu:x86-64"
   105        dimensions: "os:Ubuntu-16.04"
   106        dimensions: "pool:luci.my-awesome-project.ci"
   107        exe {
   108          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   109          cipd_version: "refs/heads/main"
   110          cmd: "luciexe"
   111        }
   112        properties:
   113          '{'
   114          '  "recipe": "ci_builder"'
   115          '}'
   116        execution_timeout_secs: 2700
   117        service_account: "my-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
   118        experiments {
   119          key: "luci.recipes.use_python3"
   120          value: 100
   121        }
   122      }
   123    }
   124  }
   125  buckets {
   126    name: "try"
   127    acls {
   128      group: "all"
   129    }
   130    acls {
   131      role: SCHEDULER
   132      group: "my-awesome-project-tryjob-access"
   133    }
   134    swarming {
   135      builders {
   136        name: "bionic"
   137        swarming_host: "chromium-swarm.appspot.com"
   138        dimensions: "cpu:x86-64"
   139        dimensions: "os:Ubuntu-18.04"
   140        dimensions: "pool:luci.my-awesome-project.try"
   141        exe {
   142          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   143          cipd_version: "refs/heads/main"
   144          cmd: "luciexe"
   145        }
   146        properties:
   147          '{'
   148          '  "recipe": "try_builder"'
   149          '}'
   150        execution_timeout_secs: 2700
   151        service_account: "my-try-builder@chops-service-accounts.iam.gserviceaccount.com"
   152        experiments {
   153          key: "luci.recipes.use_python3"
   154          value: 100
   155        }
   156      }
   157      builders {
   158        name: "mac-10.13"
   159        swarming_host: "chromium-swarm.appspot.com"
   160        dimensions: "cpu:x86-64"
   161        dimensions: "os:Mac-10.13"
   162        dimensions: "pool:luci.my-awesome-project.try"
   163        exe {
   164          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   165          cipd_version: "refs/heads/main"
   166          cmd: "luciexe"
   167        }
   168        properties:
   169          '{'
   170          '  "recipe": "try_builder"'
   171          '}'
   172        execution_timeout_secs: 2700
   173        service_account: "my-try-builder@chops-service-accounts.iam.gserviceaccount.com"
   174        experiments {
   175          key: "luci.recipes.use_python3"
   176          value: 100
   177        }
   178      }
   179      builders {
   180        name: "win-32"
   181        swarming_host: "chromium-swarm.appspot.com"
   182        dimensions: "cpu:x86-32"
   183        dimensions: "os:Windows"
   184        dimensions: "pool:luci.my-awesome-project.try"
   185        exe {
   186          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   187          cipd_version: "refs/heads/main"
   188          cmd: "luciexe"
   189        }
   190        properties:
   191          '{'
   192          '  "recipe": "try_builder"'
   193          '}'
   194        execution_timeout_secs: 2700
   195        service_account: "my-try-builder@chops-service-accounts.iam.gserviceaccount.com"
   196        experiments {
   197          key: "luci.recipes.use_python3"
   198          value: 100
   199        }
   200      }
   201      builders {
   202        name: "win-64"
   203        swarming_host: "chromium-swarm.appspot.com"
   204        dimensions: "cpu:x86-64"
   205        dimensions: "os:Windows"
   206        dimensions: "pool:luci.my-awesome-project.try"
   207        exe {
   208          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   209          cipd_version: "refs/heads/main"
   210          cmd: "luciexe"
   211        }
   212        properties:
   213          '{'
   214          '  "recipe": "try_builder"'
   215          '}'
   216        execution_timeout_secs: 2700
   217        service_account: "my-try-builder@chops-service-accounts.iam.gserviceaccount.com"
   218        experiments {
   219          key: "luci.recipes.use_python3"
   220          value: 100
   221        }
   222      }
   223      builders {
   224        name: "xenial"
   225        swarming_host: "chromium-swarm.appspot.com"
   226        dimensions: "cpu:x86-64"
   227        dimensions: "os:Ubuntu-16.04"
   228        dimensions: "pool:luci.my-awesome-project.try"
   229        exe {
   230          cipd_package: "infra/recipe_bundles/<your-recipe-bundle>"
   231          cipd_version: "refs/heads/main"
   232          cmd: "luciexe"
   233        }
   234        properties:
   235          '{'
   236          '  "recipe": "try_builder"'
   237          '}'
   238        execution_timeout_secs: 2700
   239        service_account: "my-try-builder@chops-service-accounts.iam.gserviceaccount.com"
   240        experiments {
   241          key: "luci.recipes.use_python3"
   242          value: 100
   243        }
   244      }
   245    }
   246  }