Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass reproducer Job zuul-params.yml in tcib content provider
ci/playbooks/tcib/tcib.yml depends on zuul vars to find out the ci-framework 01-bootstrap.yml path. Otherwise the tcib reproducer content provider playbook fails with following error ``` 2024-05-09 03:30:52,939 p=25285 u=zuul n=ansible | ERROR! Unable to look up a name or access an attribute in template string ({{ [ ansible_user_dir, zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir, 'playbooks', '01-bootstrap.yml' ] | ansible.builtin.path_join }}). Make sure your variable name does not contain invalid characters like '-': join() argument must be str, bytes, or os.PathLike object, not 'AnsibleUndefined'. join() argument must be str, bytes, or os.PathLike object, not 'AnsibleUndefined'. ``` Passing reproducer Job zuul-params.yml fixes the issue. Signed-off-by: Chandan Kumar <[email protected]>
- Loading branch information