Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e040434
)
Sleep up to 3 minutes to avoid disk contention
67/27867/1
author
Gary Wu
<gary.i.wu@huawei.com>
Wed, 10 Jan 2018 06:37:27 +0000
(22:37 -0800)
committer
Gary Wu
<gary.i.wu@huawei.com>
Wed, 10 Jan 2018 20:24:02 +0000
(20:24 +0000)
Change-Id: Ia3867a06ff88066484d2a1c1e60c16dc7521ec8c
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit
8d35f1c1aedb430fcd03293e4f37f5c0a683419d
)
test/ete/labs/gwu/apt-proxy.sh
patch
|
blob
|
history
diff --git
a/test/ete/labs/gwu/apt-proxy.sh
b/test/ete/labs/gwu/apt-proxy.sh
index
c771c71
..
858c48b
100755
(executable)
--- a/
test/ete/labs/gwu/apt-proxy.sh
+++ b/
test/ete/labs/gwu/apt-proxy.sh
@@
-1,5
+1,7
@@
#!/bin/bash
sed -i '/#!\/bin\/bash/a\
+ # sleep up to 3 minutes to avoid disk contention\
+ sleep $((RANDOM / 200))\
mkdir -p /etc/docker\
cat > /etc/docker/daemon.json <<EOF\
{\