Skip to content

Commit a7d40f7

Browse files
committed
Override more configs
1 parent 4af1308 commit a7d40f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/scripts/run-agents.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ CONFIG_FILE="$(basename "$BUILDKITE_CONFIG_PATH")"
1414

1515
cat <<EOF >> "$CONFIG_FILE"
1616
build-path=$AGENT_WORKSPACE/builds
17-
disconnect-after-idle-timeout=600
1817
hooks-path=$AGENT_WORKSPACE/hooks
18+
plugins-path=$AGENT_WORKSPACE/plugins
19+
disconnect-after-idle-timeout=600
1920
disconnect-after-job=false
2021
cancel-grace-period=300
2122
tags="queue=elasticsearch-quick-agent"
23+
acquire-job=""
24+
tags-from-gcp="false"
2225
EOF
2326

2427
buildkite-agent start --spawn-per-cpu 1 --config "$CONFIG_FILE"

0 commit comments

Comments
 (0)