[CI] Return tox-validate job log as zuul artifact

So that it can be easily open from zuul job's build page under
Artifacts tab.

Change-Id: I7d6421510eef50be4ea968ed3354946b2aba0696
This commit is contained in:
Előd Illés 2024-03-20 11:41:35 +01:00
parent 20c8f76506
commit 86be99460d
2 changed files with 20 additions and 7 deletions

View File

@ -9,16 +9,21 @@
- ^data/.*$
- ^doc/.*$
- job:
name: releases-tox-validate
parent: openstack-tox-validate
post-run: playbooks/releases-tox-validate/post.yaml
timeout: 3600
irrelevant-files:
- ^doc/.*$
- project:
templates:
- openstack-python3-jobs
- build-openstack-docs-pti
check:
jobs:
- openstack-tox-validate:
timeout: 3600
irrelevant-files:
- ^doc/.*$
- releases-tox-validate
- releases-tox-list-changes
- openstack-tox-py38:
irrelevant-files:
@ -53,10 +58,8 @@
- check-release-approval
gate:
jobs:
- openstack-tox-validate:
- releases-tox-validate:
timeout: 10800
irrelevant-files:
- ^doc/.*$
- openstack-tox-py38:
irrelevant-files:
- ^data/.*$

View File

@ -0,0 +1,10 @@
- hosts: all
tasks:
- name: Return artifact to Zuul
zuul_return:
data:
zuul:
artifacts:
- name: tox-validate results
url: tox/validate/validate-request-results.log