Module: Datadog::CI::Ext::Test::RetryReason
- Defined in:
- lib/datadog/ci/ext/test.rb
Overview
possible reasons why a test was retried
Constant Summary collapse
- RETRY_DETECT_FLAKY =
"early_flake_detection"
- RETRY_FAILED =
"auto_test_retries"
- RETRY_FLAKY_FIXED =
"attempt_to_fix"
- RETRY_EXTERNAL =
"external"