[llvm] Scheduled buildkite pipeline generation (PR #65574)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 13:49:00 PDT 2023
================
@@ -28,42 +40,42 @@ steps:
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"
- - label: ':linux: x64 Debian'
+ - label: ':linux: Linux x64'
artifact_paths:
- - '*_result.json'
- - 'build/monolithic-linux/test-results.xml'
- agents:
- queue: 'linux'
+ - artifacts/**/*
+ - '*_result.json'
----------------
aeubanks wrote:
quoting is inconsistent, I believe all of these don't need quotes
(other files as well)
https://github.com/llvm/llvm-project/pull/65574
More information about the llvm-commits
mailing list