Skip to content

Add tests for whether mixin output is checked-in

osism-zuul-app / osism/check failed Nov 7, 2024

Summary

Zuul encountered a syntax error while parsing its configuration in the
repo osism/kolla-operations on branch main. The error was:

'str' object does not support item assignment

The error appears in the following project stanza:

project:
default-branch: main
merge-mode: squash-merge
check:
jobs:
- yamllint
- name: ansible-lint
files: ^.src/playbooks/..(yaml|yml)$
- name: check-shell-syntax
files: ^.src/files/mixins.sh$
- name: mixin-ouput-ensure-git-checkin
files: ^.src/.
$

in "osism/kolla-operations/.zuul.yaml@main", line 6, column 3

Annotations

Check warning on line 17 in .zuul.yaml

See this annotation in the file changed.

@osism-zuul-app osism-zuul-app / osism/check

.zuul.yaml#L6-L17

'str' object does not support item assignment