Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 09:10:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 09:10:49 +0300
commit347c7a75172d5f1e14728950fd6ce7819dfc62ab (patch)
treeb71bc953d0e087d3481992e066f492eeed577887 /app/services/ci/stuck_builds
parentfd1c75caebf0eae26d2298c68aaeac3c940f84d9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/ci/stuck_builds')
-rw-r--r--app/services/ci/stuck_builds/drop_helpers.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/services/ci/stuck_builds/drop_helpers.rb b/app/services/ci/stuck_builds/drop_helpers.rb
index 048b52c6e13..dca50963883 100644
--- a/app/services/ci/stuck_builds/drop_helpers.rb
+++ b/app/services/ci/stuck_builds/drop_helpers.rb
@@ -56,12 +56,12 @@ module Ci
def log_dropping_message(type, build, reason)
Gitlab::AppLogger.info(class: self.class.name,
- message: "Dropping #{type} build",
- build_stuck_type: type,
- build_id: build.id,
- runner_id: build.runner_id,
- build_status: build.status,
- build_failure_reason: reason)
+ message: "Dropping #{type} build",
+ build_stuck_type: type,
+ build_id: build.id,
+ runner_id: build.runner_id,
+ build_status: build.status,
+ build_failure_reason: reason)
end
end
end