Publish rally plots
Add publisher which publishs all plots in ./rally-plot/ directory. Use this publisher in check-rally-dsvm- job template. Change-Id: Idca819e1eaafadbf77fa1a916af045ece7afc28f
This commit is contained in:
parent
7d5cf48309
commit
0ac99f4b08
@ -11,6 +11,18 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- publisher:
|
||||
name: rally-plot
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$LOG_PATH'
|
||||
source: 'rally-plot/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
||||
|
||||
- builder:
|
||||
name: devstack-rally-gate
|
||||
builders:
|
||||
@ -49,6 +61,7 @@
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
- rally-plot
|
||||
|
||||
|
||||
- job-group:
|
||||
|
Loading…
x
Reference in New Issue
Block a user