Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitlab/generate-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ function windows_git_setup_with_packages() {
- api_failure
- stuck_or_timeout_failure
- job_execution_timeout
exit_codes:
- 75

.all_targets: &all_minor_major_targets
<?php
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/wait-for-service-ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if [ -n "${WAIT_FOR:-}" ]; then
service_type="$(detect_service_type "${host}")"

if ! wait_for_single_service "${host}" "${port}" "${service_type}" 30 5; then
exit 1
exit 75
fi
done
fi
Loading