Revert accident changes

This commit is contained in:
alesapin 2021-11-08 13:16:07 +03:00
parent 0ee8bb3c00
commit 25006bcef3
4 changed files with 4 additions and 36 deletions

View File

@ -17,12 +17,4 @@ echo "Going to configure runner"
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token $RUNNER_TOKEN --name $INSTANCE_ID --runnergroup Default --labels 'self-hosted,Linux,X64,builder' --work _work
echo "Run"
i=0 retries=10
while [[ $i -lt $retries ]]; do
sudo -u ubuntu ./run.sh ||:
((++i))
echo "Runner failed, will try to restart"
sleep 5
done
poweroff
sudo -u ubuntu ./run.sh

View File

@ -17,12 +17,4 @@ echo "Going to configure runner"
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token $RUNNER_TOKEN --name $INSTANCE_ID --runnergroup Default --labels 'self-hosted,Linux,X64,func-tester' --work _work
echo "Run"
i=0 retries=10
while [[ $i -lt $retries ]]; do
sudo -u ubuntu ./run.sh ||:
((++i))
echo "Runner failed, will try to restart"
sleep 5
done
poweroff
sudo -u ubuntu ./run.sh

View File

@ -17,12 +17,4 @@ echo "Going to configure runner"
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token $RUNNER_TOKEN --name $INSTANCE_ID --runnergroup Default --labels 'self-hosted,Linux,X64,stress-tester' --work _work
echo "Run"
i=0 retries=10
while [[ $i -lt $retries ]]; do
sudo -u ubuntu ./run.sh ||:
((++i))
echo "Runner failed, will try to restart"
sleep 5
done
poweroff
sudo -u ubuntu ./run.sh

View File

@ -17,12 +17,4 @@ echo "Going to configure runner"
sudo -u ubuntu ./config.sh --url $RUNNER_URL --token $RUNNER_TOKEN --name $INSTANCE_ID --runnergroup Default --labels 'self-hosted,Linux,X64,style-checker' --work _work
echo "Run"
i=0 retries=10
while [[ $i -lt $retries ]]; do
sudo -u ubuntu ./run.sh ||:
((++i))
echo "Runner failed, will try to restart"
sleep 5
done
poweroff
sudo -u ubuntu ./run.sh