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

Backport expired job artifact trait

See merge request gitlab-org/gitlab-ce!32179
This commit is contained in:
Ash McKenzie 2019-08-26 01:52:08 +00:00
commit 257230e986
1 changed files with 4 additions and 0 deletions

View File

@ -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