diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-04-04 16:23:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-04 16:23:40 +0000 |
commit | 0ed4ded2e0c9ac7fbf5dfbacd723d5c83e1e60e8 (patch) | |
tree | 7c6d98a049677da3daf38945912d51d99d005354 /jjb/vpp | |
parent | 82b54e9690d1e3a88021750425b18c204e4c8bfa (diff) | |
parent | fab27560972a1d004e456bfc9f44dd6b35990497 (diff) |
Merge "Make vpp-csit-verify-virl patch-triggered."
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 959a36a4d..22d9e2935 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -104,7 +104,7 @@ project-type: freestyle node: verify - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -130,8 +130,7 @@ - '{ssh-credentials}' triggers: - - gerrit-trigger-manually-triggered: - comment-trigger-value: 'manualrun' + - gerrit-trigger-patch-submitted: name: '{project}' branch: '{branch}' @@ -141,7 +140,6 @@ - shell: !include-raw-escape include-raw-vpp-csit-functional.sh - publishers: - archive-artifacts: artifacts: 'csit/report.html, csit/log.html, csit/output.xml' |