[libcxx-commits] [PATCH] D118725: [libc++] Add Unstable ABI CI run
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 1 12:23:48 PST 2022
philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone.
Herald added a subscriber: arichardson.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118725
Files:
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -390,6 +390,14 @@
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
check-runtimes
;;
+generic-abi-unstable)
+ clean
+ generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-wide-characters.cmake" \
+ -DLIBCXX_TEST_CONFIG="llvm-libc++-shared.cfg.in" \
+ -DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" \
+ -DLIBCXX_ABI_UNSTABLE=ON
+ check-runtimes
+;;
apple-system)
clean
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -466,6 +466,19 @@
limit: 2
timeout_in_minutes: 120
+ - label: "Unstable ABI"
+ command: "libcxx/utils/ci/run-buildbot generic-abi-unstable"
+ artifact_paths:
+ - "**/test-results.xml"
+ agents:
+ queue: "libcxx-builders"
+ os: "linux"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+ timeout_in_minutes: 120
+
# Other non-testing CI jobs
- label: "Benchmarks"
command: "libcxx/utils/ci/run-buildbot benchmarks"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118725.405051.patch
Type: text/x-patch
Size: 1385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220201/a6e4e8ed/attachment.bin>
More information about the libcxx-commits
mailing list