[libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 24 May 2022 13:58:04 +0000 (09:58 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 24 May 2022 13:58:57 +0000 (09:58 -0400)
libcxx/cmake/caches/Generic-no-threads.cmake [moved from libcxx/cmake/caches/Generic-singlethreaded.cmake with 100% similarity]
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot

index cf011d1..d3db1e1 100644 (file)
@@ -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"
index bc57927..0732ffc 100755 (executable)
@@ -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
 ;;