Multiple specs failures on Staging due to pipelines being stuck
Summary
- First failure: https://ops.gitlab.net/gitlab-org/quality/staging/-/pipelines/560937
- Then a couple of successful passes: https://ops.gitlab.net/gitlab-org/quality/staging/-/pipelines/561018 + https://ops.gitlab.net/gitlab-org/quality/staging/-/pipelines/561017
- Then consistent failures starting: https://ops.gitlab.net/gitlab-org/quality/staging/-/pipelines/561098
No new code has been deployed so the issue appears to be with the infrastructure.
Stack trace
1) Verify Pipeline creation and processing users creates a pipeline which gets processed
Failure/Error: expect(show).to public_send("be_#{status}")
QA::Support::Repeater::WaitExceededError:
Wait condition not met after 60 seconds
# ./qa/support/repeater.rb:44:in `repeat_until'
# ./qa/support/waiter.rb:23:in `wait_until'
# ./qa/page/base.rb:55:in `wait_until'
# ./qa/page/component/ci_badge_link.rb:46:in `completed?'
Create Merge request creation from fork can merge feature branch fork to mainline
Failure/Error:
merge_request = Resource::MergeRequestFromFork.fabricate_via_browser_ui! do |merge_request|
merge_request.fork_branch = 'feature-branch'
end
QA::Resource::ApiFabricator::ResourceFabricationFailedError:
Forking failed!