• Marius Bobin's avatar
    Add exit codes to allow failure syntax · 1412094f
    Marius Bobin authored
    Allow users to specify exit codes for allowed failures:
    
    ```yaml
    test_job:
      script:
        - execute_script_that_will_fail
      allow_failure:
        exit_codes:
          - 137
          - 255
    ```
    1412094f
result.rb 3.61 KB