Mitigate Deadline Exceeded in bots (#2)
This commit is contained in:
parent
4903c26ffc
commit
1cf32971c6
@ -12,7 +12,7 @@ RUN apt-get update &&\
|
|||||||
sudo chmod +x set-perms.sh
|
sudo chmod +x set-perms.sh
|
||||||
|
|
||||||
CMD sudo rm -rf /wrk-cache/* &&\
|
CMD sudo rm -rf /wrk-cache/* &&\
|
||||||
bash -c "socat UNIX-LISTEN:/wrk-cache/bots.sock,reuseaddr,fork TCP4:$REMOTEEXEC_ADDR &" &&\
|
bash -c "socat -t10 UNIX-LISTEN:/wrk-cache/bots.sock,reuseaddr,fork TCP4:$REMOTEEXEC_ADDR &" &&\
|
||||||
bash -c "$PWD/set-perms.sh &" &&\
|
bash -c "$PWD/set-perms.sh &" &&\
|
||||||
./buildbox-casd \
|
./buildbox-casd \
|
||||||
--instance=default_instance \
|
--instance=default_instance \
|
||||||
|
Loading…
Reference in New Issue
Block a user