From 4a77332a9be0ee8af444d32e4a8867ede73ade58 Mon Sep 17 00:00:00 2001 From: agardner Date: Fri, 26 Jan 2018 10:54:31 -0500 Subject: Set lint jobs to run concurrent Liniting is broken, last fix forgot to run linting concurrent FATAL: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! Change-Id: I1eb4bf7279c7af4e01950b89c515e183fbc57b2d Signed-off-by: agardner --- jjb/global/releng-macros.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/global') diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 1c74732d5..a5a83e23f 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -344,7 +344,7 @@ name: lint-python-code builders: - shell: | - # Install python packages + # Install python package sudo pip install "flake8==2.6.2" echo "Checking python code..." -- cgit