blob: 2cd1e0f1348e34330e0915f9bbfdb0ef75c4315c [file]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Definitions of expect_tests.git CI resources."""
load("//lib/build.star", "build")
REPO_URL = "https://chromium.googlesource.com/infra/testing/expect_tests"
luci.cq_group(
name = "expect_tests",
watch = cq.refset(repo = REPO_URL, refs = [r"refs/heads/main"]),
retry_config = cq.RETRY_NONE,
)
build.presubmit(
name = "Expect-Tests Presubmit",
cq_group = "expect_tests",
repo_name = "expect_tests",
run_hooks = False,
os = "Ubuntu-22.04",
)