2 #===----------------------------------------------------------------------===##
4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 # See https://llvm.org/LICENSE.txt for license information.
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
11 # This file generates a Buildkite pipeline that triggers the various CI jobs for
12 # the LLVM project on scheduled builds.
14 # See https://buildkite.com/docs/agent/v3/cli-pipeline#pipeline-format.
19 - trigger: "libcxx-ci"
21 message: "${BUILDKITE_MESSAGE}"
22 commit: "${BUILDKITE_COMMIT}"
23 branch: "${BUILDKITE_BRANCH}"
27 message: "${BUILDKITE_MESSAGE}"
28 commit: "${BUILDKITE_COMMIT}"
29 branch: "${BUILDKITE_BRANCH}"