提交 1a438e9f 编写于 作者: G Grzegorz Bizon

Use stage_id column in code that needs to know about it

上级 ff61e2b7
......@@ -212,6 +212,7 @@ CommitStatus:
- stage
- trigger_request_id
- stage_idx
- stage_id
- tag
- ref
- user_id
......
......@@ -18,11 +18,12 @@ describe Ci::RetryBuildService, :services do
updated_at started_at finished_at queued_at erased_by
erased_at auto_canceled_by].freeze
# TODO, move stage_id accessor to CLONE_ACCESSOR in a follow-up MR.
IGNORE_ACCESSORS =
%i[type lock_version target_url base_tags
commit_id deployments erased_by_id last_deployment project_id
runner_id tag_taggings taggings tags trigger_request_id
user_id auto_canceled_by_id retried].freeze
user_id auto_canceled_by_id retried stage_id].freeze
shared_examples 'build duplication' do
let(:build) do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册