Re: [PATCH 1/2] gitlab: skip the check-patch job on the upstream repo

2021-09-15 Thread Philippe Mathieu-Daudé
On 9/15/21 2:54 PM, Daniel P. Berrangé wrote: > The check-patch job is intended to be used by contributors or > subsystem maintainers to see if there are style mistakes. The > false positive rate is too high to be used in a gating scenario > so should not run it on the upstream repo ever. > > Sign

Re: [PATCH 1/2] gitlab: skip the check-patch job on the upstream repo

2021-09-15 Thread Thomas Huth
On 15/09/2021 14.54, Daniel P. Berrangé wrote: The check-patch job is intended to be used by contributors or subsystem maintainers to see if there are style mistakes. The false positive rate is too high to be used in a gating scenario so should not run it on the upstream repo ever. Signed-off-by

Re: [PATCH 1/2] gitlab: skip the check-patch job on the upstream repo

2021-09-15 Thread Richard Henderson
On 9/15/21 5:54 AM, Daniel P. Berrangé wrote: The check-patch job is intended to be used by contributors or subsystem maintainers to see if there are style mistakes. The false positive rate is too high to be used in a gating scenario so should not run it on the upstream repo ever. Signed-off-by:

[PATCH 1/2] gitlab: skip the check-patch job on the upstream repo

2021-09-15 Thread Daniel P . Berrangé
The check-patch job is intended to be used by contributors or subsystem maintainers to see if there are style mistakes. The false positive rate is too high to be used in a gating scenario so should not run it on the upstream repo ever. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.d/static_ch