github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/retry/when-2.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#retrywhen
     2  
     3  test:
     4    script: rspec
     5    retry:
     6      max: 2
     7      when:
     8        - runner_system_failure
     9        - stuck_or_timeout_failure