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_NEW =
"efd"- RETRY_FAILED =
"atr"- RETRY_FLAKY_FIXED =
"attempt_to_fix"
possible reasons why a test was retried
"efd""atr""attempt_to_fix"