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 4af1308 commit a7d40f7Copy full SHA for a7d40f7
.buildkite/scripts/run-agents.sh
@@ -14,11 +14,14 @@ CONFIG_FILE="$(basename "$BUILDKITE_CONFIG_PATH")"
14
15
cat <<EOF >> "$CONFIG_FILE"
16
build-path=$AGENT_WORKSPACE/builds
17
-disconnect-after-idle-timeout=600
18
hooks-path=$AGENT_WORKSPACE/hooks
+plugins-path=$AGENT_WORKSPACE/plugins
19
+disconnect-after-idle-timeout=600
20
disconnect-after-job=false
21
cancel-grace-period=300
22
tags="queue=elasticsearch-quick-agent"
23
+acquire-job=""
24
+tags-from-gcp="false"
25
EOF
26
27
buildkite-agent start --spawn-per-cpu 1 --config "$CONFIG_FILE"
0 commit comments