blob: 7a3e3ffab4daedce0ac9c0179bd1116e28d9046e [file] [log] [blame]
# Copyright 2023 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.
load(
"@fuchsia_infra//infra:infra.bzl",
"fuchsia_builder_group",
)
fuchsia_builder_group(
name = "infra",
build_only = [
# This driver is no longer being used so we turn off builds and uploads
# "//driver:pkg",
# "//driver:test_pkg",
],
cipd_uploads = [
# "//driver:artifact_cipd_release",
# "//driver:debug_symbol_cipd_release",
],
)