From e7d7573b9bc086783b6067d5b394e4e1d4de5933 Mon Sep 17 00:00:00 2001
From: Trevor Bramwell <tbramwell@linuxfoundation.org>
Date: Thu, 30 Jun 2016 10:07:32 -0700
Subject: Add Project Option to Throttle Property

This is a required field for JJB > 1.4

Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
---
 jjb/cperf/cperf-ci-jobs.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'jjb/cperf')

diff --git a/jjb/cperf/cperf-ci-jobs.yml b/jjb/cperf/cperf-ci-jobs.yml
index f6a8acabb..d6c8601c6 100644
--- a/jjb/cperf/cperf-ci-jobs.yml
+++ b/jjb/cperf/cperf-ci-jobs.yml
@@ -45,6 +45,7 @@
         - throttle:
             enabled: true
             max-per-node: 1
+            option: 'project'
 
     wrappers:
         - build-name:
-- 
cgit