Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies:
'git+https://github.com/ansible-collections/mellanox.onyx': 'master' # Unmaintained, no tags
'git+https://github.com/openshift/community.okd': '4.0.0'
'git+https://github.com/ovirt/ovirt-ansible-collection': '3.2.0-1'
'git+https://opendev.org/openstack/ansible-collections-openstack': 'master'
Comment thread
hgoelredhat marked this conversation as resolved.
Outdated

# The URL of the originating SCM repository
repository: https://github.com/openstack-k8s-operators/ci-framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __map_xml_results(cls, test_results):
if "error" in data:
ET.SubElement(tc_elm, "failure", attrib={"message": data["error"]})
ET.indent(tree, " ")
return ET.tostring(root_elm, encoding="utf-8", xml_declaration=True)
return ET.tostring(root_elm, encoding="unicode", xml_declaration=True)

def filters(self):
return {
Expand Down
Loading