[libcxx-commits] [libcxx] 75952d6 - [libc++] Move the Debug iterators check to CI stage 3
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 4 08:10:37 PDT 2021
Author: Louis Dionne
Date: 2021-05-04T11:10:41-04:00
New Revision: 75952d6df6357d32db1f43e30186c1f9be6a677e
URL: https://github.com/llvm/llvm-project/commit/75952d6df6357d32db1f43e30186c1f9be6a677e
DIFF: https://github.com/llvm/llvm-project/commit/75952d6df6357d32db1f43e30186c1f9be6a677e.diff
LOG: [libc++] Move the Debug iterators check to CI stage 3
It's not a default configuration, so it belongs to stage 3.
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 a2a0263c58d35..2cc95ada22c20 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -125,18 +125,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
- - label: "Debug iterators"
- command: "libcxx/utils/ci/run-buildbot generic-debug-iterators"
- artifact_paths:
- - "**/test-results.xml"
- - "**/*.abilist"
- agents:
- queue: "libcxx-builders"
- retry:
- automatic:
- - exit_status: -1 # Agent was lost
- limit: 2
-
- label: "GCC/C++20"
command: "libcxx/utils/ci/run-buildbot generic-gcc"
artifact_paths:
@@ -175,6 +163,18 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
+ - label: "Debug iterators"
+ command: "libcxx/utils/ci/run-buildbot generic-debug-iterators"
+ artifact_paths:
+ - "**/test-results.xml"
+ - "**/*.abilist"
+ agents:
+ queue: "libcxx-builders"
+ retry:
+ automatic:
+ - exit_status: -1 # Agent was lost
+ limit: 2
+
- label: "ASAN"
command: "libcxx/utils/ci/run-buildbot generic-asan"
artifact_paths:
More information about the libcxx-commits
mailing list