diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-04-01 16:34:21 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-04-01 17:42:00 +0200 |
commit | fab27560972a1d004e456bfc9f44dd6b35990497 (patch) | |
tree | bd7d4cfe66dcc59d6a8007d99772d84edab96618 /jjb | |
parent | 1f2e0803475f7118dff1a15f1f43c406d2edeab6 (diff) |
Make vpp-csit-verify-virl patch-triggered.
Change-Id: I90855a0b7a9a0e346a83beb42ada824bebd6eff6
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'jjb')
-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 cfd2b2bf2..5fc2655e8 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -103,7 +103,7 @@ project-type: freestyle node: verify - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -129,8 +129,7 @@ - '{ssh-credentials}' triggers: - - gerrit-trigger-manually-triggered: - comment-trigger-value: 'manualrun' + - gerrit-trigger-patch-submitted: name: '{project}' branch: '{branch}' @@ -140,7 +139,6 @@ - shell: !include-raw-escape include-raw-vpp-csit-functional.sh - publishers: - archive-artifacts: artifacts: 'csit/report.html, csit/log.html, csit/output.xml' |