github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/allow_failure/example-2.yaml.golden (about) 1 test_job_1: 2 allow_failure: 3 exit_codes: 4 - 137 5 script: 6 - echo "Run a script that results in exit code 1. This job fails." 7 - exit 1 8 test_job_2: 9 allow_failure: 10 exit_codes: 11 - 137 12 - 255 13 script: 14 - echo "Run a script that results in exit code 137. This job is allowed to fail." 15 - exit 137