Sha256: 3834e4790fc8a629f961984071689b73ddf93c76fc7bc8d985f886edfc06bdc4
Contents?: true
Size: 672 Bytes
Versions: 92
Compression:
Stored size: 672 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Instance class StagingRefGeo < DeploymentBase def initialize @suite = 'QA::EE::Scenario::Test::Geo' end def deployment_component Component::StagingRef end def non_rspec_args [ '--primary-address', deployment_component::ADDRESS, '--secondary-address', deployment_component::GEO_SECONDARY_ADDRESS, '--without-setup' ] end end end end end end end
Version data entries
92 entries across 92 versions & 1 rubygems