summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-06-10 21:34:21 +0700
committerShinya Maeda <shinya@gitlab.com>2019-06-11 18:39:29 +0700
commitc5c41ae0650da8c6174aa05f1cad1c50e90f713a (patch)
tree1b5b6af72042de1012c40d51abcedf4396a9618a /spec/lib/gitlab
parenta0af34582cf0f3c5d901dfe9c78d9ef05c900d7f (diff)
downloadgitlab-ce-c5c41ae0650da8c6174aa05f1cad1c50e90f713a.tar.gz
Ignore legacy artifact columns in Project Import/Export
Ignore some columns
Diffstat (limited to 'spec/lib/gitlab')
-rw-r--r--spec/lib/gitlab/import_export/project.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/project.json b/spec/lib/gitlab/import_export/project.json
index fb7bddb386c..6512fe80a3b 100644
--- a/spec/lib/gitlab/import_export/project.json
+++ b/spec/lib/gitlab/import_export/project.json
@@ -6223,7 +6223,10 @@
"erased_by_id": null,
"erased_at": null,
"type": "Ci::Build",
- "token": "abcd"
+ "token": "abcd",
+ "artifacts_file_store": 1,
+ "artifacts_metadata_store": 1,
+ "artifacts_size": 10
},
{
"id": 72,