summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-gluster-org/jobs/glusto-tests-lint.yml1
-rw-r--r--build-gluster-org/scripts/glusto-lint.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/build-gluster-org/jobs/glusto-tests-lint.yml b/build-gluster-org/jobs/glusto-tests-lint.yml
index 9229545..2747870 100644
--- a/build-gluster-org/jobs/glusto-tests-lint.yml
+++ b/build-gluster-org/jobs/glusto-tests-lint.yml
@@ -32,6 +32,7 @@
gerrit-build-successful-verified-value: 1
gerrit-build-failed-verified-value: -1
server-name: review.gluster.org
+ failure-message: This patch needs to be rebased to master and any pylint issues need to be fixed
projects:
- project-compare-type: 'PLAIN'
project-pattern: 'glusto-tests'
diff --git a/build-gluster-org/scripts/glusto-lint.sh b/build-gluster-org/scripts/glusto-lint.sh
index b977996..db9f933 100644
--- a/build-gluster-org/scripts/glusto-lint.sh
+++ b/build-gluster-org/scripts/glusto-lint.sh
@@ -2,5 +2,5 @@
set -e
source /opt/rh/python27/enable
virtualenv --system-site-packages env
-env/bin/pip install flake8
-env/bin/flake8
+env/bin/pip install tox
+env/bin/tox