From: Ed Kern Date: Thu, 8 Mar 2018 14:39:49 +0000 (-0700) Subject: VPP: removed duplicate script call X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F11041%2F2;p=ci-management.git 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 --- 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