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>2023-06-13 21:11:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-13 21:11:14 +0300
commit4a064b8dc0bf350b1b3000698042b49113e758d1 (patch)
treec6db9e3d9fbe1c6368aa024ae0fea1fcebd10e8c /spec/frontend/fixtures
parenteffc12bf9dac4bf1e48f1397c25e0381ac1bd76f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures')
-rw-r--r--spec/frontend/fixtures/pipeline_header.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/pipeline_header.rb b/spec/frontend/fixtures/pipeline_header.rb
index d25bf12623f..89f548caf72 100644
--- a/spec/frontend/fixtures/pipeline_header.rb
+++ b/spec/frontend/fixtures/pipeline_header.rb
@@ -23,6 +23,8 @@ RSpec.describe "GraphQL Pipeline Header", '(JavaScript fixtures)', type: :reques
ref: 'master',
user: user,
status: :success,
+ duration: 7210,
+ created_at: 2.hours.ago,
started_at: 1.hour.ago,
finished_at: Time.current
)
@@ -71,6 +73,7 @@ RSpec.describe "GraphQL Pipeline Header", '(JavaScript fixtures)', type: :reques
ref: 'master',
user: user,
status: :failed,
+ duration: 7210,
started_at: 1.hour.ago,
finished_at: Time.current
)