Fix build attributes test
What does this MR do?
This is a follow up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9021#note_23782188
Description
Fix build attributes test, see:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9021#note_23782188
This is discovered by https://gitlab.com/gitlab-org/gitlab-ce/builds/10815456
I removed gl_project_id
and this is failing. I took some look,
realizing that:
-
trace
is duplicated inattributes
-
tag_list
is not included inbuild.attributes
-
artifacts_expire_at
is missing inattributes
So we need to:
- Remove duplicated
trace
inattributes
(40 -> 39) - Remove
tag_list
inattributes
(39 -> 38) - Add
artifacts_expire_at
toattributes
(38 -> 39) - Add
gl_project_id
toattributes
(39 -> 40)
/cc @ayufan
Note that we'll remove gl_project_id
again in !9378 (closed)
Merge request reports
Activity
- Resolved by username-removed-423915
@godfat I left just a single question. It looks good to me
Thanks for fixing this!assigned to @godfat
mentioned in commit 9e6b2c5d
added 1 commit
- 9e6b2c5d - We actually want to clone project and remove gl_project_id
@grzesiek No problems. I forgot to assign back :P
assigned to @grzesiek
Looks good to me!
Thanks @godfatassigned to @ayufan
mentioned in commit cfd7602d