Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Suggestion to add -fae to your Gerrit build verification jobs

Thanks Lars,
There's a dedicated widget on Hudson to control the fail strategy. You should use this one instead.

On Thu, Nov 30, 2017 at 11:32 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
This can IMHO save cycle time on the server as Gerrit can validate
more in one go.

By the way, I'd like to remind that builds can very easily be run locally before pushing a patch and that ideally, any patch pushed to Gerrit should have been rebased and tested locally first with something like `mvn clean verify -Pbuild-individual-bundles -Dcompare-version-with-baselines.skip=false -fae`.

Back to the top