[totem/wip/hadess/bump-pylint-timeouts] ci: Disable pylint checks




commit 8afd18d0b832489714bf02526e88da7800a7f7b1
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 10 16:59:30 2020 +0100

    ci: Disable pylint checks
    
    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

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 914c89fa2..ea1b3ea93 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 -y pylint
   script:
     - meson _build
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]