| # Copyright 2024 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Schema: https://fuchsia.googlesource.com/infra/infra/+/HEAD/cmd/roller-configurator/proto/rollers_cfg.proto |
| |
| rollers: [ |
| { |
| submodule: { |
| path: "third_party/fuchsia-infra-bazel-rules" |
| } |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| }, |
| { |
| submodule: { |
| path: "third_party/googletest" |
| } |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| }, |
| { |
| submodule: { |
| path: "third_party/platforms" |
| ref: "refs/heads/upstream/main" |
| } |
| notify_emails: [ |
| "fuchsia-sdk-experiences+notify@google.com" |
| ] |
| }, |
| { |
| submodule: { |
| path: "third_party/rules_license" |
| } |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| }, |
| { |
| submodule: { |
| path: "third_party/rules_python" |
| } |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| }, |
| { |
| cipd_packages: { |
| dep_name: "bazel_sdk" |
| ensure_files: [ |
| { |
| path: "manifests/bazel_sdk.ensure" |
| packages: ["fuchsia/sdk/core/fuchsia-bazel-rules/${os=linux}-${arch}"] |
| }, |
| { |
| path: "manifests/product_bundles.ensure" |
| packages: ["fuchsia/development/product_bundles/v2"] |
| } |
| ] |
| tag: "version" |
| ref: "latest" |
| } |
| schedule: "with 2h interval" |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| }, |
| { |
| cipd_packages: { |
| dep_name: "clang" |
| ensure_files: [ |
| { |
| path: "manifests/clang.ensure" |
| packages: ["fuchsia/third_party/clang/${os=linux}-${arch}"] |
| } |
| ] |
| tag: "git_revision" |
| ref: "integration" |
| } |
| schedule: "with 2h interval" |
| notify_emails: ["fuchsia-sdk-experiences+notify@google.com"] |
| } |
| ] |