lholecek / greenwave

Forked from greenwave 6 years ago
Clone

b00b609 Add a new "Any" rule providing logical disjunction.

Authored and Committed by ralph 6 years ago
    Add a new "Any" rule providing logical disjunction.
    
    This enables a atomic_ci_pipeline_results policy.
    
    We wouldn't need the 'Any' rule, except that the ci pipeline oddly
    reports results for complete or ignored as different testcase names.
    Really - it's the same testcase, not two different ones, so we should
    work with them to consolidate that into a single testcase with PASSED or
    INFO(skipped) result status.
    
    Anyways, this is a short-term fix to be able to provide gating decisions
    based on their results.
    
    Fixes #61.
    
        
file modified
+10 -1
file modified
+31 -0