Commit 95daf62b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'qa/gb/improve-multi-project-pipeline-omnibus-script' into 'master'

Do not raise when downstream pipeline is created

Closes #40987

See merge request gitlab-org/gitlab-ce!15837
parents 1eff1bd3 90569a17
......@@ -66,7 +66,7 @@ module Omnibus
raise 'Pipeline timeout!' if timeout?
case status
when :pending, :running
when :created, :pending, :running
puts "Waiting another #{INTERVAL} seconds ..."
sleep INTERVAL
when :success
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment