diff --git a/libcxx/utils/ci/buildkite-pipeline-premerge.sh b/libcxx/utils/ci/buildkite-pipeline-premerge.sh deleted file mode 100755 --- a/libcxx/utils/ci/buildkite-pipeline-premerge.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -#===----------------------------------------------------------------------===## -# -# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -# See https://llvm.org/LICENSE.txt for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -# -#===----------------------------------------------------------------------===## - -# TODO: Remove this once the premerge checks invoke the script below directly. -./.ci/generate-buildkite-pipeline-premerge diff --git a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh b/libcxx/utils/ci/buildkite-pipeline-snapshot.sh deleted file mode 100755 --- a/libcxx/utils/ci/buildkite-pipeline-snapshot.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -#===----------------------------------------------------------------------===## -# -# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -# See https://llvm.org/LICENSE.txt for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -# -#===----------------------------------------------------------------------===## - -# TODO: Remove this once the premerge checks invoke the script below directly. -./.ci/generate-buildkite-pipeline-scheduled diff --git a/libcxx/utils/ci/generate-buildkite-pipeline b/libcxx/utils/ci/generate-buildkite-pipeline deleted file mode 100755 --- a/libcxx/utils/ci/generate-buildkite-pipeline +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -#===----------------------------------------------------------------------===## -# -# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -# See https://llvm.org/LICENSE.txt for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -# -#===----------------------------------------------------------------------===## - -# -# This script generates the appropriate libc++ CI pipeline based on which project(s) were changed. -# TODO: Remove this once the libcxx CI pipeline uploads the buildkite-pipeline.yml file directly. -# - -if git diff --name-only HEAD~1 | grep -q -E "^libcxx/|^libcxxabi/|^libunwind/|^runtimes/|^cmake/"; then - cat libcxx/utils/ci/buildkite-pipeline.yml -fi