From f04a8a0a7ce178264be54d6b5b0cf7dbdd2a327b Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 24 Sep 2020 19:56:55 +0000 Subject: Remove checkstyle from vpp-merge-{stream}-{os}-{executor-arch} jobs - VPP checkstyle fails on Ubuntu-20.04 due to new version of gnu indent. Remove it because the checkstyle job runs _after_ the commit has already been merged, thus is a waste of cycles. Checkstyle is run before verify jobs, so redundant here. Signed-off-by: Dave Wallace Change-Id: I2060918be1043fdd3aaf2d5779854afde9636ffa --- jjb/vpp/vpp.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'jjb/vpp') diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 95d888261..031373a6b 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -707,9 +707,6 @@ files: - file-id: 'packagecloud_api' target: '/root' - - shell: - !include-raw-escape: - - ../scripts/vpp/checkstyle.sh - shell: !include-raw-escape: - ../scripts/setup_vpp_ubuntu_docker_test.sh -- cgit 1.2.3-korg