From a9a6e200125e39c7cf1d3d0724bbcebbd17212aa Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 24 May 2022 09:58:04 -0400 Subject: [PATCH] [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency --- ...{Generic-singlethreaded.cmake => Generic-no-threads.cmake} | 0 libcxx/utils/ci/buildkite-pipeline.yml | 2 +- libcxx/utils/ci/run-buildbot | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename libcxx/cmake/caches/{Generic-singlethreaded.cmake => Generic-no-threads.cmake} (100%) diff --git a/libcxx/cmake/caches/Generic-singlethreaded.cmake b/libcxx/cmake/caches/Generic-no-threads.cmake similarity index 100% rename from libcxx/cmake/caches/Generic-singlethreaded.cmake rename to libcxx/cmake/caches/Generic-no-threads.cmake diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml index cf011d123fe6..d3db1e125c5c 100644 --- a/libcxx/utils/ci/buildkite-pipeline.yml +++ b/libcxx/utils/ci/buildkite-pipeline.yml @@ -410,7 +410,7 @@ steps: - group: "Parts disabled" steps: - label: "No threads" - command: "libcxx/utils/ci/run-buildbot generic-singlethreaded" + command: "libcxx/utils/ci/run-buildbot generic-no-threads" artifact_paths: - "**/test-results.xml" - "**/*.abilist" diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index bc57927e4aef..0732ffc2e6f5 100755 --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -342,9 +342,9 @@ generic-with_llvm_unwinder) -DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" check-runtimes ;; -generic-singlethreaded) +generic-no-threads) clean - generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-singlethreaded.cmake" \ + generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-threads.cmake" \ -DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" check-runtimes ;;