[libcxx-commits] [PATCH] D118725: [libc++] Add Unstable ABI CI run
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 2 12:10:31 PST 2022
philnik updated this revision to Diff 405383.
philnik marked an inline comment as done.
philnik added a comment.
- Use default config
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118725/new/
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,13 @@
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in"
check-runtimes
;;
+generic-abi-unstable)
+ clean
+ generate-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.405383.patch
Type: text/x-patch
Size: 1288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220202/9be7689c/attachment.bin>
More information about the libcxx-commits
mailing list