From 8102a40da643b5f14e899d353a5eef5d6a537f5b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 30 Jan 2017 13:31:33 -0800 Subject: Fix jjb merge configuration 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 --- jjb/ci-management/ci-management.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index d48fd490b..1d230621e 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -106,6 +106,10 @@ files: 'jjb/**' builders: + - config-file-provider: + files: + - file-id: 'jjbini' + variable: 'JJBINI' - shell: | virtualenv $WORKSPACE/venv source $WORKSPACE/venv/bin/activate -- cgit 1.2.3-korg