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

This commit is contained in:
Zuul 2024-03-20 17:04:56 +00:00 committed by Gerrit Code Review
commit cca914729f
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