Commit 638c8b5b authored by Sofia Vistas's avatar Sofia Vistas

Promote Package Registry manager tests to reliable

Prior to this change, the package registry have been
running out of the reliable bucket and only
part of full runs mostly

This change bumps the 3 most used package managers
to reliable adding an extra gateway for deployments
when it comes to validating their fundamental functionality
parent aa389f6a
......@@ -3,7 +3,7 @@
require 'securerandom'
module QA
RSpec.describe 'Package', :orchestrated, :packages do
RSpec.describe 'Package', :orchestrated, :packages, :reliable do
describe 'Maven Repository' do
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
RSpec.describe 'Package', :orchestrated, :packages do
RSpec.describe 'Package', :orchestrated, :packages, :reliable do
describe 'npm registry' do
include Runtime::Fixtures
......
......@@ -3,7 +3,7 @@
require 'securerandom'
module QA
RSpec.describe 'Package', :orchestrated, :packages do
RSpec.describe 'Package', :orchestrated, :packages, :reliable do
describe 'NuGet Repository' do
include Runtime::Fixtures
let(:project) do
......
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