Skip to content
Snippets Groups Projects
Commit c0abcc68 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix spec failures

parent 6b0bfda8
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -340,7 +340,7 @@ module Ci
end
 
def runner_required_features
%w(variables)
[]
end
 
def merge_request
Loading
Loading
@@ -598,7 +598,7 @@ module Ci
 
def supported_runner?(features)
runner_required_features.all? do |feature_name|
features[feature_name]
features&.dig(feature_name)
end
end
 
Loading
Loading
Loading
Loading
@@ -47,7 +47,7 @@ class CommitStatus < ActiveRecord::Base
stuck_or_timeout_failure: 3,
runner_system_failure: 4,
missing_dependency_failure: 5,
runner_unsupported: 6,
runner_unsupported: 6
}
 
##
Loading
Loading
Loading
Loading
@@ -81,7 +81,7 @@ module Ci
end
 
build.run!
return true
true
end
 
def builds_for_shared_runner
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment