summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml28
1 files changed, 17 insertions, 11 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 2f015d4b..a49a6324 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -70,7 +70,6 @@
project: 'vpp'
make-parallel-jobs: '4'
make-test-os: 'ubuntu-20.04'
- archive-artifacts: '/tmp/vpp-failed-unittests/*/*'
stream:
- master:
branch: 'master'
@@ -127,7 +126,6 @@
project: 'vpp'
make-parallel-jobs: '4'
make-test-os: 'ubuntu-20.04'
- archive-artifacts: '/tmp/vpp-failed-unittests/*/*'
comment-trigger-value: 'debug-verify'
stream:
- master:
@@ -191,7 +189,6 @@
project: 'vpp'
make-parallel-jobs: '16'
make-test-os: 'ubuntu-20.04'
- archive-artifacts: '/tmp/vpp-failed-unittests/*/*'
stream:
- master:
branch: 'master'
@@ -388,6 +385,8 @@
# Please keep parameters in alphabetical order
parameters:
+ - archive-artifacts-parameter:
+ artifacts: '{archive-artifacts}'
- gerrit-parameter:
branch: '{branch}'
- gerrit-refspec-parameter:
@@ -398,8 +397,6 @@
project: '{project}'
- repo-name-parameter:
repo-name: '{repo-stream-part}.ubuntu.bionic.main'
- - workspace-archive-artifacts-parameter:
- artifacts: '{archive-artifacts}'
scm:
- gerrit-trigger-scm:
@@ -485,6 +482,7 @@
- ../scripts/vpp/commitmsg.sh
publishers:
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-CHECKSTYLE-VERIFY JOB TEMPLATE
@@ -505,6 +503,8 @@
# Please keep parameters in alphabetical order
parameters:
+ - archive-artifacts-parameter:
+ artifacts: '{archive-artifacts}'
- gerrit-parameter:
branch: '{branch}'
- gerrit-refspec-parameter:
@@ -521,8 +521,6 @@
repo-name: '{repo-stream-part}.{repo-os-part}'
- stream-parameter:
stream: '{stream}'
- - workspace-archive-artifacts-parameter:
- artifacts: '{archive-artifacts}'
scm:
- gerrit-trigger-scm:
@@ -554,6 +552,7 @@
- ../scripts/vpp/build.sh
publishers:
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-VERIFY JOB TEMPLATE
@@ -573,6 +572,8 @@
# Please keep parameters in alphabetical order
parameters:
+ - archive-artifacts-parameter:
+ artifacts: '{archive-artifacts}'
- gerrit-parameter:
branch: '{branch}'
- gerrit-refspec-parameter:
@@ -589,8 +590,6 @@
repo-name: '{repo-stream-part}.ubuntu.bionic.main'
- stream-parameter:
stream: '{stream}'
- - workspace-archive-artifacts-parameter:
- artifacts: '{archive-artifacts}'
scm:
- gerrit-trigger-scm:
@@ -624,6 +623,7 @@
- ../scripts/vpp/debug-build.sh
publishers:
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-DEBUG-VERIFY-PERIODIC JOB TEMPLATE
@@ -656,7 +656,7 @@
repo-name: '{repo-stream-part}.{repo-os-part}'
- stream-parameter:
stream: '{stream}'
- - workspace-archive-artifacts-parameter:
+ - archive-artifacts-parameter:
artifacts: '{archive-artifacts}'
scm:
@@ -704,6 +704,7 @@
- ../scripts/packagecloud_push.sh
publishers:
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-MERGE JOB TEMPLATE
@@ -737,7 +738,7 @@
repo-name: '{repo-stream-part}.{repo-os-part}'
- stream-parameter:
stream: '{stream}'
- - workspace-archive-artifacts-parameter:
+ - archive-artifacts-parameter:
artifacts: '{archive-artifacts}'
scm:
@@ -770,6 +771,7 @@
- ../scripts/vpp/gcc-build.sh
publishers:
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-GCC-VERIFY JOB TEMPLATE
@@ -858,6 +860,7 @@
- robot-report:
output-path: 'archives'
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-CSIT-VERIFY-DEVICE-PERIODIC JOB TEMPLATE
@@ -945,6 +948,7 @@
- robot-report:
output-path: 'archives'
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-CSIT-VERIFY-DEVICE-PERPATCH JOB TEMPLATE
@@ -1042,6 +1046,7 @@
- robot-report:
output-path: 'csit_current/0/'
+ - retry-build-on-git-clone-error
- fdio-infra-publish
# [end] VPP-CSIT-VERIFY-PERF JOB TEMPLATE
@@ -1106,6 +1111,7 @@
# 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