summaryrefslogtreecommitdiffstats
path: root/chromium/docs/website/infra/config/generated/cr-buildbucket.cfg
blob: 80b0626d79c43c3c6b7eb234e34a854a0fb6bcfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see BuildbucketCfg message:
#   https://luci-config.appspot.com/schemas/projects:buildbucket.cfg

buckets {
  name: "ci"
  acls {
    group: "all"
  }
  swarming {
    builders {
      name: "chromium-website-ci-builder"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Ubuntu-18.04"
      dimensions: "pool:luci.flex.ci"
      exe {
        cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
        cipd_version: "refs/heads/main"
        cmd: "luciexe"
      }
      properties:
        '{'
        '  "recipe": "chromium_website"'
        '}'
      execution_timeout_secs: 3600
      build_numbers: YES
      service_account: "chromium-website-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
  }
}
buckets {
  name: "try"
  acls {
    group: "all"
  }
  acls {
    role: SCHEDULER
    identity: "user:tricium-prod@appspot.gserviceaccount.com"
  }
  acls {
    role: SCHEDULER
    group: "project-chromium-website-tryjob-access"
  }
  acls {
    role: SCHEDULER
    group: "service-account-cq"
  }
  swarming {
    builders {
      name: "chromium-website-try-builder"
      swarming_host: "chromium-swarm.appspot.com"
      dimensions: "cpu:x86-64"
      dimensions: "os:Ubuntu-18.04"
      dimensions: "pool:luci.flex.try"
      exe {
        cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
        cipd_version: "refs/heads/main"
        cmd: "luciexe"
      }
      properties:
        '{'
        '  "recipe": "chromium_website"'
        '}'
      execution_timeout_secs: 3600
      build_numbers: YES
      service_account: "chromium-website-try-builder@chops-service-accounts.iam.gserviceaccount.com"
      experiments {
        key: "luci.recipes.use_python3"
        value: 100
      }
    }
  }
}