From 1a5f554c61328ee9e05273c1bc1e7909e80d608a Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Thu, 8 Mar 2018 07:39:49 -0700 Subject: [PATCH] VPP: removed duplicate script call In verify and merge jobs a script was called twice in a row This change makes it a single call Change-Id: I06e72c859b60bc5d4f1918767ea6899c271ff840 Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index e62e29477..a9e5d51aa 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -101,9 +101,6 @@ !include-raw-escape: include-raw-vpp-test-checkstyle.sh - shell: !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh - - shell: - !include-raw-escape: - - ../scripts/setup_vpp_ubuntu_docker_test.sh - shell: !include-raw-escape: - ../scripts/setup_vpp_dpdk_dev_env.sh @@ -247,9 +244,6 @@ !include-raw-escape: include-raw-vpp-checkstyle.sh - shell: !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh - - shell: - !include-raw-escape: - - ../scripts/setup_vpp_ubuntu_docker_test.sh - shell: !include-raw-escape: - ../scripts/setup_vpp_dpdk_dev_env.sh -- 2.16.6