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:
Dr. Jens Harbott 2024-01-31 20:44:07 +01:00
parent 5bb4f9276f
commit 992bfebaa5
2 changed files with 11 additions and 0 deletions

View File

@ -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

View 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