From d3302c6212955210f1d57b1dfae4774e7224dbc8 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Mon, 17 Oct 2016 15:08:50 +0100 Subject: [PATCH] vswitchperf: Update merge and verify jobs Update and verify jobs will execute real vsperf TCs, which won't require a traffic generator. Script ./build-vsperf.sh will take care about creation, update and activation of python virtual environment. Jobs will be executed at ubuntu nodes, where python3 is available, so call of scl is required only for daily job. Update is backward compatible, i.e. merge and verify jobs will pass with old version of ./build-vsperf.sh. JIRA: VSPERF-391 Change-Id: I6cb0e9a1c1bcf315dd0e484f845123ec41c849fc Signed-off-by: Martin Klozik Reviewed-by: Fatih Degirmenci --- jjb/vswitchperf/vswitchperf.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 363423de9..233cf08bc 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -110,6 +110,8 @@ make # run basic sanity test make sanity + cd ../ci + ./build-vsperf.sh verify - job-template: name: 'vswitchperf-merge-{stream}' @@ -162,3 +164,5 @@ cd src make clobber make + cd ../ci + ./build-vsperf.sh merge -- 2.16.6