From 4a9aebabb95ef32e21c2dcea62b2ad49a35f02fd Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 7 Mar 2019 20:02:46 -0600 Subject: [PATCH 1/2] WIP: Pylint: Switch to YAML-based config, fix failures See also: ci-support!17 * [ ] Point back to master in ci-support --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 447145c..3d0db3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,13 +71,12 @@ Pylint: script: - EXTRA_INSTALL="numpy sympy symengine scipy pexpect" - PY_EXE=python3 - - 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 pymbolic test/test_*.py" tags: - python3 except: - tags - allow_failure: true Documentation: script: -- GitLab From febf0953e9659ce2d2a5d1c8936d9960be986153 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Fri, 8 Mar 2019 03:09:04 +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 3d0db3d..dbfd8e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ Pylint: script: - EXTRA_INSTALL="numpy sympy symengine scipy pexpect" - PY_EXE=python3 - - 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 pymbolic test/test_*.py" tags: - python3 -- GitLab