From f3fe9bc595a98fe04b3273cb7b3f9fe536798946 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Wed, 19 May 2021 15:22:16 +0000 Subject: Revert "Retry VPP jobs if git clone fails." This reverts commit 1fb419681d9738d890e90e9ac7cd8e36cafc5d4d. Signed-off-by: Andrew Yourtchenko Change-Id: I7993e11ab39d2f6b05c11484c68bbed0fe431b72 --- global-jjb | 2 +- jjb/global-macros.yaml | 9 --------- jjb/vpp/docs.yaml | 1 - jjb/vpp/vpp.yaml | 9 --------- 4 files changed, 1 insertion(+), 20 deletions(-) diff --git a/global-jjb b/global-jjb index bee1d115..e5840e0c 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit bee1d1152f7fd19e81ef23344011541d1d66a091 +Subproject commit e5840e0c645226926475e6dfabd9f16606325ab0 diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 7cdf5556..2fcc4111 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -701,15 +701,6 @@ - naginator: max-failed-builds: 1 -- publisher: - name: retry-build-on-git-clone-error - publishers: - - naginator: - max-failed-builds: 6 - progressive-delay-increment: 5 - progressive-delay-maximum: 180 - regular-expression: '.*Error cloning remote repo.*' - - publisher: name: robot-report publishers: diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index ee67190e..06812338 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -334,5 +334,4 @@ - ../scripts/vpp/make-test-docs.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index a49a6324..ccd636bc 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -482,7 +482,6 @@ - ../scripts/vpp/commitmsg.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-CHECKSTYLE-VERIFY JOB TEMPLATE @@ -552,7 +551,6 @@ - ../scripts/vpp/build.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-VERIFY JOB TEMPLATE @@ -623,7 +621,6 @@ - ../scripts/vpp/debug-build.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-DEBUG-VERIFY-PERIODIC JOB TEMPLATE @@ -704,7 +701,6 @@ - ../scripts/packagecloud_push.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-MERGE JOB TEMPLATE @@ -771,7 +767,6 @@ - ../scripts/vpp/gcc-build.sh publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-GCC-VERIFY JOB TEMPLATE @@ -860,7 +855,6 @@ - robot-report: output-path: 'archives' - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-CSIT-VERIFY-DEVICE-PERIODIC JOB TEMPLATE @@ -948,7 +942,6 @@ - robot-report: output-path: 'archives' - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE @@ -1046,7 +1039,6 @@ - robot-report: output-path: 'csit_current/0/' - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-CSIT-VERIFY-PERF JOB TEMPLATE @@ -1111,7 +1103,6 @@ # TODO: Add sending e-mail notifications to vpp-api-dev@lists.fd.io publishers: - - retry-build-on-git-clone-error - fdio-infra-publish # [end] VPP-CSIT-VERIFY-API-CRC JOB TEMPLATE # [end] JOB TEMPLATE DEFINITIONS -- cgit 1.2.3-korg