mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Add zuul artifact
Change-Id: I01a4b1bf8347461f47316f8b9e3571262cb080cc
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: ansible-collections-openstack-functional-devstack
|
name: ansible-collections-openstack-functional-devstack
|
||||||
parent: openstacksdk-functional-devstack
|
parent: openstacksdk-functional-devstack
|
||||||
|
post-run: ci/playbooks/postlog.yaml
|
||||||
description: |
|
description: |
|
||||||
Run openstack collections functional tests against a master devstack
|
Run openstack collections functional tests against a master devstack
|
||||||
using master of openstacksdk with latest ansible release
|
using master of openstacksdk with latest ansible release
|
||||||
|
|||||||
8
ci/playbooks/postlog.yaml
Normal file
8
ci/playbooks/postlog.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- zuul_return:
|
||||||
|
data:
|
||||||
|
zuul:
|
||||||
|
artifacts:
|
||||||
|
- name: Test log
|
||||||
|
url: controller/logs/test_output_log.txt
|
||||||
Reference in New Issue
Block a user