VCL continuous integration

James Pearson james at ifixit.com
Wed Aug 20 20:27:27 CEST 2014


Excerpts from L Cruzero's message of 2014-08-05 07:27:15 -0700:
> is anyone on the list using any CI tools or have any ideas possible options
> for implementing continuous integration with VLC.

I don't know what you're looking for, but one of the tests in our CI suite does
a Varnish syntax check by calling `varnishd -C -f <filename> -n /tmp 2>&1
1>/dev/null` and checking the exit code. Doing much more is difficult because
Varnish, like other services, is fairly global, as opposed to application code,
which can be much more easily tested in parallel on a single machine.
 - P
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20140820/db56fb68/attachment.pgp>


More information about the varnish-misc mailing list