Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-12 03:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-12 03:09:17 +0300
commitdf8c8224edcaa7458c1ac79444768dab71580783 (patch)
tree2b26b7b1e32b09aee4ca848c656536d0473748de /lib/gitlab/ci/trace.rb
parentfdc26e021b1e3eea4161bf6891f3a151fb7414b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/trace.rb')
-rw-r--r--lib/gitlab/ci/trace.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/gitlab/ci/trace.rb b/lib/gitlab/ci/trace.rb
index 94a593beabd..1268b83319c 100644
--- a/lib/gitlab/ci/trace.rb
+++ b/lib/gitlab/ci/trace.rb
@@ -219,9 +219,7 @@ module Gitlab
end
def archived?
- # TODO check checksum to ensure archive completed successfully
- # See https://gitlab.com/gitlab-org/gitlab/-/issues/259619
- trace_artifact&.archived_trace_exists?
+ trace_artifact&.stored?
end
def destroy_any_orphan_trace_data!