blob: 72f6efca43a2d4ecae2c042204f61501684465eb [file] [log] [blame]
# 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"
]
},
{
cipd_packages: {
dep_name: "bazel_sdk"
ensure_files: [
{
path: "manifests/emac_bibs.ensure"
packages: [
"fuchsia/assembly/board_input_bundles/emac/board_driver",
"fuchsia/assembly/board_input_bundles/emac/main_bundle",
"fuchsia/assembly/board_input_bundles/emac/devicetree"
]
},
{
path: "manifests/bazel_sdk.ensure"
packages: ["fuchsia/sdk/core/fuchsia-bazel-rules/${os=linux}-${arch}"]
},
{
path: "manifests/fuchsia_platform.ensure"
packages: ["fuchsia/assembly/platform/arm64"]
},
{
path: "manifests/product_bundles.ensure"
packages: ["fuchsia/development/product_bundles/v2"]
},
{
path: "manifests/vim3_partitions.ensure"
packages: ["fuchsia/assembly/partitions/vim3"]
}
]
tag: "version"
ref: "latest"
}
schedule: "with 2h interval"
},
{
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"
}
]