Skip to content

Multiple specs failures on Staging due to pipelines being stuck

Summary

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!

Screenshot / HTML page

Possible fixes