[libcxx-commits] [libcxx] a9a6e20 - [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 24 06:59:04 PDT 2022
Author: Louis Dionne
Date: 2022-05-24T09:58:57-04:00
New Revision: a9a6e200125e39c7cf1d3d0724bbcebbd17212aa
URL: https://github.com/llvm/llvm-project/commit/a9a6e200125e39c7cf1d3d0724bbcebbd17212aa
DIFF: https://github.com/llvm/llvm-project/commit/a9a6e200125e39c7cf1d3d0724bbcebbd17212aa.diff
LOG: [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency
Added:
libcxx/cmake/caches/Generic-no-threads.cmake
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
Removed:
libcxx/cmake/caches/Generic-singlethreaded.cmake
################################################################################
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 cf011d123fe6f..d3db1e125c5cb 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 bc57927e4aef1..0732ffc2e6f50 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
;;
More information about the libcxx-commits
mailing list