Exception in lib/gitlab/ci/pipeline/seed/stage.rb:13:in `initialize'
Job #265083512 failed for aa63fcea:
Failure/Error:
def initialize(pipeline, attributes, previous_stages)
@pipeline = pipeline
@attributes = attributes
@previous_stages = previous_stages
@builds = attributes.fetch(:builds).map do |attributes|
Seed::Build.new(@pipeline, attributes, previous_stages)
end
end
ArgumentError:
wrong number of arguments (given 2, expected 3)
Shared Example Group: "be successful" called from ./ee/spec/services/ci/create_web_ide_terminal_service_spec.rb:71
# ./lib/gitlab/ci/pipeline/seed/stage.rb:13:in `initialize'
# ./ee/app/services/ci/create_web_ide_terminal_service.rb:51:in `new'
# ./ee/app/services/ci/create_web_ide_terminal_service.rb:51:in `terminal_stage_seed'
# ./ee/app/services/ci/create_web_ide_terminal_service.rb:30:in `block in create_pipeline!'
# ./ee/app/services/ci/create_web_ide_terminal_service.rb:29:in `tap'
Looks like https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31419 needed an EE port
cc @ayufan