[libcxx-commits] [PATCH] D116897: [libc++] Fix the documentation and re-enable documentation CI

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 9 11:41:12 PST 2022


ldionne created this revision.
Herald added subscribers: arphaman, arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The documentation CI job is very cheap, so we can afford to keep it
around even with reduced capacity. This commit fixes the documentation
(which had an invalid reference in it) and re-enables that CI step.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116897

Files:
  libcxx/docs/index.rst
  libcxx/utils/ci/buildkite-pipeline.yml


Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -481,18 +481,18 @@
   #         limit: 2
   #   timeout_in_minutes: 120
 
-  # - label: "Documentation"
-  #   command: "libcxx/utils/ci/run-buildbot documentation"
-  #   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
+  - label: "Documentation"
+    command: "libcxx/utils/ci/run-buildbot documentation"
+    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
 
   # Tests on non-Unix platforms
   - label: "Clang-cl (DLL)"
Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -198,7 +198,7 @@
 **Bug Reports**
 
 If you think you've found a bug in libc++, please report it using
-the `LLVM Bugzilla`_. If you're not sure, you
+the `LLVM bug tracker`_. If you're not sure, you
 can post a message to the `libcxx-dev mailing list`_ or on IRC.
 
 **Patches**


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116897.398451.patch
Type: text/x-patch
Size: 1451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220109/b6a92ef3/attachment.bin>


More information about the libcxx-commits mailing list