]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop pylint CI job
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Feb 2024 10:18:46 +0000 (11:18 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Feb 2024 10:08:32 +0000 (11:08 +0100)
BIND 9.11 python scripts can't be kept up with newer pylint versions.

.gitlab-ci.yml

index e97aa474c568adb623548b3c9808c01b4087331a..723236298d04745bbdfd2a8e267ce3ea76e9039f 100644 (file)
@@ -468,19 +468,6 @@ danger:
     variables:
       - $DANGER_GITLAB_API_TOKEN
 
-pylint:
-  <<: *default_triggering_rules
-  <<: *base_image
-  stage: postcheck
-  needs:
-    - job: autoreconf
-      artifacts: true
-  before_script:
-  script:
-    - *configure
-    - PYTHONPATH="$PYTHONPATH:$CI_PROJECT_DIR/bin/python"
-    - pylint --rcfile $CI_PROJECT_DIR/.pylintrc $(git ls-files '*.py' | grep -vE '(ans\.py|dangerfile\.py|contrib/queryperf/)')
-
 tarball-create:
   stage: precheck
   <<: *base_image