Hi,
If I understand correctly, the JANE tool which we use for GitLab CI
testing relies partly on Git log patterns to decide which roles it
should test. A new commit that contains the role name in square
brackets would trigger a JANE test on
gitlab.com.
However, the JANE_LOG_PATTERN variables in .gitlab-ci.yml are currently
in the form '\[debops.rolename\]', while our Git log messages contain
'[rolename]' instead. I guess that means that JANE only triggers on
JANE_DIFF_PATTERN, which contains a filesystem path to the role and its
documentation.
Should we update the JANE_LOG_PATTERN variables in .gitlab-ci.yml to
reflect our new Git log style?
Cheers,
Imre