From d0a4c91a8cb88ff0dea24d05a3e238f2641836c3 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 12 Feb 2016 18:11:45 -0500 Subject: [PATCH] Fix pylint template name conflict Change-Id: I9019459ecde83644e747382f84141c86b77297fa Signed-off-by: Thanh Ha --- jjb/csit/csit-vpp-pylint.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index c04beb63b..57c42f387 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -2,15 +2,13 @@ name: csit-validate jobs: - - 'csit-validate-{functionality}' + - 'csit-validate-pylint' project: 'csit' branch: 'master' - functionality: 'pylint' - - job-template: - name: 'csit-vpp-{functionality}' + name: 'csit-vpp-pylint' project-type: freestyle node: verify @@ -51,7 +49,7 @@ branch: '{branch}' builders: - # This is where we will need to insert a step with a script that pulls all the + # This is where we will need to insert a step with a script that pulls all the # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh # See jjb/integration from ODL - shell: -- 2.16.6