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

Dridi Boukelmoune dridi at varni.sh
Fri Oct 11 17:50:59 UTC 2019


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


More information about the varnish-commit mailing list