diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2015-03-23 12:09:54 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2015-03-23 12:09:54 -0400 |
commit | e3575025004dceea910aa5d7065ecb43fffcdc34 (patch) | |
tree | 26c6f18464ffa49d59985aee0a7b35e5781b7be5 | |
parent | 46556a562d4217ac002fe170dcf3f915bcccff3e (diff) |
Move vswitchperf jobs to fuel node (Debian7 with docker)
Change-Id: I347ba8dbb96b849c95e487b28902c8028b949fee
JIRA: 31
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 4287db064..16d164736 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -41,6 +41,7 @@ project-type: freestyle varsetabove: '{somevar}' + node: fuel logrotate: daysToKeep: '{build-days-to-keep}' @@ -83,6 +84,7 @@ name: 'vswitchperf-verify' project-type: freestyle + node: fuel logrotate: daysToKeep: 30 @@ -140,6 +142,7 @@ # This job's purpose is to update all the JJB project-type: freestyle + node: fuel logrotate: daysToKeep: 30 |