Skip to content

1.25.0

Choose a tag to compare

@edigaryev edigaryev released this 12 May 18:40
· 9 commits to main since this release
b145e8f

Notable changes

Build exit code

GitLab Tart Executor now properly communicates the job's exit code to the GitLab Runner and you can fully utilize the allow_failure:exit_codes in your CI configuration.

System failure exit code

GitLab Tart Executor now correctly signals whether its the job that failed or the executor itself to the GitLab Runner, so that you can retry: on runner_system_failure to work around intermittent failures unrelated to your job.

What's Changed

Full Changelog: 1.24.0...1.25.0