Set lint jobs to run concurrent 11/51211/2
authoragardner <agardner@linuxfoundation.org>
Fri, 26 Jan 2018 15:54:31 +0000 (10:54 -0500)
committeragardner <agardner@linuxfoundation.org>
Fri, 26 Jan 2018 16:03:45 +0000 (11:03 -0500)
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 <agardner@linuxfoundation.org>
jjb/global/releng-macros.yml
jjb/releng/opnfv-lint.yml

index 1c74732..a5a83e2 100644 (file)
     name: lint-python-code
     builders:
       - shell: |
-          # Install python packages
+          # Install python package 
           sudo pip install "flake8==2.6.2"
 
           echo "Checking python code..."
index 8cf6474..668b490 100644 (file)
@@ -31,6 +31,8 @@
 
     disabled: '{obj:disabled}'
 
+    concurrent: true
+
     parameters:
       - project-parameter:
           project: $GERRIT_PROJECT
@@ -83,6 +85,8 @@
 
     disabled: '{obj:disabled}'
 
+    concurrent: true
+
     parameters:
       - project-parameter:
           project: $GERRIT_PROJECT