blob: b6b8cade916567ad4a731c5644b42572cbb95a7a [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 = [
"//driver:pkg",
"//driver:test_pkg",
],
cipd_uploads = [
"//driver:artifact_cipd_release",
"//driver:debug_symbol_cipd_release",
],
)