summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-09-17 18:23:29 +0200
committerAlex Bennée2021-10-12 09:37:05 +0200
commitdcbad7a6ed57f2885307b1c2236ca51796e638ad (patch)
treeddeac65cd830b3aacbe62981ae25c4c52beaeff1
parenttravis.yml: Remove the "Release tarball" job (diff)
downloadqemu-dcbad7a6ed57f2885307b1c2236ca51796e638ad.tar.gz
qemu-dcbad7a6ed57f2885307b1c2236ca51796e638ad.tar.xz
qemu-dcbad7a6ed57f2885307b1c2236ca51796e638ad.zip
gitlab: skip the check-patch job on the upstream repo
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é <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210915125452.1704899-2-berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210917162332.3511179-9-alex.bennee@linaro.org>
-rw-r--r--.gitlab-ci.d/static_checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/static_checks.yml b/.gitlab-ci.d/static_checks.yml
index 96dbd9e310..902843f8b3 100644
--- a/.gitlab-ci.d/static_checks.yml
+++ b/.gitlab-ci.d/static_checks.yml
@@ -8,7 +8,7 @@ check-patch:
variables:
GIT_DEPTH: 1000
rules:
- - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+ - if: '$CI_PROJECT_NAMESPACE == "qemu-project"'
when: never
- when: on_success
allow_failure: true