[libcxx-commits] [libcxx] [libc++] Add a CI job for the LLDB data formatters (PR #65174)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 6 12:01:43 PDT 2023


================
@@ -728,6 +728,22 @@ steps:
           limit: 2
     timeout_in_minutes: 120
 
+  - label: "LLDB Data Formatters"
+    command: "libcxx/utils/ci/run-buildbot check-lldb-data-formatters"
+    artifact_paths:
+      - "**/test-results.xml"
+    env:
+        CC: "clang-${LLVM_HEAD_VERSION}"
+        CXX: "clang++-${LLVM_HEAD_VERSION}"
+    agents:
+      queue: "libcxx-builders"
+      os: "linux"
+    retry:
+      automatic:
+        - exit_status: -1  # Agent was lost
+          limit: 2
+    timeout_in_minutes: 120
----------------
EricWF wrote:

How much time does this job actually take to run? Because I don't think we have headroom for something that's close to 120 minutes (unless that counts the time spent waiting to run).

https://github.com/llvm/llvm-project/pull/65174


More information about the libcxx-commits mailing list