From a6c91cbeaac13d33151a0ddbe60e412e22572b85 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 7 Mar 2019 20:00:21 -0600 Subject: [PATCH 1/2] Pylint: Switch to YAML-based config, fix failures See also: ci-support!17 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 165297b..3d3ac7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,13 +53,12 @@ Pylint: script: - EXTRA_INSTALL="pymbolic matplotlib mpi4py" - py_version=3 - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/pylint-flexible-config/prepare-and-run-pylint.sh - ". ./prepare-and-run-pylint.sh pytools test/test_*.py" tags: - python3 except: - tags - allow_failure: true Documentation: script: -- GitLab From 7eff53092b9b6e80114e07306af6ae4fc5b1a5e0 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Fri, 8 Mar 2019 03:08:24 +0100 Subject: [PATCH 2/2] Point to master --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d3ac7e..136d217 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ Pylint: script: - EXTRA_INSTALL="pymbolic matplotlib mpi4py" - py_version=3 - - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/pylint-flexible-config/prepare-and-run-pylint.sh + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - ". ./prepare-and-run-pylint.sh pytools test/test_*.py" tags: - python3 -- GitLab