blob: 3064c28c73911a7ceec9b66a9e3c9bbfaf4f4056 [file]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Definitions of TurboCI CI resources."""
load("//lib/build.star", "build")
load("//lib/infra.star", "infra")
infra.cq_group(
name = "turboci-proto",
repo = "https://chromium.googlesource.com/infra/turboci/proto",
)
build.presubmit(
name = "turboci-proto-presubmit",
cq_group = "turboci-proto",
os = "Ubuntu",
)