Changeset View
Changeset View
Standalone View
Standalone View
libcxx/utils/ci/buildkite-pipeline.yml
Show First 20 Lines • Show All 280 Lines • ▼ Show 20 Lines | artifact_paths: | ||||
- "**/test-results.xml" | - "**/test-results.xml" | ||||
agents: | agents: | ||||
queue: "libcxx-builders" | queue: "libcxx-builders" | ||||
retry: | retry: | ||||
automatic: | automatic: | ||||
- exit_status: -1 # Agent was lost | - exit_status: -1 # Agent was lost | ||||
limit: 2 | limit: 2 | ||||
# TODO: When this is ready, this should become the default and we can remove this job. | |||||
- label: "With PSTL support" | |||||
command: "libcxx/utils/ci/run-buildbot with-pstl" | |||||
artifact_paths: | |||||
- "**/test-results.xml" | |||||
agents: | |||||
queue: "libcxx-builders" | |||||
retry: | |||||
automatic: | |||||
- exit_status: -1 # Agent was lost | |||||
limit: 2 | |||||
- label: "Benchmarks" | - label: "Benchmarks" | ||||
command: "libcxx/utils/ci/run-buildbot benchmarks" | command: "libcxx/utils/ci/run-buildbot benchmarks" | ||||
artifact_paths: | artifact_paths: | ||||
- "**/test-results.xml" | - "**/test-results.xml" | ||||
agents: | agents: | ||||
queue: "libcxx-builders" | queue: "libcxx-builders" | ||||
retry: | retry: | ||||
automatic: | automatic: | ||||
▲ Show 20 Lines • Show All 209 Lines • Show Last 20 Lines |