|
|
# frozen_string_literal: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module QA
|
|
module QA
|
|
|
context 'Verify', :docker, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/202149', type: :flaky } do
|
|
context 'Verify', :docker do
|
|
|
describe 'Pipeline creation and processing' do
|
|
describe 'Pipeline creation and processing' do
|
|
|
let(:executor) { "qa-runner-#{Time.now.to_i}" }
|
|
let(:executor) { "qa-runner-#{Time.now.to_i}" }
|
|
|
let(:max_wait) { 30 }
|
|
let(:max_wait) { 30 }
|
| ... | |
... | |
| ... | | ... | |