mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Disable autoupdate for GH runners to speed-up boot
This commit is contained in:
parent
556e0faad2
commit
8fbc0d3d51
@ -302,7 +302,8 @@ while true; do
|
||||
check_proceed_spot_termination
|
||||
|
||||
echo "Going to configure runner"
|
||||
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token "$(get_runner_token)" --ephemeral \
|
||||
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token "$(get_runner_token)" \
|
||||
--ephemeral --disableupdate --unattended \
|
||||
--runnergroup Default --labels "$LABELS" --work _work --name "$INSTANCE_ID"
|
||||
|
||||
echo "Another one check to avoid race between runner and infrastructure"
|
||||
|
Loading…
Reference in New Issue
Block a user