[master] 76c7d40b4 [cci] VERBOSE=1 for distchecks

Guillaume Quintard guillaume at varnish-software.com
Fri Oct 11 18:00:23 UTC 2019


Done.
Can't be done globally, only at the job level, which only has that one make
command, so I don't feel the same appeal you do.
-- 
Guillaume Quintard


On Fri, Oct 11, 2019 at 10:51 AM Dridi Boukelmoune <dridi at varni.sh> wrote:

> On Fri, Oct 11, 2019 at 5:32 PM Guillaume Quintard
> <guillaume at varnish-software.com> wrote:
> >
> >
> > commit 76c7d40b4114901a5519df4f93830f03aec85e8c
> > Author: Guillaume Quintard <guillaume at varnish-software.com>
> > Date:   Fri Oct 11 10:31:03 2019 -0700
> >
> >     [cci] VERBOSE=1 for distchecks
> >
> > diff --git a/.circleci/config.yml b/.circleci/config.yml
> > index b419b8610..d0d93f752 100644
> > --- a/.circleci/config.yml
> > +++ b/.circleci/config.yml
> > @@ -236,7 +236,7 @@ jobs:
> >                 << parameters.extra_conf >>
> >              sudo -u varnish \
> >
>  --preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \
> > -               make distcheck -j 12 -k
> > +               make distcheck VERBOSE=1 -j 12 -k
>
> Can we make this global instead?
>
>
> https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project
>
> This way all `make *check` commands will print their failing test logs
> and we don't have to worry about it next time we add a new
> incantation.
>
> If we can't do that at the project level, please make that a job
> configuration instead for each job:
>
>
> https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-job
>
> Thanks,
> Dridi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-commit/attachments/20191011/04b73b10/attachment.html>


More information about the varnish-commit mailing list