Skip to content

Commit c72deff

Browse files
committed
Run on our linux agents
1 parent 4d5b57c commit c72deff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ if [[ "${linux_projects}" != "" ]]; then
293293
context: "linux-test-results"
294294
depends_on: "test Linux"
295295
allow_dependency_failure: true
296+
agents: ${LINUX_AGENTS}
296297
EOF
297298
fi
298299

@@ -325,6 +326,7 @@ if [[ "${windows_projects}" != "" ]]; then
325326
context: "windows-test-results"
326327
depends_on: "test Windows"
327328
allow_dependency_failure: true
329+
agents: ${LINUX_AGENTS}
328330
EOF
329331
fi
330332

0 commit comments

Comments
 (0)