[libcxx-commits] [libcxx] c8db406 - Revert "[libcxx] Temporarily skip Arm configs"

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 6 01:26:57 PDT 2022


Author: David Spickett
Date: 2022-06-06T08:25:51Z
New Revision: c8db4061275d9fc5609766ac8fec9bdb18e461de

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

LOG: Revert "[libcxx] Temporarily skip Arm configs"

This reverts commit d4220af52723e76973723d3089c6fe2527fd704d.

Linaro bots are back online.

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 8a99824a0bfc3..d3db1e125c5cb 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -729,7 +729,6 @@ steps:
   - group: "ARM"
     steps:
     - label: "AArch64"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot aarch64"
       artifact_paths:
         - "**/test-results.xml"
@@ -744,7 +743,6 @@ steps:
       timeout_in_minutes: 120
 
     - label: "AArch64 -fno-exceptions"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot aarch64-noexceptions"
       artifact_paths:
         - "**/test-results.xml"
@@ -759,7 +757,6 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv8"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv8"
       artifact_paths:
         - "**/test-results.xml"
@@ -774,7 +771,6 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv8 -fno-exceptions"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv8-noexceptions"
       artifact_paths:
         - "**/test-results.xml"
@@ -789,7 +785,6 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv7"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv7"
       artifact_paths:
         - "**/test-results.xml"
@@ -804,7 +799,6 @@ steps:
       timeout_in_minutes: 120
 
     - label: "Armv7 -fno-exceptions"
-      skip: "Linaro agents offline."
       command: "libcxx/utils/ci/run-buildbot armv7-noexceptions"
       artifact_paths:
         - "**/test-results.xml"


        


More information about the libcxx-commits mailing list