From 9297025d0b7ddf095eb618dfaaab2ff8f2018d8b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 19 Dec 2023 11:01:45 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-7-stable-ee --- lib/gitlab/ci/pipeline/chain/assign_partition.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab/ci/pipeline/chain/assign_partition.rb') diff --git a/lib/gitlab/ci/pipeline/chain/assign_partition.rb b/lib/gitlab/ci/pipeline/chain/assign_partition.rb index 4b8efe13d44..0740226ac9b 100644 --- a/lib/gitlab/ci/pipeline/chain/assign_partition.rb +++ b/lib/gitlab/ci/pipeline/chain/assign_partition.rb @@ -21,7 +21,7 @@ module Gitlab if @command.creates_child_pipeline? @command.parent_pipeline_partition_id else - ::Ci::Pipeline.current_partition_value + ::Ci::Pipeline.current_partition_value(project) end end end -- cgit v1.2.3