The following AI settings can be configured at the project level. Note that individual tests can still override these settings:

  • failureRecovery: Whether or not Momentic should attempt failure recovery when running tests locally. Defaults to true. Note that enabling this setting may increase the runtime of failing jobs by up to 2 minutes, delaying CI results.

Example configuration

name: example-project
include:
  - "**/*.test.yaml"
  - "**/*.module.yaml"
ai:
  failureRecovery: false
[...]

Was this page helpful?