diff options
author | 2019-10-16 15:42:20 -0500 | |
---|---|---|
committer | 2019-10-16 15:42:20 -0500 | |
commit | 18663f4ea576361701c6f334741aff9f44dd356f (patch) | |
tree | 588712cc9ad482d8669ccaf34c6d20db575b6cf6 /jjb | |
parent | 03eee3917a17ed8a549681d4429751a3fba1449c (diff) |
Modify JVPP artifacts
This change is to remove packages from archived artifacts. The packages
are available in the FD.io packagecloud repo.
Change-Id: I776ca282256fe68fecf72a18a86d0c90ed654d38
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/jvpp/jvpp.yaml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/jjb/jvpp/jvpp.yaml b/jjb/jvpp/jvpp.yaml index dc8d20974..48aa030fe 100644 --- a/jjb/jvpp/jvpp.yaml +++ b/jjb/jvpp/jvpp.yaml @@ -41,15 +41,7 @@ project-type: freestyle node: '{os}-us' concurrent: true - archive-artifacts: > - **/build-root/packages/*.rpm - **/build-root/packages/*.deb - **/tmp/jvpp-failed-unittests/*/* **/core - allow-empty: 'true' - fingerprint: false - only-if-success: true - default-excludes: false - + archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' build-discarder: daysToKeep: '{build-days-to-keep}' @@ -111,14 +103,6 @@ project-type: freestyle node: '{os}-us' - archive-artifacts: > - **/build-root/packages/*.rpm - **/build-root/packages/*.deb - allow-empty: 'true' - fingerprint: false - only-if-success: true - default-excludes: false - build-discarder: daysToKeep: '{build-days-to-keep}' |