You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, recently we started to see the following validation error on workflows that are running correctly
.azure/gpu-integrations.yml
Error: schemafile was not valid
SchemaError: '^[^\\/~\\^\\: \\[\\]\\\\]+(\\/[^\\/~\\^\\: \\[\\]\\\\]+)*$' is not a 'regex'
Failed validating 'format' in metaschema['properties']['definitions']['additionalProperties']['properties']['pattern']:
{'type': 'string', 'format': 'regex'}
On schema['definitions']['branchFilter']['pattern']:
'^[^\\/~\\^\\: \\[\\]\\\\]+(\\/[^\\/~\\^\\: \\[\\]\\\\]+)*$'
in "/opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/site-packages/check_jsonschema/checker.py", line 56
>>> return self._schema_loader.get_validator(