We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5b57c commit c72deffCopy full SHA for c72deff
.ci/generate-buildkite-pipeline-premerge
@@ -293,6 +293,7 @@ if [[ "${linux_projects}" != "" ]]; then
293
context: "linux-test-results"
294
depends_on: "test Linux"
295
allow_dependency_failure: true
296
+ agents: ${LINUX_AGENTS}
297
EOF
298
fi
299
@@ -325,6 +326,7 @@ if [[ "${windows_projects}" != "" ]]; then
325
326
context: "windows-test-results"
327
depends_on: "test Windows"
328
329
330
331
332
0 commit comments