1.25.0
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
- Support BUILD_EXIT_CODE_FILE by @edigaryev in #119
- Emit SYSTEM_FAILURE_EXIT_CODE from non-run stages by @edigaryev in #120
Full Changelog: 1.24.0...1.25.0