diff options
author | Bastien Nocera <hadess@hadess.net> | 2020-11-10 16:59:30 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2020-11-10 17:00:31 +0100 |
commit | 3680fe9fa6e1b3e1a0039c7963ea8ed50182e730 (patch) | |
tree | aebf837e329a7587350fdaff518a6c518299b39e | |
parent | c45325eca75f22a29b15fbc7ce7a88d94e5e880d (diff) | |
download | totem-wip/hadess/bump-pylint-timeouts.tar.gz |
ci: Disable pylint checkswip/hadess/bump-pylint-timeouts
pylint's performance has regressed so much that it needs 10 times longer
to process files, which butts against any reasonable CI test timeouts.
See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 914c89fa2..f3918e627 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,8 @@ build-fedora: stage: test before_script: - dnf install -y $FEDORA_DEPS + # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438 + - dnf remove pylint script: - meson _build - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test |