[libcxx] [llvm] remove linux buildkite builders entirely (PR #73825)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 09:18:25 PST 2023


https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/73825

None

>From 5a11a7998d975dd9286df9c74bb2b9ed161e3a54 Mon Sep 17 00:00:00 2001
From: eric <eric at efcs.ca>
Date: Wed, 29 Nov 2023 12:18:00 -0500
Subject: [PATCH] remove linux buildkite builders entirely

---
 .github/workflows/libcxx-build-and-test.yaml |  4 ++++
 libcxx/utils/ci/buildkite-pipeline.yml       | 14 --------------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index dccfe54d4646767..5204fb4569ed309 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -158,6 +158,10 @@ jobs:
           'generic-no-wide-characters',
           'generic-static',
           'generic-with_llvm_unwinder'
+          # TODO Find a better place for the benchmark and bootstrapping builds to live. They're either very expensive
+          # or don't provide much value since the benchmark run results are too noise on the bots.
+          'benchmarks',
+          'bootstrapping-build',
         ]
         machine: [ 'libcxx-runners-8' ]
         std_modules: [ 'OFF' ]
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 3c49247ab5aeeb9..7077f754220eb21 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -101,20 +101,6 @@ environment_definitions:
 
 
 steps:
-- label: Bootstrapping build
-  command: libcxx/utils/ci/run-buildbot bootstrapping-build
-  env:
-    <<: *common_env
-  <<: *linux_agent
-  <<: *common
-
-- label: Benchmarks
-  command: libcxx/utils/ci/run-buildbot benchmarks
-  env:
-    <<: *common_env
-  <<: *linux_agent
-  <<: *common
-
 - group: ':windows: Windows'
   steps:
   - label: Clang-cl (DLL)



More information about the llvm-commits mailing list