Commit 257230e9 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'ee-10586-geo-object-storage-replication' into 'master'

Backport expired job artifact trait

See merge request gitlab-org/gitlab-ce!32179
parents fc08d48c b70aabf9
......@@ -8,6 +8,10 @@ FactoryBot.define do
file_type :archive
file_format :zip
trait :expired do
expire_at { Date.yesterday }
end
trait :remote_store do
file_store JobArtifactUploader::Store::REMOTE
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment