diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2016-10-17 18:56:51 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-10-17 18:56:51 -0400 |
commit | 9c02eb71a7a07f8bda45c740c5591e13c5b86597 (patch) | |
tree | 2f4dee0524bc1269cf795f12f9444cd1bad40848 /jjb/vpp | |
parent | f4e141d93b510c6a69c6318942dd997b41f0905d (diff) |
job-template fixes for vpp-csit-verify-virl-1604-test-{stream}
Change-Id: I201d1b9c2a0884eb4d6c8063aa5287de271780bb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 438e72ecf..40ce1fffc 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -145,17 +145,6 @@ trigger-on: - comment-added-contains-event: comment-contains-value: 'virl-1604-test' - projects: - - project-compare-type: 'ANT' - project-pattern: '{project}' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true builders: - shell: @@ -166,12 +155,12 @@ !include-raw-escape: include-raw-vpp-csit-functional.sh publishers: - - archive: - artifacts: 'build-root/*.rpm,build-root/*.deb' - allow-empty: 'true' - fingerprint: false - only-if-success: true - default-excludes: false + - archive-artifacts: + artifacts: 'csit/report.html, csit/log.html, csit/output.xml' + latest-only: false + + - robot-report: + output-path: 'csit' - job-template: name: 'vpp-verify-image-{stream}-{os}' |