ceph tests: Register output/ceph-s3-summary.log as a job output

Change-Id: I7eed34ab19a97b2c561e4aac8c95a8a5e1689266
This commit is contained in:
Tim Burke
2022年04月19日 12:16:33 -07:00
parent bb220f6f41
commit 0bf5474bfa

View File

@@ -13,3 +13,14 @@
copy_links:true
verify_host:true
when:s3_tests_output.stat.exists == true
- name:Check for s3-tests output summary
stat:
path:'{{ ansible_env.HOME }}/s3compat/output/ceph-s3-summary.log'
register:s3_tests_output_summary
- zuul_return:
data:
zuul:
artifacts:
- name:s3compat test summary
url:output/ceph-s3-summary.log
when:s3_tests_output_summary.stat.exists == true
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.