Use maven batch and quiet modes inside tox 17/96517/2
authorGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 19 May 2021 12:24:22 +0000 (14:24 +0200)
committerChristophe Betoule <christophe.betoule@orange.com>
Fri, 11 Jun 2021 14:55:03 +0000 (16:55 +0200)
commit9852343c1aa4bec1e4e9e7b1064f5658b10af844
tree8856c7ec2b34977e579e30a025139bb8306b087f
parent58f5d3a85dff8fe475e5885e50a28fb4298e9244
Use maven batch and quiet modes inside tox

Quiet mode will keep only maven errors and reduce logs size in tox jobs.
This will ease gate failures analysis.
Note that full logs will be still available in the maven-verify job.
Batch mode is also preferable since it is a non-interactive process in a
colorless terminal.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I6569c8a940fe8508229e1d6351daf07337f71523
tox.ini