[libcxx-commits] [libcxx] 8cd7786 - [libc++] NFC: Consistent indentation for buildkite-pipeline.yml

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 26 11:54:24 PDT 2020


Author: Louis Dionne
Date: 2020-10-26T14:54:13-04:00
New Revision: 8cd7786e489d989266154a724603673056dfecef

URL: https://github.com/llvm/llvm-project/commit/8cd7786e489d989266154a724603673056dfecef
DIFF: https://github.com/llvm/llvm-project/commit/8cd7786e489d989266154a724603673056dfecef.diff

LOG: [libc++] NFC: Consistent indentation for buildkite-pipeline.yml

Added: 
    

Modified: 
    libcxx/utils/ci/buildkite-pipeline.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index a31a6bb23021..3400083fb404 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -25,96 +25,98 @@ steps:
   - label: "C++11"
     command: "libcxx/utils/ci/run-buildbot.sh generic-cxx11"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "C++14"
     command: "libcxx/utils/ci/run-buildbot.sh generic-cxx14"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "C++17"
     command: "libcxx/utils/ci/run-buildbot.sh generic-cxx17"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "C++20"
     command: "libcxx/utils/ci/run-buildbot.sh generic-cxx2a"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "-fno-exceptions"
     command: "libcxx/utils/ci/run-buildbot.sh generic-noexceptions"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "GCC/C++20"
     command: "libcxx/utils/ci/run-buildbot.sh generic-gcc"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "ASAN"
     command: "libcxx/utils/ci/run-buildbot.sh generic-asan"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "TSAN"
     command: "libcxx/utils/ci/run-buildbot.sh generic-tsan"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "UBSAN"
     command: "libcxx/utils/ci/run-buildbot.sh generic-ubsan"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "With LLVM's libunwind"
     command: "libcxx/utils/ci/run-buildbot.sh generic-with_llvm_unwinder"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "Single-threaded"
     command: "libcxx/utils/ci/run-buildbot.sh generic-singlethreaded"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "No debug mode"
     command: "libcxx/utils/ci/run-buildbot.sh generic-nodebug"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "No random device"
     command: "libcxx/utils/ci/run-buildbot.sh generic-no-random_device"
+    artifact_paths:
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-builders"
 
   - label: "MacOS C++20"
     command: "libcxx/utils/ci/run-buildbot.sh generic-cxx2a"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-macos-builders"
 
@@ -143,13 +145,13 @@ steps:
   - label: "Apple system"
     command: "libcxx/utils/ci/run-buildbot.sh x86_64-apple-system"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-macos-builders"
 
   - label: "Apple system -fno-exceptions"
     command: "libcxx/utils/ci/run-buildbot.sh x86_64-apple-system-noexceptions"
     artifact_paths:
-    - "**/test-results.xml"
+      - "**/test-results.xml"
     agents:
       queue: "libcxx-macos-builders"


        


More information about the libcxx-commits mailing list