blob: 374a41c5a302a6cfb6022a9802d4bd6a3c8c2e63 [file] [log] [blame]
#!/usr/bin/env lucicfg
# Copyright 2019 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""
Configurations for the cocoon repository.
The schedulers pull commits indirectly from GoB repo (https://flutter.googlesource.com/mirrors/cocoon)
which is mirrored from https://github.com/flutter/cocoon.
"""
load("//lib/ci_yaml/ci_yaml.star", "ci_yaml")
def _setup():
ci_yaml.generate("cocoon", "main", None, "refs/heads/main", {}, {})
cocoon_config = struct(setup = _setup)