Fix NFS and gluster test containers taking 100% of CPU

pull/6/head
Jan Safranek 2016-03-07 12:01:05 +01:00
parent 88d0ac4a67
commit 44f995699e
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
TAG = 0.2
TAG = 0.3
PREFIX = gcr.io/google_containers
all: push

View File

@ -34,6 +34,6 @@ trap stop TERM
start "$@"
while true; do
read
sleep 5
done

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
TAG = 0.4
TAG = 0.5
PREFIX = gcr.io/google_containers
all: push

View File

@ -58,5 +58,5 @@ start "$@"
# Ugly hack to do nothing and wait for SIGTERM
while true; do
read
sleep 5
done