[libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency

This commit is contained in:
Louis Dionne 2022-05-24 09:58:04 -04:00
parent b2a13d3e2d
commit a9a6e20012
3 changed files with 3 additions and 3 deletions

View 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"

View File

@ -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
;;