Disable stackviz on xenial for now

npm install throws 502 errors randomly, we cannot properly build xenial
images. Disable stackviz for now on Xenial until npm is fixed.

Change-Id: Id3b9644d6790ad8dbe62f2d373e073a227515cf5
This commit is contained in:
Andreas Jaeger 2016-07-06 16:07:35 +02:00
parent 5d8bb88057
commit 906a77431f

View File

@ -723,7 +723,9 @@ diskimages:
- cache-bindep - cache-bindep
- growroot - growroot
- infra-package-needs - infra-package-needs
- stackviz # TODO(jaegerandi): Enable again once npm install
# does not throw random timeouts during package install.
# - stackviz
release: xenial release: xenial
env-vars: env-vars:
TMPDIR: /opt/dib_tmp TMPDIR: /opt/dib_tmp