From 8370950e8df43e8cbe20f61df64d77b788c1561c Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 25 Jul 2023 12:35:19 -0400 Subject: Move vpp-cov-* CI job from per-patch to daily execution Change-Id: I2798fafcc3182a735f6fd380ef558c585fd28b64 Signed-off-by: Dave Wallace --- jjb/scripts/vpp/cov-build.sh | 2 +- jjb/vpp/vpp.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'jjb') diff --git a/jjb/scripts/vpp/cov-build.sh b/jjb/scripts/vpp/cov-build.sh index b5fdeb59..7cfa82e6 100644 --- a/jjb/scripts/vpp/cov-build.sh +++ b/jjb/scripts/vpp/cov-build.sh @@ -85,7 +85,7 @@ make_test_coverage_report() { fi fi if grep -q "${OS_ID}-${OS_VERSION_ID}" <<< "${MAKE_TEST_OS}"; then - if ! make COMPRESS_FAILED_TEST_LOGS=yes TEST_JOBS="$TEST_JOBS" RETRIES=3 test-cov ; then + if ! make COMPRESS_FAILED_TEST_LOGS=yes TEST_JOBS="$TEST_JOBS" test-cov ; then BUILD_ERROR="FAILED 'make test-cov'" return fi diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index ad88ef3e..585c3b15 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -178,6 +178,8 @@ - 'master': branch: 'master' branch-refspec: '' + # Once per day at 00:25 + periodicity: '25 0 * * 0-6' os: 'ubuntu2004' executor-arch: 'x86_64' @@ -732,8 +734,6 @@ parameters: - gerrit-parameter: branch: '{branch}' - - gerrit-refspec-parameter: - refspec: '{branch-refspec}' - make-parallel-jobs-parameter: make-parallel-jobs: '{make-parallel-jobs}' - make-test-os-parameter: @@ -748,15 +748,17 @@ scm: - gerrit-trigger-scm: credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + refspec: '' + choosing-strategy: 'default' wrappers: - fdio-infra-wrappers: build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-checkstyle-nonvoting: + - timed: '{periodicity}' + - gerrit-trigger-manually-triggered: + comment-trigger-value: '{comment-trigger-value}' name: '{project}' branch: '{branch}' -- cgit 1.2.3-korg