Fix jjb merge configuration
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 30 Jan 2017 21:31:33 +0000 (13:31 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 30 Jan 2017 21:31:33 +0000 (13:31 -0800)
In previous projects we used to run the JJB verify and merge jobs on the
master (as the only allowed job type to run there). As we're trying to
avoid this in general we need to make sure that it works properly on a
dynamic minion

Change-Id: I48da50c8d9eb403a6366eca897b1433798ec97a1
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management/ci-management.yaml

index d48fd49..1d23062 100644 (file)
           files: 'jjb/**'
 
     builders:
+      - config-file-provider:
+          files:
+            - file-id: 'jjbini'
+              variable: 'JJBINI'
       - shell: |
           virtualenv $WORKSPACE/venv
           source $WORKSPACE/venv/bin/activate