Return list-changes results as zuul artifact
In order to make it easier to view the job results, return them as artifact. Change-Id: Icaac122a94a3285a81f2c765eef79a3dbc14f2e4
This commit is contained in:
parent
5bb4f9276f
commit
992bfebaa5
@ -1,6 +1,7 @@
|
||||
- job:
|
||||
name: releases-tox-list-changes
|
||||
parent: openstack-tox
|
||||
post-run: playbooks/releases-tox-list-changes/post.yaml
|
||||
timeout: 3600
|
||||
vars:
|
||||
tox_envlist: list-changes
|
||||
|
10
playbooks/releases-tox-list-changes/post.yaml
Normal file
10
playbooks/releases-tox-list-changes/post.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Return artifact to Zuul
|
||||
zuul_return:
|
||||
data:
|
||||
zuul:
|
||||
artifacts:
|
||||
- name: list-changes results
|
||||
url: tox/list-changes/list-changes-results.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user