Skip to content
Snippets Groups Projects
Commit 84f00ead authored by Sanad Liaquat's avatar Sanad Liaquat
Browse files

Merge branch 'revert-quarantined-tests-staging' into 'master'

Revert "Quarantine tests failing on staging"

See merge request gitlab-org/gitlab!88376
parents cdee2ece fb8c5603
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
module QA
RSpec.describe 'Verify', :runner, :reliable, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
RSpec.describe 'Verify', :runner, :reliable do
describe 'Parent-child pipelines dependent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
Loading
Loading
# frozen_string_literal: true
 
module QA
RSpec.describe 'Verify', :runner, :reliable, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
RSpec.describe 'Verify', :runner, :reliable do
describe 'Parent-child pipelines independent relationship' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
Loading
Loading
Loading
Loading
@@ -2,11 +2,7 @@
 
module QA
RSpec.describe 'Package' do
describe 'Container Registry', :reliable, only: { subdomain: %i[staging pre] }, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
describe 'Container Registry', :reliable, only: { subdomain: %i[staging pre] } do
let(:project) do
Resource::Project.fabricate_via_api! do |project|
project.name = 'project-with-registry'
Loading
Loading
@@ -41,7 +37,7 @@ module QA
do
docker info && break
sleep 1s
done
done
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $IMAGE_TAG .
Loading
Loading
# frozen_string_literal: true
 
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable do
describe 'Maven group level endpoint' do
include Runtime::Fixtures
include_context 'packages registry qa scenario'
Loading
Loading
# frozen_string_literal: true
 
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable do
describe 'Maven project level endpoint' do
let(:group_id) { 'com.gitlab.qa' }
let(:artifact_id) { "maven-#{SecureRandom.hex(8)}" }
Loading
Loading
# frozen_string_literal: true
 
module QA
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable, quarantine: {
only: { subdomain: %i[staging staging-canary] },
issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/363188",
type: :investigating
} do
RSpec.describe 'Package', :orchestrated, :packages, :object_storage, :reliable do
describe 'NuGet group level endpoint' do
using RSpec::Parameterized::TableSyntax
include Runtime::Fixtures
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment